validate-report-file

Validate worker-generated reports for required sections and Markdown formatting.

243|40|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill validate-report-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-report-file
Source: https://github.com/maslennikov-ig/claude-code-orchestrator-kit/tree/main/.claude/skills/validate-report-file
Command: npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill validate-report-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill checks worker-generated reports to ensure required sections exist and formatting is correct.

Core Features & Use Cases

  • Section verification: Confirms presence of header, executive summary, validation, and next steps.
  • Format validation: Ensures proper Markdown structure and status indicators.
  • Consistency checks: Verifies status alignment across sections.

Quick Start

Validate a report file named bug-hunting-report.md for required sections.

Frequently Asked Questions about validate-report-file

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

FAQPage Schema
How do I validate markdown reports for required sections and formatting?

Markdown report validation checks that worker-generated reports contain all required sections—header, executive summary, validation, and next steps—with proper H1/H2 heading structure, emoji status indicators, and code blocks. The Skill outputs a structured validation result detailing presence, correctness, and any errors or warnings.

What does report structure validation check for?

Report structure validation verifies header metadata, required section order, markdown formatting rules (H1/H2 headings, emoji status), code block presence, and consistency alignment across sections to ensure reports meet quality gates.

Can I use report validation during worker completion workflows?

Yes. Report validation runs as a quality gate after worker completion, during debugging of missing sections, pre-submission validation, and for consistency checks to ensure all worker-generated reports meet required formatting and structural standards.

What output does the report validation Skill provide?

The Skill outputs structured validation results that detail section presence, formatting correctness, status indicator alignment, and list specific errors or warnings found in the report.

How does report validation ensure consistency across multiple sections?

Report validation verifies that status indicators and metadata align consistently across the header, executive summary, validation, and next steps sections, flagging mismatches as errors or warnings.