review

Coordinate automated audits for code changes and generate consolidated reports.

12|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/helderberto/agent-skills --skill review-helderberto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/helderberto/agent-skills/tree/main/skills/review
Command: npx skills add https://github.com/helderberto/agent-skills --skill review-helderberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the REVIEW phase by analyzing diffs to determine applicable audits, executing them in sequence, and producing a consolidated assessment for merge decisions.

Core Features & Use Cases

  • Determines applicable audits from the diff and orchestrates their execution in a defined order.
  • Generates a single consolidated report categorized by severity for quick decision making.
  • Guides the workflow by announcing the next audit and ensuring guardrails are followed.

Quick Start

Invoke the REVIEW workflow on a PR or branch to begin the automated audits.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for pull requests based on diff changes?

Automated code review analyzes pull request diffs to determine applicable audits, executes them in a deterministic order, and produces a consolidated assessment report to guide merge decisions.

What is the best way to orchestrate multiple audits on a feature branch before merging?

Orchestrating audits on a feature branch sequences relevant checks in a defined execution order, covering frontend, backend, and dependency audits to ensure guardrails are followed before shipping.

Can I run frontend, backend, and dependency checks in a single automated workflow?

Yes, the automated workflow selects and sequences frontend, backend, and dependency checks based on the diff, guiding execution by announcing each next audit in the process.

How does a consolidated review report categorize audit findings for quick decisions?

A consolidated review report categorizes audit findings by severity, allowing developers to quickly assess risks and make informed merge or ship decisions from a single output.

Do I need any external dependencies to run automated audits on my codebase?

No external dependencies are required to run automated audits, as the workflow directly analyzes diffs and coordinates the review process without relying on additional installed packages.

When should I use an automated review workflow instead of manual code inspection?

Use an automated review workflow when you need to consistently apply multiple audits to diffs across PRs or feature branches, ensuring deterministic execution and comprehensive coverage before merging.