What problem does it solve? Developers often skip or misrun local quality and security checks before committing code, leading to failed CI pipelines, leaked secrets, and undetected vulnerabilities. This Skill standardizes how lint, typecheck, secret, SAST, and dependency scans are executed and interpreted before handoff or commit. ## Core Features & Use Cases - Guided check execution: Inspects the project's configured checks first, runs the smallest relevant check, then the full gate before commit. - Multi-domain coverage: Handles lint, typecheck, secret scanning, SAST, dependency audits, and precommit hooks. - Evidence-based gating: Records command evidence and treats failed required checks as blockers unless explicitly deferred. - Use Case: Before pushing a feature branch, ask the assistant to run the project's lint and secret scans, interpret any failures, and confirm the branch passes the full quality gate. ## Quick Start Run the configured lint, typecheck, and secret scans on this repository and report any blocking failures before I commit.