Guest User

Untitled

a guest
Jan 21st, 2026
312
0
Never
9
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ---
  2. description: Analyze and fix a GitHub issue
  3. argument-hint: [PR number]
  4. allowed-tools: Bash
  5. ---
  6.  
  7. Please analyze and fix the GitHub issue: $1.
  8.  
  9. Follow these steps:
  10.  
  11. 1. Ensure that the `gh` command is authenticated. Else run `gh auth login`.
  12. 2. Use `gh issue view $1` to view the issue details and comments.
  13. 3. Use `gh issue view <number>` and `gh pr view $1` for any issues or pull requests referenced in the issue or comments.
  14. 4. Understand the issue and relevant other issues or pull requests.
  15. 5. Act as a senior software engineer to architect and code a fix for the issue. It may be fixing a bug, adding a new feature, etc.
  16. 5. Start by creating a plan on how you would implement the feature and work iteratively with the user to finalize it before making any changes.
  17. 6. Once the plan has been finalized, work iteratively with the user to make changes until they say it looks good.
  18. 7. Answer any questions by providing a pragmatic response without being overly agreeable.
  19.  
  20. Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks.
  21.  
  22. # User Context
  23. $ARGUMENTS
  24.  
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment