code-review

Identify correctness, security, and performance issues in code reviews.

8|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/kensaurus/cursor-kenji --skill code-review-kensaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kensaurus/cursor-kenji/tree/main/skills/code-review
Command: npx skills add https://github.com/kensaurus/cursor-kenji --skill code-review-kensaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform thorough code reviews to detect correctness, security, and performance issues before merging changes.

Core Features & Use Cases

  • Agent Review (Built-in): The agent reviews the diff line-by-line and flags problems. Also available in Cursor's Source Control tab → Agent Review to compare against main.
  • BugBot (Automated PRs): Push to GitHub → BugBot runs advanced analysis on every PR automatically. Catches issues before human review.
  • Manual Review (This Skill): Use the checklist below for thorough reviews.

Quick Start

Open a PR and run the built-in Agent Review to automatically identify potential issues.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a pull request for correctness, security, and performance issues?

To review a pull request for correctness, security, and performance issues, you can use the built-in Agent Review to analyze the diff line-by-line or apply a structured manual checklist during audits.

What is the best way to automate code reviews on GitHub pull requests?

Automating code reviews on GitHub is done by pushing changes to trigger BugBot, which runs advanced analysis automatically on every PR to catch issues before human review.

Can I use this code review checklist with Cursor's source control tools?

Yes, you can use this code review checklist with Cursor's tools by accessing the Source Control tab and selecting Agent Review to automatically compare your changes against the main branch.

Does automated static analysis completely replace manual code audits?

Automated static analysis does not replace manual code audits; it complements them by catching issues early via BugBot and Agent Review, while a manual checklist ensures thorough verification.

When should I perform a manual code review instead of using automated PR analysis?

You should perform a manual code review using the checklist for feature audits and complex changes requiring human context, while automated PR analysis handles early issue detection on routine diffs.