Fix Github Issue
Commands git-workflow 262
npx claude-code-templates@latest --command git-workflow/fix-github-issue Content
Please analyze and fix the GitHub issue: $ARGUMENTS.
Follow these steps:
- Use
gh issue viewto get the issue details - Understand the problem described in the issue
- Search the codebase for relevant files
- Implement the necessary changes to fix the issue
- Write and run tests to verify the fix
- Ensure code passes linting and type checking
- Create a descriptive commit message
Remember to use the GitHub CLI (gh) for all GitHub-related tasks.