Help us improve
Share bugs, ideas, or general feedback.
From commands-version-control-git
Analyzes GitHub issue by number, implements fixes, adds/runs tests, verifies linting/type checks, and creates commit.
npx claudepluginhub davepoon/buildwithclaude --plugin commands-version-control-gitHow this command is triggered — by the user, by Claude, or both
Slash command
/commands-version-control-git:fix-github-issue <issue_number>This command is limited to the following tools:
The 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. ---
/fix-github-issueAnalyzes GitHub issue by number, implements fixes, adds/runs tests, verifies linting/type checks, and creates commit.
/fix-github-issueFetches GitHub issue with gh CLI, implements fix with tests, verifies linting and types, creates descriptive commit.
/fix-issueFetches GitHub issue by number using gh CLI, analyzes it, implements code fix, verifies changes, and summarizes edits without committing.
/fix-issueFixes GitHub issues by analyzing repo context with given issue number, implementing solution, testing changes, and validating integration.
/fix-issueFixes GitHub issue by number: fetches details with gh CLI, creates feature branch, implements minimal fix with tests, commits, and opens PR.
/github-issue-fixAnalyzes GitHub issue via gh CLI, identifies sub-issues/dependencies, breaks into tasks, and documents structured fix plan in scratchpad.
Share bugs, ideas, or general feedback.
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.