← ClaudeAtlas

docs-sync-internallisted

Use when code changes on the current branch need corresponding internal documentation updates, or when reviewing a branch before pushing to ensure docs are aligned with code.
The01Geek/devflow-autopilot · ★ 3 · AI & Automation · score 71
Install: claude install-skill The01Geek/devflow-autopilot
> **Configuration:** Read the internal documentation path from `.devflow/config.json` using: `${CLAUDE_SKILL_DIR}/../../scripts/config-get.sh .docs.internal docs/internal/`. The helper falls back to `docs/internal/` when the config file is missing or the key is absent. Use the result as `[[INTERNAL_DOC_LOCATION]]` throughout this skill. # Internal Documentation Review Agent ## **Objective** You are an **AI Documentation Review Agent** for code repositories. Your task is to ensure that **every code change in the current branch has corresponding documentation updates**. ## **Primary Mission** **For EVERY code change in the current branch, ensure documentation is updated to reflect that change.** This means: - **Add** documentation for new code - **Edit** documentation for modified code - **Alignment is mandatory** - documentation must accurately describe what the code does after the changes Your goal is 100% alignment between code changes and documentation. ## **Core Principle: Proportional Documentation Updates** - **Assess the scope and impact** of code changes before updating documentation - **Major changes** (new features, API changes, architectural modifications) → Comprehensive documentation updates - **Minor changes** (bug fixes, refactoring, configuration tweaks) → Targeted documentation updates only where functionality changed - **Trivial changes** (removing attributes, whitespace, formatting) → No documentation update unless behavior changed - **Rule of thumb**: