using-code-review

Coordinate five specialized agents to surface code defects and quality gaps.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/scruffydan/AI-Agents --skill using-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-code-review
Source: https://github.com/scruffydan/AI-Agents/tree/main/source/skills/using-code-review
Command: npx skills add https://github.com/scruffydan/AI-Agents --skill using-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework to orchestrate and apply multiple code-review agents, enabling teams to surface issues earlier and improve code quality.

Core Features & Use Cases

  • Multi-agent guidance: Defines when to invoke @code-security, @code-readability, @code-performance, @code-redundancy, and @code-simplifier, and how to interpret their reports.
  • Workflow patterns: Includes single-agent and full-review workflows to suit quick checks or comprehensive audits.
  • Cross-skills integration: Highlights how to combine with language-specific security skills and development workflows.

Quick Start

To begin, run a targeted security check with @code-security on a file, review the findings, then optionally execute the full code-review suite with @code-full-review on a project directory.

Frequently Asked Questions about using-code-review

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

FAQPage Schema
How do I coordinate multi-agent code reviews for security and readability?

Multi-agent code review coordination sequentially orchestrates specialized agents to analyze security, readability, performance, redundancy, and simplification. This structured workflow surfaces defects and quality gaps by running targeted checks before pulling requests or during major refactors.

Can I run a single-agent code security check instead of a full review suite?

You can run a single-agent code security check independently to quickly scan specific files. The framework supports both targeted single-agent workflows for quick checks and full sequential orchestration to audit project directories comprehensively.

What is the best way to automate a pre-PR code quality audit?

Automating a pre-PR code quality audit involves sequentially executing the five review agents in report-only mode. This workflow analyzes security, performance, and readability to produce actionable findings before submitting a pull request.

When do I need to use a multi-agent workflow for code refactoring?

You need a multi-agent workflow for code refactoring when your project requires comprehensive quality audits across security, performance, and redundancy. It is designed for major refactors or routine quality sprints where multiple structural defects must be surfaced.

Does the code review coordination framework work with language-specific security skills?

The code review coordination framework integrates directly with language-specific security skills and development workflows. It defines how to invoke specialized review agents and interpret their reports alongside your existing development environment.