abhinavteja123/CodeMore — Vibe Scan
Detect production-blocking issues in AI-generated apps and post a fix-ready report on every PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 15, 2026
- License
- MIT
Pinned Snippet
uses: abhinavteja123/codemore@3cdefdbbc6a4f4bda1c8318398b2fc7806741d76 # v0.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (relative to the workspace). | no | . |
| fail-on | Fail the action if any issue has severity >= this value. One of BLOCKER, CRITICAL, MAJOR, MINOR, INFO, NONE. | no | BLOCKER |
| packs | Comma-separated rule packs to enable (e.g. "vibe-supabase,vibe-secrets"). Empty = all registered packs. | no | "" |
| experimental | Include rules in lifecycle:experimental. Recommended while the catalog is young. | no | true |
| comment-on-pr | Post the report as a PR comment (only effective on pull_request events). | no | true |
| upload-artifact | Upload the full codemore-report.json as a workflow artifact. | no | true |
Outputs
| name | description |
|---|---|
| report-path | Path to the JSON report on disk. |
| blockers | Number of BLOCKER-severity findings. |
| score | Overall health score (0-100). |