review

Detect file formats and route them to specialized review agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-detects file formats and routes them to the appropriate review agents, enabling efficient, hands-off quality checks across multiple document types.

Core Features & Use Cases

  • Auto-detect file types like LaTeX (.tex), Quarto (.qmd), Typst (.typ), Python (.py), and Markdown (.md) and run specialized review agents in parallel.
  • Generate consolidated, read-only review reports to guide fixes without making changes to the source files.
  • Use in CI/CD or local workflows to ensure consistent document quality across diverse formats and projects.

Quick Start

Provide a file path to review; the skill will auto-detect its format and run the appropriate review agents in parallel.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code and document review for multiple file formats?

To automate multi-format document review, you can provide file paths to let the system auto-detect formats like .tex, .qmd, .typ, .py, and .md, routing them to parallel review agents for consolidated quality assessment reports.

Can I run parallel quality assurance checks on LaTeX and Markdown files?

Yes, you can run parallel quality assurance checks on LaTeX and Markdown files. The system auto-detects formats and dispatches specialized review agents simultaneously to evaluate document consistency without modifying source files.

What is the best way to generate read-only review reports for Python scripts?

The best way to generate read-only review reports for Python scripts is using an automated review skill that analyzes .py files in parallel, producing a consolidated quality assessment without applying any fixes to the source code.

Does automated document review modify my original source files?

No, automated document review does not modify your original source files. It performs read-only analysis across formats like .py and .md, producing a consolidated report to guide manual fixes while ensuring source integrity.

How do I integrate format-detection review agents into a CI/CD workflow?

You can integrate format-detection review agents into CI/CD workflows by triggering the skill to automatically identify file extensions like .qmd and .typ, running parallel assessments to ensure consistent document quality across projects.

When do I need multi-agent review for Quarto and Typst documents?

You need multi-agent review for Quarto and Typst documents when you require hands-off, consistent quality checks across diverse formats. The system routes .qmd and .typ files to specialized agents that generate consolidated, read-only review reports.