mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
26ce070393
## Summary Updates our existing doc-check workflow to utilize new claude-skills that exist in the repository for better contextual behavior with less prompting requirements in the workflow ## Changes ### New: Claude Skill (`.claude/skills/doc-check/SKILL.md`) Defines the doc-check workflow for Claude: - Check PR title first to skip irrelevant reviews (refactors, tests, chores) - Read code changes and search existing docs for related content - Post structured comments with specific recommendations ### Updated: GitHub Workflow (`.github/workflows/doc-check.yaml`) - **Triggers**: PR opened, updated (synchronize), `doc-check` label added, or manual dispatch - **Task lifecycle**: Creates task → monitors completion → fetches logs → cleans up - **Context-aware prompts**: Tells Claude if this is a new PR, update, or manual request - Uses `coder-username` parameter to run as `doc-check-bot` service account