bhvbhushan/vibecop PR Gate
AI code quality linter — scans PR changes for AI-generated code antipatterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access (PR comments, reviews) | no | ${{ github.token }} |
| config | Path to .vibecop.yml config file | no | .vibecop.yml |
| on-failure | Action on findings: comment-only, request-changes, label, auto-close | no | comment-only |
| label | Label to apply when on-failure is "label" | no | vibecop:needs-review |
| max-findings | Maximum findings to report (0 = unlimited) | no | 50 |
| severity-threshold | Minimum severity to post inline comments for (error, warning, info) | no | warning |
| working-directory | Directory to scan (relative to repo root) | no | . |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| errors-count | Number of error-severity findings |
| warnings-count | Number of warning-severity findings |
| has-findings | Whether any findings were detected (true/false) |
| scan-time-ms | Scan duration in milliseconds |