Files
cursor__plugins/code-review/README.md
ericzakariasson b697d35c75 Update plugin install docs to use /add-plugin commands.
Replace legacy agent install snippets across plugin READMEs so docs reflect the current add-plugin workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:06:54 -05:00

39 lines
1.2 KiB
Markdown

# Code review plugin
Code review workflows: correctness, security, regressions, and actionable feedback.
## Installation
```bash
/add-plugin code-review
```
## Components
### Skills
| Skill | Description |
|:------|:------------|
| `review-pr-changes` | Perform risk-focused code reviews with prioritized findings and test-gap analysis |
| `security-review` | Conduct a focused security review for changed code and integration boundaries |
| `test-gap-audit` | Identify missing tests and propose a prioritized test plan for changed behavior |
| `review-pr` | Perform a risk-focused pull request review and return prioritized findings |
| `review-risky-changes` | Deep review of high-risk changes involving auth, data, infra, or shared core logic |
### Rules
| Rule | Description |
|:-----|:------------|
| `security-review-checklist` | Security checklist for auth, input handling, and secret exposure risks |
| `regression-risk-checklist` | Regression checklist for behavior changes and compatibility risks |
### Agents
| Agent | Description |
|:------|:------------|
| `security-reviewer` | Security-focused reviewer for pull requests and critical code paths |
## License
MIT