# Update Docs

> Documentation impact analysis and update workflow

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

---


# Update Docs

Use this skill when behavior, commands, configuration, public API, governance rules, or release workflow changes.

## Workflow

1. Identify entry docs that users rely on first: README, AGENTS, getting started, workflow docs, and command help.
2. Update only docs whose contract changed.
3. Keep examples executable and aligned with current command names.
4. Mention verification limits when a workflow is not fully exercised.
5. Run doc-related tests or governance drift checks when available.

## Evidence

- Updated doc paths and why they changed.
- Commands or tests used to validate generated docs and templates.
- Explicit note for docs intentionally left unchanged.

## Anti-Patterns

- No stale command examples.
- No doc-only promise for a rule that should be enforced by script or config.
- No broad README rewrite for a narrow behavior change.

