
fix-github-issue
Investigate and fix a GitHub issue using gh, then validate with tests and create a PR. Use when a us
by whywaita|Open Source
Fix GitHub Issue
Workflow
- Read the issue with
gh issue view(include comments and labels as needed). - Restate the problem and expected behavior succinctly.
- Search the codebase for relevant files and logic.
- Implement the fix with minimal scope changes.
- Add or update tests to cover success and failure paths.
- Run tests, lint, and type checks appropriate to the repo.
- Create a commit and PR following the
commit-push-prworkflow.
Notes
- Use
ghfor all GitHub interactions (issues, PRs, checks). - If the issue lacks repro steps, add a small reproduction section in the PR notes.