hyper-docs-loop

Run Codex docs-review and apply blocking documentation fixes iteratively.

3|Updated May 10, 2026
One-click install
npx skills add https://github.com/zeikar/hyperclaude --skill hyper-docs-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyper-docs-loop
Source: https://github.com/zeikar/hyperclaude/tree/main/skills/hyper-docs-loop
Command: npx skills add https://github.com/zeikar/hyperclaude --skill hyper-docs-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

hyper-docs-loop ensures your documentation stays accurate with the current code by running a repeated Codex docs-review and applying targeted fixes until no blocking documentation findings remain.

Core Features & Use Cases

  • Codex-driven docs accuracy loop: Runs Codex docs-review to identify blocking documentation drift, misleading claims, and accuracy issues, then fixes them and re-checks.
  • Persistent documenter teammate: Spawns the documenter agent once per run and reuses its retained context for each fix round to apply minimal, targeted documentation edits.
  • One-gesture autonomous workflow: Supports both user-invoked loop runs and the documented operational path where a single gesture triggers review → fix → re-review until convergence or a cap.

Quick Start

Run /hyperclaude:hyper-docs-loop docs to harden top-level markdown docs accuracy against the current codebase.

Frequently Asked Questions about hyper-docs-loop

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

FAQPage Schema
How do I fix documentation drift and keep markdown docs accurate with current code?

Use an autonomous docs accuracy loop that runs Codex docs-review to identify blocking documentation drift, then iteratively applies targeted fixes until no blocking findings remain, ensuring markdown claims match the current codebase.

Can I review and harden documentation accuracy for a single markdown file?

Yes, the docs accuracy loop applies to a specified doc directory or a single markdown file path, scanning for misleading claims and cross-doc consistency issues to correct documentation drift against current code.

Do I need experimental agent-teams enabled to run Codex docs-review automatically?

Yes, experimental agent-teams must be enabled. The workflow spawns a persistent documenter teammate that retains context across iterations to apply minimal targeted documentation edits during the review loop.

How does the iterative documentation fixing loop handle validation?

The loop enforces request-id and structured-schema reply validation across review iterations, repeatedly running Codex docs-review and applying only blocking fixes via the documenter agent until convergence or a cap is reached.

What is the best way to automate cross-doc consistency checks for a knowledge base?

An autonomous Codex-driven loop runs repeated docs-review to identify blocking cross-doc consistency issues, then applies targeted fixes and re-checks until no blocking findings remain, ensuring knowledge base accuracy.