# Documentation Pass

> Use when a documentation pass is needed or docs, README, guides, examples, changelogs, or public explanations may be stale before PR.

- Skill: `bnema/documentation-pass` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bnema/documentation-pass`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bnema/documentation-pass/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: bnema (https://skillmd.com/u/bnema)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bnema/documentation-pass

---


# Documentation Pass

Rule: documentation must match current implementation before PR.

Loop:
1. Map implementation and docs.
2. Delegate bounded scans if useful: stale claims, missing docs, broken examples.
3. Update docs.
4. Verify docs against code/tests/commands.
5. Open PR.

Main agent owns edits, verification, and PR. Subagents only find, critique, or verify.

Stop when docs reflect implementation and verification passes.

Output: changed docs, evidence, PR link.

