code-review

Reviews code for quality, security, architecture and proposes fixes with user approval.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/GuidoBergman/aegish --skill code-review-guidobergman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/GuidoBergman/aegish/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/GuidoBergman/aegish --skill code-review-guidobergman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring high-quality, secure, and compliant code by performing rigorous, adversarial code reviews that identify a minimum number of specific issues in every code submission.

Core Features & Use Cases

  • Deep Code Analysis: Challenges code quality, test coverage, architecture compliance, security, and performance.
  • Mandatory Issue Identification: Never accepts code as "good" without finding 3-10 specific problems.
  • Auto-Fix Capability: Can propose automatic fixes for identified issues, subject to user approval.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential bugs, security vulnerabilities, and performance bottlenecks before code is merged.

Quick Start

Initiate a code review for the provided codebase by specifying the workflow configuration path '.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate adversarial code review to find bugs and security vulnerabilities?

Adversarial code review challenges all aspects of your code to identify 3-10 specific problems across quality, test coverage, architecture, security, and performance. It never accepts code as good without finding issues and can auto-fix them with your approval.

How do I run an automated code review on my codebase?

Run an automated code review by specifying the workflow configuration path '.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml'. This loads the required configuration to execute the adversarial analysis on your codebase.

Can I use automated code review to flag potential bugs in a CI/CD pipeline?

Yes, you can integrate adversarial code review into your CI/CD pipeline to automatically flag potential bugs, security vulnerabilities, and performance bottlenecks before code is merged, ensuring high-quality and secure submissions.

Does the code review process ever accept code as good without finding issues?

No, the adversarial code review process never accepts code as good without finding 3-10 specific problems. It mandates issue identification in every code submission to enforce rigorous quality assurance and compliance.

Can the automated code review fix the security and performance issues it finds?

Yes, the automated code review can propose automatic fixes for the identified security, performance, and architecture issues. These auto-fixes are applied only after receiving your explicit user approval.