cicd-intelligent-recoverylisted
Install: claude install-skill aiskillstore/marketplace
# CI/CD Quality & Debugging Loop (Loop 3)
**Purpose**: Continuous integration with automated failure recovery and authentic quality validation.
**SOP Workflow**: Specification → Research → Planning → Execution → Knowledge
**Output**: 100% test success rate with authentic quality improvements and failure pattern analysis
**Integration**: This is Loop 3 of 3. Receives from `parallel-swarm-implementation` (Loop 2), feeds failure data back to `research-driven-planning` (Loop 1).
**Version**: 2.0.0
**Optimization**: Evidence-based prompting with explicit agent SOPs
---
## When to Use This Skill
Activate this skill when:
- Have complete implementation from Loop 2 (parallel-swarm-implementation)
- Need CI/CD pipeline automation with intelligent recovery
- Require root cause analysis for test failures
- Want automated repair with connascence-aware fixes
- Need validation of authentic quality (no theater)
- Generating failure patterns for Loop 1 feedback
**DO NOT** use this skill for:
- Initial development (use Loop 2 first)
- Manual debugging without CI/CD integration
- Quality checks during development (use Loop 2 theater detection)
---
## Input/Output Contracts
### Input Requirements
```yaml
input:
loop2_delivery_package:
location: .claude/.artifacts/loop2-delivery-package.json
schema:
implementation: object (complete codebase)
tests: object (test suite)
theater_baseline: object (theater metrics from Loop 2)
integration_points: array[s