yurukusa/Review Ready

Pre-PR checklist that catches debug statements, secrets, TODO debt, and complexity spikes in your changed files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
no-debug-statementsFlag console.log, debugger, print() etc. in changed linesnotrue
no-todo-in-changesFlag TODO/FIXME/HACK in changed linesnotrue
no-secretsDetect potential secrets/API keys in changed linesnotrue
no-large-filesFlag files over 500KB accidentally stagednotrue
test-coverageWarn when source files changed but no test file existsnotrue
complexityFlag functions with high cyclomatic complexity in changed filesnotrue
complexity-thresholdCyclomatic complexity threshold (default: 10)no10
fail-onWhen to fail the check: "error" (default), "warning", or "never"noerror

no outputs