yurukusa/Review Ready
Pre-PR checklist that catches debug statements, secrets, TODO debt, and complexity spikes in your changed files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| no-debug-statements | Flag console.log, debugger, print() etc. in changed lines | no | true |
| no-todo-in-changes | Flag TODO/FIXME/HACK in changed lines | no | true |
| no-secrets | Detect potential secrets/API keys in changed lines | no | true |
| no-large-files | Flag files over 500KB accidentally staged | no | true |
| test-coverage | Warn when source files changed but no test file exists | no | true |
| complexity | Flag functions with high cyclomatic complexity in changed files | no | true |
| complexity-threshold | Cyclomatic complexity threshold (default: 10) | no | 10 |
| fail-on | When to fail the check: "error" (default), "warning", or "never" | no | error |
Outputs
no outputs