julien-ref-doc-review

Annotate documentation with @FIX, @TODO, @VERIFY, and @OK tags.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-ref-doc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-ref-doc-review
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/skills/julien-ref-doc-review
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-ref-doc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured methodology for document review using core tags, enabling focused updates and traceable changes.

Core Features & Use Cases

  • Tag-based review: supports @FIX, @TODO, @VERIFY, @OK with optional [MACRO] flag
  • Macros for systemic changes: marks macro-impact edits for broader validation
  • Claude-driven parsing: parses comments to generate a review plan and impact analysis

Quick Start

Use the “review document” prompt to annotate a document with the four core tags, then run Claude to parse and propose changes.

Frequently Asked Questions about julien-ref-doc-review

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

FAQPage Schema
How do I structure a documentation review workflow with tags?

Tag-based documentation review uses four core tags—@FIX, @TODO, @VERIFY, @OK—to annotate documents with actionable signals. Assign tags to specific sections, optionally flag systemic changes with [MACRO], then parse the annotations to generate a consolidated review plan and impact analysis.

Can I use tag-driven review for technical API documentation?

Yes. Tag-driven review applies to technical documents, API references, user guides, and policy papers. It handles both micro edits and macro systemic changes, making it suitable for API docs where consistency and cross-reference verification matter.

What's the difference between marking changes as @FIX versus [MACRO]?

@FIX addresses immediate, localized edits to specific content. [MACRO] flags changes with broader systemic impact across multiple files or sections, triggering cross-file impact analysis and wider validation to prevent unintended downstream effects.

How does automated parsing help with documentation review?

Claude-driven parsing extracts tagged annotations from your document, generates a structured review plan, performs cross-file impact analysis, and proposes specific changes with verification steps—eliminating manual synthesis and surfacing dependencies you might miss.

Can I track which sections need verification against source material?

Yes. The @VERIFY tag marks content requiring validation against authoritative sources. During parsing, Claude identifies all @VERIFY instances, generates verification requirements, and produces a report showing which sections need source confirmation before committing changes.

Does tag-driven review work with markdown documents?

Yes. The Skill supports markdown annotation. Embed tags as comments within your markdown file—@FIX, @TODO, @VERIFY, @OK—then use the review document prompt to parse annotations and generate a change proposal report in markdown-compatible format.