.codex/skills/cockpit-code-quality-gate/SKILL.md
Production code quality gate for cockpit workers: strict anti-bloat policy, fail-closed verification, and deterministic cleanup.
npx skillsauth add future3ooo/agentic-cockpit cockpit-code-quality-gateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
outcome="done" for USER_REQUEST, ORCHESTRATOR_UPDATE, or EXECUTE._unused placeholders or "removed" comments.blocked/needs_review with exact blocker.eslint-disable, @ts-ignore, # type: ignore) unless explicitly justified and scoped.|| true and equivalent).catch {}, .catch(() => {}), except: pass).docs/agentic/CODE_QUALITY_EXCEPTIONS.json, must stay PR-scoped + standalone-only, and may waive only the exact named checks recorded in the registry/decision entry.donenode scripts/code-quality-gate.mjs check --task-kind <KIND>scripts/__tests__ updates in the same delta.validate-codex-skills and skills-format --check) when available.> 500 enters no-growth mode and must end smaller if touched> 300 fails> 120 fails unless exact same parent directory shrink offsets itscripts/lib/scripts/lib/code-quality-modularity*.mjs are modularity-policy changes; keep gate tests and this skill in sync, and preserve **/ as zero-or-more directories, not one-or-morequalityReview.summary as one line,qualityReview.legacyDebtWarnings=<count> (non-blocking; must be acknowledged),qualityReview.hardRuleChecks keys with one concise line each:
codeVolume,noDuplication,shortestPath,cleanup,anticipateConsequences,simplicity,development
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
development
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
testing
QA skill: reproduce issues, write clear steps, and validate fixes (locally or via E2E when available).
testing
Hard gate for PR feedback loops: fix, ask re-check, then resolve only after verified closure.