Run the Quality Gate
Workflow
- •Ensure dependencies are installed (
npm install) if needed. - •Run lint, test, then build in that order.
- •Summarize pass/fail and surface next-step suggestions based on failures.
Command
- •Prefer the bundled script:
./.agents/skills/one-command-quality-gate/scripts/quality-gate.sh - •Direct commands:
npm run lint,npm run test,npm run build
Output
- •Provide a short summary of results and any actionable next steps.
Related Skills
- •
one-command-doctor— for broader healthcheck including Node version and npm install - •
ci-hardener— for enforcing the same checks in CI - •
refactor-with-safety— always run this gate after refactors