Commandtypescript

/_issue Command

Please analyze and fix the GitHub issue: $ARGUMENTS.

View Source

Please analyze and fix the GitHub issue: $ARGUMENTS.

Follow these steps:

  1. Use 'gh issue view' to get the issue details.
  2. Understand the problem described in the issue
  3. Search the codebase for relevant files
  4. Implement the necessary changes to fix the issue
  5. Ensure the code passes linting and type checking
  6. Create a descriptive commit message
  7. Push and create a PR.

Remember to use the GitHub CLI ('gh') for all GitHub-related tasks.