docs: update examples README and reference.yaml for claude-code-review.yml

- examples/README.md: github-actions count 3→4, add new workflow row
- machine-readable/reference.yaml: 6 new entries (workflow, prompt, pattern, tools, auth, cost)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-19 14:58:27 +01:00
parent 9b75b5125e
commit 46b5f39f52
2 changed files with 10 additions and 2 deletions

View file

@ -28,6 +28,13 @@ deep_dive:
review_auto_fix_loop: "guide/workflows/iterative-refinement.md:347"
# Review Plan Command (Garry Tan-inspired, Feb 2026)
review_plan_command: "examples/commands/review-plan.md"
# GitHub Actions: Prompt-Based Code Review (Feb 2026)
github_actions_code_review_workflow: "examples/github-actions/claude-code-review.yml"
github_actions_code_review_prompt: "examples/github-actions/prompts/code-review.md"
github_actions_code_review_pattern: "externalized prompt + anti-hallucination protocol + /claude-review on-demand trigger"
github_actions_code_review_tools: "Read, Glob, Grep + GitHub PR inspection (read-only)"
github_actions_code_review_auth: "OAuth token (Claude Max plan, 0$ API) or ANTHROPIC_API_KEY"
github_actions_cost_per_review: "0$ with OAuth/Max plan; ~0.05-0.15$ with API key (Sonnet, ~5K tokens diff)"
# Rules Templates (auto-loaded .claude/rules/)
rules_templates_directory: "examples/rules/"
rules_architecture_review: "examples/rules/architecture-review.md"