code-review

Review code snippets, diffs, and pull requests for risks.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/pycode4micro/bushserver --skill code-review-pycode4micro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/pycode4micro/bushserver/tree/main/src/bushserver/seeds/skills/package/code-review
Command: npx skills add https://github.com/pycode4micro/bushserver --skill code-review-pycode4micro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews help catch correctness, security, maintainability, performance, and regression risks early, reducing costly defects before changes are merged.

Core Features & Use Cases

  • Structured six-dimension review across correctness, security, maintainability, performance, consistency, and contract/regression risk.
  • Review readiness workflow that forces mandatory reads of checklist and report templates to ensure consistent output quality.
  • Proactive auditing for known inputs such as code snippets, files, diffs, patches, pull requests, or commits, producing a clear findings-first report.

Quick Start

Ask the AI to run a code review on the provided diff and output a severity-sorted report.

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 security and performance risks?

Code review evaluates code snippets, files, patches, and commits to identify risks and improvement opportunities. It audits correctness, security, maintainability, performance, consistency, and regression impact, producing a structured findings-first report.

Can I audit a git diff for regression and contract impact before merging?

Yes, you can audit a git diff for regression and contract impact. The review checks patches and commits for contract violations and regression risks, outputting a findings-first report to prevent defects before merging.

What is the best way to perform a structured code review on a patch?

The best way to perform a structured code review is using a mandatory readiness workflow. This enforces reading checklist and report templates in a fixed order, ensuring consistent findings-first reports across six quality dimensions.

Does code review automatically modify the code it analyzes?

No, code review does not modify the code it analyzes. By default, it produces a findings-first structured report identifying risks and improvements across correctness, security, and maintainability without applying code modifications.