code-review

Automate self-review of code changes to detect bugs, security issues, and test gaps.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Saturate/agents --skill code-review-saturate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Saturate/agents/tree/main/skills/code-review
Command: npx skills add https://github.com/Saturate/agents --skill code-review-saturate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review your own code like a senior engineer would review someone else's. Catch issues before they become PR comments.

Core Features & Use Cases

  • Self-review checks for bugs, security issues, performance problems, and test gaps
  • Pre-commit quality gate and PR readiness checks for incremental-implementation workflows
  • Use cases: when preparing PRs, in local development, during incremental-implementation

Quick Start

Review the most recent changes in your branch and generate a prioritized list of issues to address before committing.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I self-review code changes before committing a pull request?

Run a self-review on your local development branch to catch bugs, security issues, performance problems, and test gaps before committing code or submitting a pull request.

What does an automated self-review check for in local development?

Automated self-review checks for bugs, security issues, performance problems, and test coverage gaps across various languages and stacks during incremental-implementation workflows.

Can I use this code review process for any programming language and tech stack?

Yes, the self-review process automatically detects your tech stack to check correctness, security, performance, and test gaps across various languages and stacks during local development.

When do I need to run a pre-commit quality gate during incremental implementation?

Run a pre-commit quality gate during incremental implementation to catch bugs, security issues, performance problems, and test gaps before finalizing code changes or opening a pull request.

What is the best way to catch security issues and test gaps before a PR?

Automate self-review of code changes to catch security issues and test gaps, generating a prioritized list of findings to address during local development before opening a pull request.

Does automated self-review replace manual pull request reviews?

Automated self-review complements manual pull request reviews by catching bugs, security issues, performance problems, and test gaps early in local development before committing code.