code-review

Run parallel code review agents and generate a unified findings report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sirn/dotfiles --skill code-review-sirn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sirn/dotfiles/tree/main/var/agents/skills/code-review
Command: npx skills add https://github.com/sirn/dotfiles --skill code-review-sirn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and aggregates issues across codebases by coordinating multiple specialized agents to deliver thorough reviews, reducing manual inspection time and improving code quality.

Core Features & Use Cases

  • Mode-based reviews: Full mode leverages five agents (Quality, Security, Convention, Simplicity, Tech Researcher); Fast mode uses two agents for quick feedback; Performance mode focuses on optimization.
  • Parallel execution & synthesis: Agents run concurrently and produce a unified report combining findings.
  • Use cases: Suitable for pre-merge checks, code refactors, or security-focused audits of critical modules.

Quick Start

Ask the system to run a full-code review on the specified files to get a complete quality and security assessment.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews to catch security and quality issues before merging?

Automated code reviews coordinate multiple specialized agents to scan touched files, producing a unified report covering critical issues, security vulnerabilities, quality, and performance for pre-merge checks.

What is the best way to run a quick code review on a recent refactor?

A quick code review uses a fast mode with two parallel agents to provide immediate feedback on quality and conventions, limiting the scope to only the files changed in the refactor.

Can I perform a security-focused audit on critical codebase modules?

Yes, a full code review mode deploys five parallel agents, including a dedicated security agent, to thoroughly audit critical modules and aggregate findings into a unified security and quality report.

How does parallel processing improve code review thoroughness?

Parallel processing runs specialized agents concurrently to evaluate conventions, security, and performance, synthesizing their findings into a unified report with an executive summary and actionable quick wins.

When should I use performance mode for code analysis?

Use performance mode for code analysis when you need to focus specifically on optimization, targeting performance bottlenecks within the changed files rather than conducting a full security and convention audit.