
Code Review Action
- 2 installs
- 822 repo stars
- Updated March 23, 2026
- paperclipai/companies
GitHub Actions workflow for automated pragmatic code review on pull requests, posting triage-leveled findings as PR comments and optionally blocking merge.
About
Provides a GitHub Actions workflow that runs automated code review on every PR and posts triage-leveled findings as comments. A developer uses it to set up CI-integrated review that can block merge on critical findings.
- Triggers on PR open, push, and re-review events
- Posts triaged findings and can block merge on critical issues
Code Review Action by the numbers
- 2 all-time installs (skills.sh)
- Ranked #947 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 6, 2026 (Skillselion catalog sync)
npx skills add https://github.com/paperclipai/companies --skill code-review-actionAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 822 |
| Last updated | March 23, 2026 |
| Repository | paperclipai/companies ↗ |
What it does
GitHub Actions workflow for automated pragmatic code review on pull requests, posting triage-leveled findings as PR comments and optionally blocking merge.
Files
GitHub Actions workflow configuration for running automated pragmatic code reviews on every pull request. Triggers on PR open, push, and re-review events. Posts findings as PR comments with triage levels and can block merge on Critical/Blocker findings. Use when setting up or maintaining CI-integrated code review pipelines.