| name | fix-issue |
| description | Fix a GitHub issue end-to-end with tests and validation |
| disable-model-invocation | true |
Analyze and fix the GitHub issue: $ARGUMENTS.
- Use
gh issue view $ARGUMENTS to get the issue details
- Understand the problem described in the issue
- Search the codebase for relevant files using Grep and Glob
- Implement the necessary changes to fix the issue
- Write and run tests to verify the fix:
just test
- Run full validation:
just validate
- Create a descriptive commit:
type: short description
- Push and create a PR with
gh pr create