You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Rule 11: automated Claude clarity review on every PR
Replaces the auto-pass stub in ob1-review.yml with a real Claude API
call (Haiku) that reviews contribution READMEs for clarity, missing
steps, and correctness. Gracefully skips if ANTHROPIC_API_KEY secret
is not configured.
Also updates CLAUDE.md and CONTRIBUTING.md to reflect that Rule 11
is now live.
Requires: Add ANTHROPIC_API_KEY as a repository secret in GitHub
Settings → Secrets → Actions.
https://claude.ai/code/session_01XYNmBjSUAeV6VuvWyp1Y79
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ If a contribution's `metadata.json` declares `requires_primitives`, then:
91
91
- The contribution's README must link to each required primitive
92
92
93
93
### Rule 11: LLM clarity review
94
-
As the LLM reviewer, **this is your unique value**. Read the contribution's README and evaluate:
94
+
This check runs automatically in CI via the Anthropic API (Claude Haiku). When you are invoked via `@claude` on a PR, provide a deeper version of this same review. Read the contribution's README and evaluate:
95
95
- Are the instructions clear enough for someone with only the stated prerequisites?
96
96
- Are there missing steps, ambiguous references, or assumed knowledge?
97
97
- Do code snippets look correct and copy-paste ready?
0 commit comments