Commandtypescript
/_issue Command
Please analyze and fix the GitHub issue: $ARGUMENTS.
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
- Implement the necessary changes to fix the issue
- Ensure the code passes linting and type checking
- Create a descriptive commit message
- Push and create a PR.
Remember to use the GitHub CLI ('gh') for all GitHub-related tasks.