doc-check

SKILL.md

Documentation Check Skill

Review code changes and determine if documentation updates or new documentation is needed.

Workflow

  1. Get the code changes - Use the method provided in the prompt, or if none specified:

    • For a PR: gh pr diff <PR_NUMBER> --repo coder/coder
    • For local changes: git diff main or git diff --staged
    • For a branch: git diff main...<branch>
  2. Understand the scope - Consider what changed:

    • Is this user-facing or internal?
    • Does it change behavior, APIs, CLI flags, or configuration?
    • Even for "internal" or "chore" changes, always verify the actual diff
  3. Search the docs for related content in docs/

Installs
2
First Seen
Mar 8, 2026