We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f6316 commit 398fd63Copy full SHA for 398fd63
.claude/commands/fix-github-issue.md
@@ -0,0 +1,14 @@
1
+Please analyze and fix the GitHub issue: $ARGUMENTS.
2
+
3
+Follow these steps:
4
5
+1. Use `gh issue view` to get the issue details
6
+2. Understand the problem described in the issue
7
+3. Search the codebase for relevant files
8
+4. Implement the necessary changes to fix the issue
9
+5. Write and run tests to verify the fix
10
+6. Ensure code passes linting and type checking
11
+7. Create a descriptive commit message
12
+8. Push and create a PR
13
14
+Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks.
0 commit comments