code-review

Review code changes for defects, specification mismatches, and maintainability risks.

4|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anderson-0/mighty-powers --skill code-review-anderson-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/anderson-0/mighty-powers/tree/main/skills/code-review
Command: npx skills add https://github.com/anderson-0/mighty-powers --skill code-review-anderson-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify implementation gaps, quality issues, and potential risks in code changes before they are merged, reducing defects and review blind spots.

Core Features & Use Cases

  • Two-Stage Review Process: Evaluates changes for both specification compliance and code quality across architecture, security, performance, testing, and documentation.
  • Confidence-Based Findings: Prioritizes high-confidence issues with severity levels to reduce review noise and focus remediation efforts.
  • Use Case: Use this Skill after completing a feature or before merging a pull request to receive a structured review of correctness, maintainability, and potential risks.

Quick Start

Ask the code-review skill to review the latest changes against the implementation plan and report critical issues before merging.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code for defects and security risks before merging a pull request?

A code review identifies defects and security risks by applying a two-stage process that evaluates specification compliance and code quality. It classifies findings by severity and confidence to reduce review noise and focus remediation efforts.

What is the best way to catch maintainability risks during a sprint gate?

The best way to catch maintainability risks during a sprint gate is to perform a code audit that analyzes architecture, security, performance, and testing dimensions. This structured analysis identifies specification mismatches and quality issues before integration.

How does severity classification improve pull request reviews?

Severity classification improves pull request reviews by prioritizing high-confidence code issues. This reduces review noise and focuses remediation efforts on critical defects and maintainability risks rather than minor formatting or stylistic issues.

Can I use automated code audit techniques for debugging scenarios?

Yes, you can use code audit techniques for debugging scenarios by analyzing implementation compliance and code quality dimensions. The audit identifies specification mismatches and potential risks, providing actionable review findings with confidence scoring.

When do I need a structured code review for feature completion?

You need a structured code review for feature completion when you want to identify implementation gaps and quality issues before merging. It evaluates correctness and maintainability across architecture, security, performance, testing, and documentation.