review

Coordinate independent second-pass reviews of internal Markdown documents.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/lithiumtoast/hearthportal --skill review-lithiumtoast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/lithiumtoast/hearthportal/tree/main/.claude/skills/review
Command: npx skills add https://github.com/lithiumtoast/hearthportal --skill review-lithiumtoast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independent, structured reviews of internal documents to surface gaps, risks, and quality issues before publishing or sharing.

Core Features & Use Cases

  • Spawn a fresh-context subagent to read the target document cold, ensuring an unbiased evaluation.
  • Produce a structured verdict and store it at docs/<context>/reviews/<slug>-YYYY-MM-DD.md for traceability.
  • Update the document's frontmatter status when present to reflect the review outcome, while preserving the original content.

Quick Start

Run /review <slug> to start a structured review of the document.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate document review workflows for internal markdown files?

Automate document review workflows by running a command that spawns a fresh-context subagent to read markdown files cold and produce a structured verdict. The review outcome is stored as a daily review file while preserving the original document body.

What is the best way to perform an independent quality assurance check on internal documentation?

Perform an independent quality assurance check by spawning a fresh-context subagent to evaluate the document unbiased. It surfaces gaps, risks, and quality issues before publishing, storing the structured verdict in a dedicated reviews directory.

How does a subagent-based review process work for markdown documents?

A subagent-based review works by spawning a fresh context to read the target markdown document cold, ensuring an unbiased evaluation. It generates a structured verdict file and updates the document's frontmatter status without modifying the original content.

Can I update document frontmatter status automatically during a document review?

Yes, you can update document frontmatter status automatically during a review. The process reads the target document, evaluates it via a subagent, and updates the frontmatter status when present to reflect the review outcome while preserving the original body.

Does the document review process modify the original markdown content?

No, the document review process does not modify the original markdown content. It preserves the original body entirely, only updating the frontmatter status when present and generating a separate structured verdict file in a dedicated reviews directory.

What file path format is required for automated markdown document reviews?

Automated markdown document reviews require files stored under the docs/*/*/*.md path format. The review output is generated and stored at docs/<context>/reviews/<slug>-YYYY-MM-DD.md for traceability.