self-review

Coordinate parallel reviewer agents for diff-based and whole-file code reviews.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill self-review-tvishwanadha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/reviewer/skills/self-review
Command: npx skills add https://github.com/tvishwanadha/skills --skill self-review-tvishwanadha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate a comprehensive code review by launching reviewer agents in parallel to assess changes and ensure code quality across multiple dimensions.

Core Features & Use Cases

  • Parallel review orchestration: run multiple review types concurrently to produce a unified report.
  • Scope-aware reviewing: support diff-based scopes (--diff <ref>, HEAD, merge-base) as well as whole-file or directory reviews.
  • Verification and handoff: enforce thresholds and hand off fixes to reviewers for interactive remediation.

Quick Start

Run a self-review on the current changes using default settings.

Frequently Asked Questions about self-review

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

FAQPage Schema
How do I automate code review for recent git changes?▼

To automate code review for recent git changes, you can run parallel reviewer agents against your current diff. This orchestrates multiple review types concurrently to assess changes and produce a unified quality report.

What is the best way to run parallel code reviews on a specific commit range?▼

Running parallel code reviews on a specific commit range is best handled using diff-based scopes. You can specify a reference like --diff <ref> or compare against HEAD to target the exact changes for concurrent analysis.

How does parallel code review handle low confidence findings?▼

Parallel code review handles low confidence findings by enforcing a minimum confidence threshold. Findings below this threshold are routed through a verification workflow before being handed off for interactive remediation.

Can I perform a code review on an entire project directory instead of just a diff?▼

Yes, you can perform whole-file or directory code reviews across a project. The orchestration supports scope-aware reviewing, allowing you to analyze entire files or directories concurrently rather than just diffs.

Do I need any external dependencies to orchestrate automated code reviews?▼

No, you do not need any external dependencies to orchestrate automated code reviews. The skill operates independently to launch parallel reviewer agents, enforce thresholds, and route findings through the verification workflow.