kdowswell/Vibe Check
PR review for vibe coders. Catches security issues, AI slop, and complexity - with personality.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with Copilot access (needs "Copilot Requests" permission for PATs) | yes | ${{ github.token }} |
| tone | Response tone: "playful" or "professional" | no | playful |
| model | Copilot model to use (GPT-5.2, GPT-5.2-codex, claude-sonnet-4.5, gpt-5-mini) | no | GPT-5.2 |
| checks | Comma-separated checks to run (security,ai-detection,tests,complexity) | no | security,ai-detection,tests,complexity |
| trigger_phrase | Phrase to trigger interactive mode in comments | no | @vibecheck |
| auto_review | Automatically review new PRs | no | true |
| skip_labels | Skip PRs with these labels (comma-separated) | no | skip-vibecheck,wip,draft |
| max_files | Skip PRs with more than this many files | no | 50 |
Outputs
| name | description |
|---|---|
| vibe | Overall vibe assessment |
| ship_it | Whether its safe to ship (yes/maybe/no) |
| findings_count | Number of findings |