Commit 21fb473
feat(ci): add AI Contribution Report workflow
Adds a GitHub Actions workflow that automatically measures AI tool
involvement across the repository's full commit history on every merge
to main.
## What it does
- Triggers on every push to `main`
- Scans all commit messages for `Co-Authored-By:` trailers stamped by
AI coding tools (Cursor, Claude Code, GitHub Copilot)
- Counts commits attributed to each tool vs. purely human-authored
- Renders a markdown summary table directly in the GitHub Actions job
summary (visible in the Actions tab after each merge)
## Signal measured
The `Co-Authored-By:` trailer is written automatically by:
- **Cursor** → `Co-authored-by: Cursor <cursoragent@cursor.com>`
- **Claude Code** → `Co-Authored-By: Claude <noreply@anthropic.com>`
- **GitHub Copilot** → `Co-authored-by: GitHub Copilot <...>`
Commits without any such trailer are counted as human-only. Note that
commits may still have had AI assistance without a trailer (e.g. code
pasted from a chat interface), so this is a lower-bound estimate.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0a053b0 commit 21fb473
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments