validate-report-file

Validates markdown report files for required sections, formatting, and status consistency.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill validate-report-file-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-report-file
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/validate-report-file
Command: npx skills add https://github.com/RussianLioN/moltinger --skill validate-report-file-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the validation of worker-generated report files, ensuring they meet all structural and formatting requirements before further processing or submission.

Core Features & Use Cases

  • Completeness Check: Verifies the presence of all mandatory sections (Header, Executive Summary, Detailed Findings, Validation Results, Next Steps).
  • Formatting Validation: Enforces rules for headings, status indicators, and code blocks.
  • Status Consistency: Checks for logical alignment between the header status and validation outcomes.
  • Use Case: Integrate this Skill into a CI/CD pipeline as a quality gate to automatically reject incomplete or malformed reports, preventing downstream issues.

Quick Start

Use the validate-report-file skill to check the report located at 'path/to/bug-report.md'.

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 report structure and completeness?

Markdown report validation verifies the presence of mandatory sections like Header, Executive Summary, and Detailed Findings. It applies a defined schema to enforce header metadata presence, section consistency, and status alignment, ensuring reports meet structural requirements before downstream processing or submission.

Can I use a completeness check as a quality gate in a CI/CD pipeline?

Yes, you can use a report completeness check as a CI/CD quality gate to automatically reject incomplete or malformed markdown reports. This prevents downstream issues by verifying formatting rules, heading structures, and status consistency before allowing further processing.

What does report formatting validation check for in markdown files?

Formatting validation in markdown reports enforces rules for headings, status indicators, and code blocks. It ensures logical alignment between the header status and validation outcomes, applying strict quality checks to prevent structural inconsistencies in agent-generated report files.

How do I debug missing sections in agent-generated markdown reports?

Debugging missing sections in markdown reports involves running a structural validation against a defined schema. This process identifies absent mandatory sections like Validation Results or Next Steps, checks header metadata, and flags status indicator inconsistencies for correction.

Does report auditing require a specific schema for markdown header metadata?

Yes, report auditing requires adherence to a defined schema for header metadata, section presence, and status consistency. This schema-driven approach ensures the validation process can accurately verify formatting rules and logical alignment within agent-generated markdown reports.