review-toolkit

Orchestrate code reviews across changed files and diffs into a severity-ranked report.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/euxx/claude-skills-for-copilot --skill review-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-toolkit
Source: https://github.com/euxx/claude-skills-for-copilot/tree/main/skills/review-toolkit
Command: npx skills add https://github.com/euxx/claude-skills-for-copilot --skill review-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to manually coordinate multiple review passes when you need a deep, reliable code review across bugs, security, maintainability, documentation, types, and tests.

Core Features & Use Cases

  • End-to-End Review Orchestration: Dispatches the right specialist checks based on the change scope and merges the results into one report.
  • Broad Review Coverage: Evaluates correctness, complexity, comments, silent failures, type design, and behavioral test gaps.
  • Use Case: A pull request changes application logic, error handling, and tests; this Skill can route those areas to the appropriate specialists and present the findings in severity order.

Quick Start

Ask the review-toolkit skill to review the provided file, folder, or git diff and return a unified code review report.

Frequently Asked Questions about review-toolkit

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

FAQPage Schema
How do I run a comprehensive code review across bugs, security, and maintainability in one pass?

Code review orchestration dispatches specialist checks across changed files and diffs, routing logic to specialists for bug detection, security checks, and maintainability improvements, then aggregating findings into a unified severity-ranked report.

What does an end-to-end code review cover for a pull request?

An end-to-end code review covers bug detection, security checks, maintainability improvements, comment accuracy, silent-failure analysis, type design, and test coverage, coordinating up to six specialist skills to analyze the changes.

Can I review a git diff for test coverage and type design issues together?

Yes, you can review a git diff for both test coverage and type design issues simultaneously, as the orchestration evaluates behavioral test gaps and type design alongside other specialist checks in a single pass.

Does automated code review work without manually coordinating multiple review passes?

Automated code review works without manual coordination by dispatching the right specialist checks based on the change scope and merging the results into one report, removing the need to manually coordinate multiple passes.

How are code review findings prioritized when multiple categories of issues are found?

Code review findings are prioritized by aggregating results from all specialist checks into a unified severity-ranked report, ensuring the most critical issues across bugs, security, and maintainability are presented in severity order.