Skip to content

Commit 8908419

Browse files
prontclaude
andcommitted
docs: document automated-review-stats in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5fd37f9 commit 8908419

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Purge:
6161
purge untagged Purge untagged GitHub container images
6262
purge vector-dev Purge old vector-dev images from Docker Hub
6363
64+
AI review:
65+
automated-review-stats Count review bot comments by reaction (liked / disliked / no signal)
66+
6467
Maintenance:
6568
close-old-prs Close PRs with 'meta: awaiting author' older than 6 months
6669
delete-stale-branches Delete branches with no commits in 4 years
@@ -103,6 +106,26 @@ github-tools purge-all --env-file vector.env # omit --dry-run to execute
103106

104107
Audit logs written to `out/purge/` (local only).
105108

109+
## 4. (Optional) AI-assisted review stats
110+
111+
Measures how contributors react to automated review bot comments (👍 liked / 👎 disliked / no signal).
112+
113+
```shell
114+
# Discover the bot's GitHub login (lists all review comment authors by frequency)
115+
github-tools automated-review-stats --env-file vector.env --since 3m
116+
117+
# Produce stats + update trends/vector.md
118+
github-tools automated-review-stats \
119+
--env-file vector.env \
120+
--bot-login "chatgpt-codex-connector" \
121+
--since 2026-01-01
122+
```
123+
124+
Outputs:
125+
- Console summary (like rate, dislike rate)
126+
- `out/automated-review-stats/{owner}_{repo}.csv` — per-comment table with URL and reaction (gitignored)
127+
- `trends/{repo}.md` — two summary tables updated in place via `AUTO:` markers
128+
106129
# Trends
107130

108131
Per-repo trend pages with all charts:

0 commit comments

Comments
 (0)