749 B
749 B
description, author, author-url, version
| description | author | author-url | version |
|---|---|---|---|
| Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue details, implementing necessary code changes, running tests, and creating proper commit messages. | jeremymailen | https://github.com/jeremymailen | 1.0.0 |
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.