Quality-gated merge to parent branch - validates code quality before allowing merge
/plugin marketplace add MartyBonacci/specswarm/plugin install specswarm@specswarm## User Input You **MUST** consider the user input before proceeding (if not empty). ## Goal Execute final quality gate validation and merge to parent branch. **Purpose**: Enforce quality standards before merging features/bugfixes, preventing low-quality code from entering the codebase. **Workflow**: Quality Analysis → Threshold Check → Merge (if passing) **Quality Gates**: - Default threshold: 80% quality score - Configurable via `--force-quality` flag - Reads `.specswarm/quality-standards.md` for project-specific thresholds --- ## Pre-Flight Checks --- ## Execution Steps ##...