review-bugbot
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Review code changes using Bugbot-style analysis for bugs and regressions.
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with pR review requests Help me with finding bugs in diffs Help me with pre-merge quality checks Topics
Platforms
Install
CLI install
npx skills add https://github.com/cursor/skills-cursor/tree/main/review-bugbot Manual install
~/.cursor/skills/review-bugbot/ ~/.claude/skills/review-bugbot/ ~/.copilot/skills/review-bugbot/ Resources
Source
https://github.com/cursor/skills-cursor/tree/main/review-bugbotRelated Skills
create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.
Can help with
- →User asks to create a new skill
- →Authoring SKILL.md files
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Can help with
- →Creating coding standards rules
- →Project-specific AI guidance
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
Can help with
- →Security review requests
- →Auth changes