crisnahine/claudemd-pro
Lint, score, and drift-check your CLAUDE.md for effectiveness — deep codebase-aware analysis with 18 rules and effectiveness scoring
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to CLAUDE.md | no | ./CLAUDE.md |
| threshold | Minimum score (0-100) to pass | no | 60 |
| strict | Fail on warnings too | no | false |
| check-drift | Run drift detection alongside lint | no | false |
| comment-on-pr | Post results as a PR comment (requires GITHUB_TOKEN) | no | false |
Outputs
| name | description |
|---|---|
| score | Effectiveness score (0-100) |
| errors | Number of lint errors found |
| warnings | Number of lint warnings found |
| drift-items | Number of drift items found (if check-drift enabled) |