full-review

Coordinate multiple review skills into a structured code audit report.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/BarisSozen/claude --skill full-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: full-review
Source: https://github.com/BarisSozen/claude/tree/main/.claude/skills/full-review
Command: npx skills add https://github.com/BarisSozen/claude --skill full-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates a comprehensive code review by orchestrating all available review skills to provide a unified assessment before commits or merges.

Core Features & Use Cases

  • Orchestrated multi-skill review: Executes security, quality, and performance checks across modified files.
  • Workflow automation: Maps changed files to relevant skills and generates a structured, actionable report.
  • Use Case: Before a pull request merges, run this skill to validate code across the full stack and surface critical issues early.

Quick Start

Run the full-review skill to audit the latest commit and generate a consolidated report.

Frequently Asked Questions about full-review

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

FAQPage Schema
How do I automate comprehensive code reviews before a pull request merges?▼

Automated code reviews before a merge are orchestrated by coordinating multiple review skills across modified files to validate code quality, security, and performance. This generates a structured, actionable report surfacing critical issues early.

What is the best way to run security and performance checks across modified files?▼

The best way to run security and performance checks is through an orchestrated workflow that maps changed files to relevant review skills. This coordinates multi-skill execution to provide a unified assessment of the codebase.

Can I use automated code quality audits for pre-commit checks and post-change audits?▼

Automated code quality audits support pre-commit checks, PR reviews, and post-change audits. The orchestration skill satisfies an end-to-end review workflow by executing relevant checks based on file changes and providing structured reporting.

How does orchestrating multiple code review skills work for a unified assessment?▼

Orchestrating multiple review skills works by mapping modified files to the appropriate security, quality, and performance checks. It coordinates the execution of these skills to generate a consolidated report with optional auto-fixes.

Does an orchestrated code review generate actionable reports with auto-fixes?▼

An orchestrated code review generates a structured, actionable report detailing issues found across security, quality, and performance checks. It also offers optional auto-fixes to resolve detected problems automatically.

When do I need to run a comprehensive code review across my full stack?▼

You need a comprehensive code review before commits or merges to validate code across the full stack. Running an orchestrated audit surfaces critical issues early by executing relevant skills based on file changes.