| name | fix-issue |
| description | Fix a GitHub issue with exploration, implementation, and verification. |
Fix Issue Workflow
Use this when fixing an issue from an external tracker.
- Read the issue and summarize the reported symptom.
- Search the codebase for the smallest relevant area.
- Write or identify a failing test that reproduces the issue.
- Implement the smallest fix that addresses the root cause.
- Run focused tests, then run lint or typecheck if the touched area requires it.
- Report changed files, verification output, and remaining risks.