github-dev plugin for AI coding agents
Git and GitHub workflow skills for commits, PRs, code review, and comment resolution.
Install the plugin in your coding agent
Add the marketplace once, then run the command for your tool.
claude plugin install github-dev@claude-settingsSee what the plugin includes
These components come from the current plugin directory, not a hand-written feature list.
- Supported tools
- Claude Code, Codex, Cursor, Gemini
- Skills
- clean-gone-branches, commit-staged, create-pr, resolve-pr-comments, review-pr, setup, update-pr-summary
- Agents
- commit-creator, pr-comment-resolver, pr-creator, pr-reviewer
- Commands
- None
- Hooks
- Included
Download this plugin’s skills
Each release ZIP works in ChatGPT and Claude.ai. Review the source before uploading it.
clean-gone-branches
This skill should be used when user asks to “clean gone branches”, “remove deleted local branches”, “prune branches removed from remote”, or explicitly invokes “clean-gone-branches”.
commit-staged
This skill should be used when user asks to “commit these changes”, “write commit message”, “stage and commit”, “create a commit”, “commit staged files”, or explicitly invokes “commit-staged”.
create-pr
This skill should be used when user asks to “create a PR”, “make a pull request”, “open PR for this branch”, “submit changes as PR”, “push and create PR”, or explicitly invokes “create-pr”.
resolve-pr-comments
This skill should be used when user asks to “address PR comments”, “resolve PR feedback”, “handle review comments”, “fix PR issues”, “respond to PR review”, or explicitly invokes “resolve-pr-comments”.
review-pr
This skill should be used when user asks to “review a PR”, “review pull request”, “review this pr”, “code review this PR”, “check PR #N”, provides a GitHub PR URL, or explicitly invokes “review-pr”.
setup
This skill should be used when the user asks “how to setup GitHub CLI”, “configure gh”, “gh auth not working”, “GitHub CLI connection failed”, “gh CLI error”, or needs help with GitHub authentication.
update-pr-summary
This skill should be used when user asks to “update PR summary”, “update PR description”, “rewrite PR body”, “refresh PR title and body”, or explicitly invokes “update-pr-summary”.
Verify the source
Version 2.7.2. License: Apache-2.0.
Open the plugin files on GitHub