code-review

Analyze code changes to detect bugs, security vulnerabilities, and performance issues.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill code-review-brainbrewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/develop/skills/code-review
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill code-review-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-review automates thorough analysis of changes to identify bugs, security vulnerabilities, performance issues, and correctness problems before merging.

Core Features & Use Cases

  • Automated diff analysis across changed files for security, correctness, and performance.
  • Supports diffs, pull requests, and staged commits.
  • Generates a structured, actionable review report with issues, severity, and recommended fixes.
  • Not for requesting external reviews — use requesting-code-review instead.

Quick Start

Submit the current git diff to the code-review skill to generate a structured, actionable review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a git pull request?

You automate code review by submitting your git diff or staged commits to the skill, which analyzes changes to detect bugs, security vulnerabilities, and performance issues, producing a structured report.

What specific problems does automated diff analysis look for?

Automated diff analysis looks for bugs, security vulnerabilities, performance issues, and correctness problems across changed files to ensure code quality before merging.

Can I use this to review staged commits before pushing?

Yes, you can review staged commits. The skill analyzes staged commits alongside diffs and pull requests to identify correctness and performance issues before merging.

Does the generated code review report include recommended fixes?

Yes, the review report includes recommended fixes. It provides a structured analysis containing identified issues, their severity levels, and actionable recommendations aligned with project conventions.

Is this for requesting external reviewers to check my code?

No, this is not for requesting external reviews. It automates internal static analysis of diffs and pull requests to detect bugs and security vulnerabilities programmatically.

When should I not use automated code review tools?

You should not use automated code review when you need human reviewers to check your code externally. Use it specifically for automated static analysis of diffs and staged commits instead.