snaiilydevelopment/VibeMaster MCP
Automatic code quality scoring, secret scanning, and review on every PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting review comments | yes | ${{ github.token }} |
| quality-threshold | Minimum quality score (0-100). PR fails if below this. | no | 70 |
| fail-on-secrets | Fail the workflow if secrets are detected in diff | no | true |
| post-review-comment | Post VibeMaster review as PR comment | no | true |
Outputs
| name | description |
|---|---|
| quality-score | VibeMaster quality score for this PR (0-100) |
| secrets-found | Number of secrets detected in the diff |
| issues-found | Number of issues caught by auto-review |
| passed | true if PR passed all VibeMaster checks |