scrutinize

Dispatch three specialist reviewers to surface issues in changed code files.

12|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Alexander-Tyagunov/magician --skill scrutinize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrutinize
Source: https://github.com/Alexander-Tyagunov/magician/tree/main/skills/scrutinize
Command: npx skills add https://github.com/Alexander-Tyagunov/magician --skill scrutinize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and consolidates findings from three specialist reviewers to surface correctness, security, and simplification issues in code changes, reducing manual review time.

Core Features & Use Cases

  • Parallel reviews: Run correctness, security, and simplification checks on changed files.
  • Consolidated reporting: Deduplicates findings and presents a single prioritized report.
  • Use Case: After a feature branch update, the tool surfaces critical issues before a PR, with remediation steps.

Quick Start

Issue a review for the current changes and review the consolidated report before absorbing or discussing.

Frequently Asked Questions about scrutinize

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

FAQPage Schema
How do I automate code review for a feature branch before creating a pull request?

Automated code review dispatches three specialist reviewers in parallel to check changed files for correctness, security, and simplification issues. It deduplicates findings and outputs a consolidated, severity-prioritized report to fix critical issues before a PR.

What is multi-agent code review and how does it work for changed files?

Multi-agent code review dispatches three specialist reviewers in parallel to analyze the set of changed files since a feature branch diverged from main. It aggregates findings, deduplicates them, and prioritizes issues by severity for a consolidated report.

Can I use automated code review to check both correctness and security vulnerabilities simultaneously?

Yes, parallel code review checks correctness, security, and simplification issues simultaneously. It runs these checks concurrently on changed files and aggregates the results into a single consolidated report prioritized by severity.

How do I deduplicate code review findings from multiple reviewers?

To deduplicate code review findings, the multi-agent system aggregates issues from three specialist reviewers, removes duplicates, and prioritizes remaining issues by severity to present a single consolidated report.

Does parallel code review work on specific file changes or the entire repository?

Parallel code review works specifically on the set of changed files since the feature branch diverged from main. It does not scan the entire repository, focusing solely on surfacing issues in recent code changes.