From git-workflow-guards
Implement a fix for a GitHub issue with iterative code review. Use when given a GitHub issue URL or number to fix. Fetches the issue, implements the fix, runs tests, then uses /review-agent for iterative review until no valid feedback remains.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow-guards:fix-github-issue <issue-url-or-number><issue-url-or-number>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement a fix for a GitHub issue, ensuring quality through test verification and iterative code review using the `/review-agent` skill.
Implement a fix for a GitHub issue, ensuring quality through test verification and iterative code review using the /review-agent skill.
<issue-url-or-number>: GitHub issue URL (e.g., https://github.com/owner/repo/issues/123) or issue number (e.g., 123 or #123)Parse the issue reference:
Fetch issue details using gh:
gh issue view <number> --json title,body,labels,comments
Analyze the issue:
Create a todo list to track the implementation
Explore the codebase to understand:
Implement the fix:
Verify the fix addresses the issue:
Invoke the /review-agent skill to perform iterative code review:
/review-agent
The /review-agent skill handles:
See /review-agent for full details on the review process, including how it handles sub-agent bias.
After the review loop completes with no remaining valid feedback, provide:
## Issue Fix Summary
### Issue
- **Title**: [Issue title]
- **Number**: #[number]
- **Problem**: [Brief description of what was broken]
### Solution
[Description of the fix implemented]
### Files Changed
- `path/to/file.ext`: [What was changed]
### Tests
- [x] All tests passing
- [New tests added, if any]
### Review Iterations
- Iteration 1: X findings implemented
- Iteration 2: X findings implemented
- ...
- Final: No valid feedback remaining
### Ready for PR
[Yes/No - and any notes about remaining concerns]
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub zainrizvi/git-workflow-guards --plugin git-workflow-guards