Cursor Resources

My commands and prompts for Cursor

Fetch, analyze, and fix bugbot comments from a GitHub PR

command · installs to .cursor/commands/fix-bugbot-comments.md
Fetch the bugbot comments from the GitHub API for this PR.

First, summarize what was reported:
- List each bugbot comment with its file location, line number, and the issue reported

Then, analyze and categorize:
- Which issues are valid and need to be fixed
- Which issues are false positives that should be ignored (explain why)

Finally, fix the valid issues.

Example prompts

/fix-bugbot-comments/fix-bugbot-comments for PR #123