review-validate

Validate review.md documents for required frontmatter, sections, verdict, and status.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill review-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/review-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill review-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates code review documents to ensure compliance with the standard: frontmatter presence, proper naming, and the necessary sections for Context, Review, and Iterations, as well as a clear verdict and status (OPEN/RESOLVED). It is intended to be used after creating or updating review.md, during code reviews, or just before committing.

Core Features & Use Cases

  • Validate required frontmatter fields (name, description) and their correctness.
  • Check section structure (Context, Iterations, Verdict, Status) and ensure proper naming.
  • Provide actionable feedback for missing or misnamed items and support pre-commit checks.
  • Integrate into review workflows to enforce consistent, traceable reviews across specs and projects.

Quick Start

Run /review-validate [path] to validate a single review or run /review-validate --all to validate all reviews.

Frequently Asked Questions about review-validate

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

FAQPage Schema
How do I validate code review documents for required frontmatter and sections?

You validate code review documents by running a validation check on review.md files to confirm required frontmatter fields like name and description, along with mandatory sections including Context, Iterations, Verdict, and Status, are present and correctly named.

What sections are required in a standard code review document?

The required sections in a standard code review document are Context, Iterations, Verdict, and Status. Additionally, the document must include frontmatter with both name and description fields to ensure proper structure and traceability.

Can I run pre-commit validation on all code review markdown files at once?

Yes, you can run pre-commit validation on all code review markdown files at once by executing a bulk validation command with an --all flag, which checks every review.md file against the required frontmatter and section standards.

Does code review linting check for OPEN or RESOLVED status fields?

Yes, code review linting checks for a clear status field to verify whether it is marked as OPEN or RESOLVED. This ensures the review document maintains a clear and actionable verdict alongside its required sections.

Why does my review.md fail validation during a code review workflow?

Your review.md fails validation when it is missing required frontmatter fields like name or description, lacks mandatory sections such as Context, Iterations, Verdict, or Status, or contains misnamed structural elements that violate the standard.