peruse

Orchestrate automated plan-vehicle feature reviews with detectors, reviewers, and validators.

2|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/iroha924/mumei --skill peruse-iroha924
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peruse
Source: https://github.com/iroha924/mumei/tree/main/skills/peruse
Command: npx skills add https://github.com/iroha924/mumei --skill peruse-iroha924

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The peruse Skill unit automates the review process for plan-vehicle features, streamlining quality assurance by integrating detectors, reviewers, and validators in a pipeline.

Core Features & Use Cases

  • Review Pipeline Execution: Runs Stage 0 detector and reviewers, validates findings, aggregates verdicts.
  • Conditional Logic: Executes based on the feature's pending_review status and task completion.
  • Output Management: Generates review JSON and manages state transitions.

Quick Start

Invoke the /mumei:peruse command to start the review process for the active plan-vehicle feature.

Frequently Asked Questions about peruse

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

FAQPage Schema
How do I automate code review pipelines for quality assurance?

Automated code review pipelines integrate detectors, reviewers, and validators to streamline quality assurance. This Skill orchestrates that process by running a Stage 0 detector, concurrent reviewers, and validators, then aggregating their findings into a final verdict.

How does an automated review pipeline handle security and adversarial testing?

Automated review pipelines handle security testing by invoking concurrent reviewers, including dedicated security and adversarial reviewers. These specialized reviewers run alongside standard checks to identify vulnerabilities and edge cases before the pipeline aggregates findings into a JSON output.

Can I use automated review pipelines with features that have a pending review status?

Automated review pipelines can be used with features having a pending review status. The pipeline executes conditionally based on this pending_review status and task completion, ensuring reviews only run when prerequisites are met before managing state transitions.

What is the best way to manage state transitions after an automated code review?

Managing state transitions after an automated code review is handled by writing review results to a specified JSON output. The pipeline then processes the aggregated verdict to determine and trigger the appropriate state transition for the reviewed feature.

How do I run a comprehensive plan-vehicle review using the mumei framework?

Running a comprehensive plan-vehicle review in the mumei framework involves invoking a single command to start the process. This triggers the orchestration of the Stage 0 detector, concurrent reviewers, and validators to execute the full automated review pipeline.

Why does my automated review pipeline skip validation for completed tasks?

Automated review pipelines skip validation for completed tasks due to built-in conditional logic. Execution depends on both the feature's pending_review status and whether task completion criteria are met, preventing redundant reviews on already validated features.