Update Docs on Code Change

PassAudited by ClawScan on Mar 31, 2026.

Overview

The skill is an instruction-only helper for keeping documentation in sync with code changes and its requested footprint (no installs, no credentials) matches that purpose.

This skill is instruction-only and internally consistent with its purpose, but it is intentionally high-level and will rely on whatever repository and tooling access the agent already has. Before enabling it: (1) review and limit the agent's repository and CI permissions to least privilege (read vs write, ability to push/commit), (2) confirm whether the agent is allowed to execute build/tests in your environment (these steps can run arbitrary code), (3) require human review or PR workflow for doc commits if you don't want automated pushes, and (4) monitor for unexpected network or credential access because the skill's prose could lead an agent to call external services depending on implementation. If you want stricter behavior, require the skill to only produce suggested edits as PR comments rather than making commits automatically.