Fix GitHub Issue
Please analyze and fix GitHub issue: $ARGUMENTS
Steps
- Use
gh issue view $ARGUMENTS
to get the issue details - Understand the problem described in the issue
- Search the codebase for relevant files using codebase search
- 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 following conventional commits
- Push changes and create a PR
Guidelines
- Always test the fix before committing
- Include the issue number in the commit message
- Update relevant documentation if needed
- Consider edge cases and potential side effects