635 B
635 B
Please analyze and fix the GitHub issue: $ARGUMENTS.
Follow these steps:
- Use
gh issue view
to get the issue details - Understand the problem described in the issue
- Search the codebase for relevant files, using your knowledge of the project structure and the issue description
- Implement the necessary changes to fix the issue
- Write and run tests (store in
tests/
directory) to verify the fix - Create a descriptive commit message
- Ensure code passes linting and type checking
- Push
- Ensure code passes pre-push tests
- Create a PR
Remember to use the GitHub CLI (gh
) for all GitHub-related tasks.