Checks if code changes require documentation updates
Review code changes and determine if documentation updates or new documentation is needed.
Get the code changes - Use the method provided in the prompt, or if none specified:
gh pr diff <PR_NUMBER> --repo coder/codergit diff main or git diff --stagedgit diff main...<branch>Understand the scope - Consider what changed:
Search the docs for related content in docs/
Decide what's needed:
Report findings - Use the method provided in the prompt, or if none specified, summarize findings directly
(Premium) in the title?docs/manifest.json - Navigation structure; new pages MUST be added heredocs/reference/cli/*.md - Auto-generated from Go code, don't edit directly(Premium) suffixUse GitHub-Flavored Markdown alerts:
> [!NOTE]
> Additional helpful information.
> [!WARNING]
> Important warning about potential issues.
> [!TIP]
> Helpful tip for users.
CLI docs in docs/reference/cli/ are auto-generated. Don't suggest editing them
directly. Instead, changes should be made in the Go code that defines the CLI
commands (typically in cli/ directory).
Use sh for shell commands:
coder server --flag-name value