acollie/Kaizen PR Analysis
Analyze code quality changes in a pull request and post a comment with metrics, hotspot changes, and blast-radius warnings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 8, 2026
- License
- MIT
Pinned Snippet
uses: acollie/kaizen@dce273b3b334aa78772ed337251fb4daff0203f9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to analyze | no | . |
| base-branch | Branch to compare against | no | main |
| skip-churn | Skip git churn analysis for faster runs | no | true |
| github-token | GitHub token for posting PR comments | no | ${{ github.token }} |
| fail-on-regression | Fail the action if the score drops | no | false |
| languages | Comma-separated list of languages to include (default: all) | no | "" |
| include-callgraph | Include call graph visualization of changed functions (Go only) | no | false |
Outputs
| name | description |
|---|---|
| score-delta | Numeric score change between base and head |
| grade | Current grade letter |
| has-concerns | Whether blast-radius concerns were found |