From fix-github-issue
Fixes a GitHub issue by retrieving its details via the GitHub CLI, analyzing the codebase, implementing and testing changes, and creating a descriptive commit.
How this command is triggered — by the user, by Claude, or both
Slash command
/fix-github-issue:fix-github-issueThe summary Claude sees in its command listing — used to decide when to auto-load this command
Please analyze and fix the GitHub issue: $ARGUMENTS. Follow these steps: 1. Use `gh issue view` to get the issue details 2. Understand the problem described in the issue 3. Search the codebase for relevant files 4. Implement the necessary changes to fix the issue 5. Write and run tests to verify the fix 6. Ensure code passes linting and type checking 7. Create a descriptive commit message Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks.
Please analyze and fix the GitHub issue: $ARGUMENTS.
Follow these steps:
gh issue view to get the issue detailsRemember to use the GitHub CLI (gh) for all GitHub-related tasks.
7plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 7 plugins
npx claudepluginhub xbim08/awesome-claude-code-plugins --plugin fix-github-issue/fix-github-issueFixes a GitHub issue by retrieving its details via the GitHub CLI, analyzing the codebase, implementing and testing changes, and creating a descriptive commit.
/fix-github-issueAnalyzes a GitHub issue by fetching details with the GitHub CLI, finds relevant code, implements a fix, writes and runs tests, verifies linting/type checks, and creates a descriptive commit.
/github-issue-fixAnalyzes a GitHub issue and its sub-issues, then produces a structured plan with actionable tasks and dependencies.
/fix-issueTakes a GitHub issue number, analyzes relevant context, implements a solution, and validates the fix to ensure proper integration.
/fix-issueFetches a GitHub issue by number, creates a branch, implements the fix, and opens a pull request.
/fix-issueFixes a GitHub issue by analyzing it, creating a plan, implementing changes in a new branch, testing, and opening a pull request.