maestro:scrutiny-validator

Execute mission checkpoint scrutiny validation and emit human-readable and JSON reports.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/Leonardo-Corte/local-social-smm-agent --skill maestro-scrutiny-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro:scrutiny-validator
Source: https://github.com/Leonardo-Corte/local-social-smm-agent/tree/main/reference/github-agent-orchestration/maestro/.claude/skills/maestro%253Ascrutiny-validator
Command: npx skills add https://github.com/Leonardo-Corte/local-social-smm-agent --skill maestro-scrutiny-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents risky changes from moving forward by running structured scrutiny validation at mission checkpoints, catching problems before a milestone is sealed.

Core Features & Use Cases

  • Milestone-scoped validation: Validate a specific milestone, all milestones, or the current active milestone.
  • Subagent-driven review synthesis: Spawns feature review subagents per feature needing validation and synthesizes results into a single assessment.
  • Report generation and state updates: Produces human-readable and JSON validation reports and updates validation status so conduct can proceed safely.

Quick Start

Run scrutiny validation for the current active milestone at a mission checkpoint.

Frequently Asked Questions about maestro:scrutiny-validator

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

FAQPage Schema
How do I validate code at milestone boundaries in a maestro workflow?

Milestone validation in a maestro workflow loads the current validation state, determines feature scope, and spawns scrutiny review subagents to synthesize results. It updates validation status and emits human-readable or JSON reports so conduct can proceed safely.

What is code scrutiny validation for mission checkpoints?

Code scrutiny validation is a structured review process that prevents risky changes from moving forward at mission checkpoints. It reviews implemented and pending-validation features before a milestone is sealed.

How do I run scrutiny validation for all completed milestones?

You can run scrutiny validation for all completed milestones by applying the validator across the entire mission scope. It determines the feature scope and spawns subagents to review and synthesize results into a single assessment.

Can I generate JSON validation reports for milestone checks?

Yes, the validator produces human-readable reports and optional JSON validation reports. It updates validation status after synthesizing the subagent-driven feature reviews.

What is the best way to catch risky changes before sealing a milestone?

The best way to catch risky changes is running structured scrutiny validation at mission checkpoints. It spawns feature review subagents per feature needing validation and synthesizes results into a single assessment before the milestone is sealed.

Does milestone validation work without external dependencies?

Yes, milestone validation operates with no external dependencies. It loads the current validation state, determines feature scope, and spawns scrutiny review subagents internally to synthesize results.