skills/amia-quality-gates/SKILL.md
Use when enforcing quality gates. Trigger with /amia-enforce-gates. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-quality-gatesInstall 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.
Four-gate integration pipeline (Pre-Review, Review, Pre-Merge, Post-Merge) with blocking conditions and escalation paths.
gh) authenticatedgate:override-appliedCopy this checklist and track your progress:
| Field | Description | |-------|-------------| | Gate Status | Current gate name and pass/fail decision | | Check Results | All checks performed with outcomes | | Labels Applied | Labels added or removed | | Escalation Actions | Notifications sent or escalations triggered | | Next Steps | What should happen next in the pipeline |
Output discipline: All scripts support
--output-file <path>. With flag: JSON to file, summary to stderr. Without: JSON to stdout.
Non-zero exit codes on failure. See detailed guide in Resources.
Related skills: amia-label-taxonomy, amia-code-review-patterns, amia-github-pr-workflow, amia-tdd-enforcement, amia-ci-failure-patterns
gate-pipeline — Pipeline flow:
escalation-paths — Escalation:
override-policies — Overrides:
detailed-guide — Full guide:
# Check Pre-Review gate for PR #42
gh pr view 42 --json labels,statusCheckRollup
# Verify tests pass
gh pr checks 42 --required
# Apply gate label
gh pr edit 42 --add-label "gate:pre-review-passed"
# Advance to Review gate
gh pr edit 42 --add-label "gate:review"
Expected result: PR #42 transitions from Pre-Review to Review gate with labels gate:pre-review-passed and gate:review applied, CI checks confirmed green.
development
Use when enforcing TDD via RED-GREEN-REFACTOR. No production code without a failing test first. Trigger with /enforce-tdd. Loaded by ai-maestro-integrator-agent-main-agent.
data-ai
Use when resuming sessions. Trigger with session resumption. Loaded by ai-maestro-integrator-agent-main-agent.
devops
Software release management and coordination. Use when creating releases, bumping versions, or rolling back deployments. Trigger with release tasks or /amia-create-release. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when reviewing PRs in multilanguage repositories. Routes reviews to appropriate language checkers. Trigger with /review-multilang [PR_NUMBER]. Loaded by ai-maestro-integrator-agent-main-agent.