Skip to content

Commit 398fd63

Browse files
committed
docs: add fix-github-issue command documentation
1 parent 47f6316 commit 398fd63

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)