peruse

Run parallel security, adversarial, and spec-compliance reviews and write a JSON report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review pipeline for plan-vehicle features, providing a streamlined process for code review and quality assurance.

Core Features & Use Cases

  • Parallel Review: Runs multiple reviewers (security, adversarial, and spec-compliance) in parallel.
  • Validation: Validates findings through an issue validator and aggregates a verdict.
  • Output: Writes a review JSON to the specified directory upon completion.
  • Use Case: Use this Skill to ensure the quality and security of your codebase by automatically reviewing plan-vehicle features.

Quick Start

Run the 'peruse' skill to initiate a review for the current 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 for plan-vehicle features?▼

Automating code review for plan-vehicle features involves running parallel security, adversarial, and spec-compliance reviews. This process validates findings, aggregates a final verdict, and writes a JSON review report to ensure quality assurance.

What is parallel processing in a code review pipeline?▼

Parallel processing in a code review pipeline runs multiple specialized reviewers, such as security, adversarial, and spec-compliance checks, simultaneously. This validates findings concurrently and aggregates a unified verdict for faster quality assurance.

How do I get a JSON review report for quality assurance?▼

You get a JSON review report by executing an automated review pipeline that validates findings and aggregates a verdict. Upon completion of the parallel reviews, the report is written directly to your specified directory.

Can I run security and spec-compliance reviews at the same time?▼

Yes, you can run security and spec-compliance reviews at the same time. The pipeline executes these adversarial and compliance checks in parallel, validates their findings, and aggregates the results into a single verdict.

What's the best way to validate findings during an automated code review?▼

The best way to validate findings during an automated code review is using an issue validator within the pipeline. It processes parallel security and spec-compliance outputs, verifying issues before aggregating a final verdict.