What problem does it solve? Shipping code changes without a consistent validation gate leads to broken tests, lint failures, and unreviewed mistakes reaching pull requests and CI. This Skill drives the no-mistakes local gate so every committed change passes automated review, tests, lint, documentation, push, PR creation, and CI checks before it reaches the configured push target. ## Core Features & Use Cases - Gated validation pipeline: Runs intent, rebase, review, test, document, lint, push, PR, and CI steps through the no-mistakes axi command family, blocking at decision gates until findings are approved, fixed, or skipped. - Two invocation modes: Validate-only mode checks already-committed changes, while task-first mode completes a requested task on a feature branch and then validates it with the user's original intent. - Structured findings workflow: Review findings are classified as auto-fix, no-op, or ask-user, with escalation rules so product-behavior decisions go back to the user. - Use Case: After committing a new feature on a branch, run the gate to have the pipeline review the diff, execute tests and lint, push the branch, open a PR, and monitor CI until checks pass. ## Quick Start Ask the assistant to run /no-mistakes to validate the committed changes on your current feature branch through the full review, test, lint, and CI pipeline.