chore(qol): first draft of fix-github-issue Claude command - mostly copied from the Anthropic site

pull/6190/head
Jason Stirnaman 2025-07-07 14:08:02 -05:00
parent 105938f3aa
commit 2b3c3fc999
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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, using your knowledge of the project structure and the issue description
4. Implement the necessary changes to fix the issue
5. Write and run tests (store in `tests/` directory) to verify the fix
6. Create a descriptive commit message
7. Ensure code passes linting and type checking
8. Push
9. Ensure code passes pre-push tests
10. Create a PR
Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks.