validate-run

Validate all checkpoints in an agent run directory with parallel validation and summarized results.

138|30|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/SprocketLab/slop-code-bench --skill validate-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-run
Source: https://github.com/SprocketLab/slop-code-bench/tree/main/.claude/skills/validate-run
Command: npx skills add https://github.com/SprocketLab/slop-code-bench --skill validate-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps QA teams and developers verify agent runs by concurrently validating their checkpoints and producing a consolidated summary.

Core Features & Use Cases

  • Parallel checkpoint validation: Spawns test-validator agents for each checkpoint to run validations simultaneously.
  • Result summarization: Aggregates findings into an actionable run-level report, highlighting verdicts and required actions.
  • Manual verification guardrails: Provides a structured process to manually verify sub-agent results and correct mistakes.

Quick Start

Invoke the /validate-run command with a path to the agent run directory to validate all checkpoints.

Frequently Asked Questions about validate-run

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

FAQPage Schema
How do I validate agent run checkpoints in parallel?

Parallel checkpoint validation is performed by spawning test-validator agents for each checkpoint simultaneously. This concurrently validates all checkpoints produced by an agent run directory and aggregates the findings into a summarized run-level report.

What is the best way to verify sub-agent reports for accuracy before presenting conclusions?

Verifying sub-agent reports requires structured manual verification guardrails. The validation process provides a structured format to manually review sub-agent results, correct mistakes, and ensure accuracy before presenting final conclusions.

Can I validate checkpoints across multiple agent runs at the same time?

Yes, you can validate checkpoints across runs containing multiple problems simultaneously. The validation process performs parallel validation across all specified runs and summarizes the results into an actionable report.

How do I summarize QA validation results for an entire agent run?

Summarizing QA validation results aggregates all checkpoint findings into an actionable run-level report. The consolidated summary highlights individual verdicts and outlines the required actions for the QA team.

What do I need to automate agent run validation?

Automating agent run validation requires a path to the agent run directory. Invoking the validation command with the directory path initiates the process to validate all checkpoints concurrently.

Are there limitations to parallel validation for multiple agent runs?

Parallel validation depends on the structure of the agent run directory and its checkpoints. While it concurrently processes multiple problems, sub-agent reports still require manual verification guardrails to correct potential mistakes before finalizing conclusions.