ehsanazish80/Devscope Code Health Check
Analyze your codebase and post health metrics to PRs automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze (default: current directory) | no | . |
| fail-under | Minimum grade required (A, B, C, D, F) | no | "" |
| max-risk | Maximum risk level allowed (Low, Medium, High) | no | "" |
| max-onboarding | Maximum onboarding difficulty (Easy, Moderate, Hard) | no | "" |
| github-token | GitHub token for posting PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| health | Overall health score (0-100) |
| risk | Risk level (Low, Medium, High) |
| onboarding | Onboarding difficulty (Easy, Moderate, Hard) |
| grade | Maintainability grade (A-F) |