reviewtemplate

Review and fix gendoc template trios across iterative rounds.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/ibalasite/gendoc --skill reviewtemplate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewtemplate
Source: https://github.com/ibalasite/gendoc/tree/main/skills/reviewtemplate
Command: npx skills add https://github.com/ibalasite/gendoc --skill reviewtemplate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the quality review and fix loop for the gendoc three-piece template set: templates/{TYPE}.md, templates/{TYPE}.gen.md, and templates/{TYPE}.review.md. It orchestrates a structured, round-based evaluation, highlights actionable findings, and ensures consistent template quality across all three artifacts.

Core Features & Use Cases

  • Round-based Review: A subagent evaluates all three template files, reports findings by severity, and guides fixes in subsequent rounds.
  • Iterative Fix Loop: When findings exist, a fix subagent applies targeted changes and re-evaluates until all critical issues are resolved or max rounds are reached.
  • Transparent Outputs: Produces round summaries, final total findings, and a comprehensive progress log to support audits and improvements.
  • Configurable Strategy: Supports rapid, standard, exhaustive, tiered, or custom review strategies to balance speed and quality.
  • Upstream Alignment: Ensures templates stay aligned with the intended TYPE.md structure and content.

Quick Start

Call /reviewtemplate AUDIO to start the iterative review loop for the templates.

Frequently Asked Questions about reviewtemplate

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

FAQPage Schema
How do I automate quality checks for gendoc template files?

To automate gendoc template quality checks, use a round-based review loop that evaluates the template trio, reports findings by severity, and applies fixes until no CRITICAL or HIGH issues remain.

What is the gendoc template trio structure required for iterative review?

The gendoc template trio consists of templates/{TYPE}.md, templates/{TYPE}.gen.md, and templates/{TYPE}.review.md, which are evaluated together to identify gaps and ensure upstream alignment with the intended structure.

How do I fix template documentation gaps reported by severity levels?

To fix template documentation gaps, a fix subagent applies targeted changes based on severity findings, then re-evaluates the templates in subsequent rounds until critical issues are resolved or maximum rounds are reached.

Can I configure review strategies for template quality automation?

Yes, template quality automation supports configurable review strategies including rapid, standard, exhaustive, tiered, or custom options to balance evaluation speed and documentation quality.

What outputs are generated during an iterative template review cycle?

An iterative template review cycle generates transparent outputs including round summaries, final total findings, and a comprehensive progress log to support audits and continuous documentation improvements.

When should I stop the iterative fix loop for template reviews?

The iterative fix loop stops automatically when no CRITICAL or HIGH findings remain in the template files, or when the configured maximum number of review rounds is reached.