review:all

Run comprehensive code reviews against all 30 checklists from a git diff.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/jayteealao/Aperture --skill review-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review:all
Source: https://github.com/jayteealao/Aperture/tree/main/.claude/skills/review-all
Command: npx skills add https://github.com/jayteealao/Aperture --skill review-all

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive code reviews across all 30 checklists, enabling teams to catch issues early without manual overhead.

Core Features & Use Cases

  • Automated 30-checklist coverage: Executes the full suite of checks for each change set using the senior-review-specialist agent.
  • File-by-file analysis: Examines each modified file to identify correctness, security, and maintainability issues.
  • Comprehensive reporting: Produces a structured report summarizing critical findings, suggested fixes, and risk levels.
  • Use Case Example: When reviewing a pull request, run this Skill to generate a thorough review covering all checks and actionable remediation steps.

Quick Start

Spawn the senior-review-specialist agent to begin the comprehensive review on the current working tree changes.

Frequently Asked Questions about review:all

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

FAQPage Schema
How do I automate code reviews for a pull request using static analysis?

Automated code reviews run all 30 checklists against a git diff input to evaluate correctness, security, and maintainability. The senior-review-specialist agent examines each modified file and produces a structured report with critical findings, suggested fixes, and risk levels.

What is comprehensive static analysis for a git diff?

Comprehensive static analysis for a git diff is an automated evaluation of code changes against a suite of 30 checklists. It examines modified files in repositories, pull requests, and patches to ensure consistency and quality without manual overhead.

Do I need a git diff input to run automated code review checklists?

Yes, a git diff input is required to run the automated code review checklists. The skill uses this diff to perform file-by-file analysis, identifying issues across correctness, security, and maintainability for the current working tree changes.

Can I use automated checklists to review patches in a repository?

Yes, automated checklists can be applied to code changes in repositories, pull requests, and patches. The review process executes the full suite of checks on each modified file to catch issues early and generate actionable remediation steps.

What's the best way to generate a structured report for pull request quality assurance?

The best way to generate a structured report for pull request quality assurance is to run a comprehensive review using the senior-review-specialist agent. It evaluates the git diff against all 30 checklists and outputs a report summarizing critical findings, suggested fixes, and risk levels.