From agentic-dev-team
Runs unified quality gate pipeline with self-validation, verification evidence, and review-correction loops on specified scope before delivery or rework.
How this command is triggered — by the user, by Claude, or both
Slash command
/agentic-dev-team:quality-gate-pipeline <scope>The summary Claude sees in its command listing — used to decide when to auto-load this command
Apply the guidelines defined in skills/quality-gate-pipeline.md to the current task. Read the skill file and follow its procedures, checklists, and protocols. Apply this skill to: $ARGUMENTS
Apply the guidelines defined in skills/quality-gate-pipeline.md to the current task. Read the skill file and follow its procedures, checklists, and protocols.
Apply this skill to: $ARGUMENTS
npx claudepluginhub bdfinst/agentic-dev-team --plugin agentic-dev-team/verifyRuns a structured verification pass across implementation, quality, and risk, producing structured results with assumptions, risks, open questions, and follow-ups.
/double-checkPerforms rigorous multi-angle quality validation including scope review, functional completeness, technical quality, testing, security, and performance to verify production readiness before completion.
/checklistRuns specified quality gates checklist (pre-merge/pre-release) from constitution.md. Executes automated checks via npm (lint, tests, coverage, types, security, bundle size/performance) and generates Markdown report.
/qualityLoads and executes Hypo-Workflow quality review skill instructions, applying structured review discipline and DeepSeek tool-calling rules.
/revision-qualityRuns quality checks after fix implementation: lint, type-check, test suite, and issue verification. Iteratively reviews changes via sub-agent with confidence-aware review gates.
/reviewPerforms final code quality review and security audit before deploy, producing approval/rejection report with prioritized findings.