Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
- name: Context step end to end
run: tests/context-step-test.sh

# Guards the comment style harness's corpus rather than the review workflow: the
# recorded totals in docs/comment-style-harness.md are only comparable while the
# committed corpus keeps the shape they were measured against.
- name: Comment style corpus
run: tests/comment-style-corpus-test.sh

# Runs claude-pr-review.yml itself, from this commit, with the review step skipped. The checks
# above all read the workflow as text; this one hands it to Actions and asks whether it starts.
#
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Automated code review on every pull request using [claude-code-action](https://g
- **No issues** — silent approve

The review prompt lives in [`docs/claude-pr-review-prompt.md`](docs/claude-pr-review-prompt.md).
Changes to its comment-style rules go through
[`docs/comment-style-harness.md`](docs/comment-style-harness.md) first — the prompt deploys
org-wide from `main` with no staging, and that procedure is the staging. It does not cover
the severity or summary-comment rules; that document says why.

### Frontloaded review context

Expand Down
Loading