code-review
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Structured code review workflow with team standards and checklists.
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with reviewing pull requests Help me with code quality audit Help me with pre-release review Topics
Platforms
Install
CLI install
npx skills add https://github.com/vercel-labs/agent-skills/tree/main/skills/code-review Manual install
~/.cursor/skills/code-review/ ~/.claude/skills/code-review/ ~/.copilot/skills/code-review/ ~/.codeium/windsurf/skills/code-review/ Resources
Source
https://github.com/vercel-labs/agent-skills/tree/main/skills/code-reviewRelated 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
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs
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