apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/watch-ciContext preview
What this command does when you run it.
Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail.
description: Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail. disable-model-invocation: false
Monitor and auto-fix CI failures:
1. **Get Latest CI Run**:
gh run list --limit 1 gh run view [RUN_ID]
2. **Check Status**:
3. **Analyze Failures**:
gh run view [RUN_ID] --log-failed
Extract:
4. **Categorize Failures**:
5. **Apply Fixes**: Based on failure type:
6. **Verify Locally**:
bun run lint bun test bun run build
7. **Commit and Push**:
git commit -m "$(cat <<'EOF' fix(ci): Resolve CI pipeline failures - [Fix 1] - [Fix 2] EOF )" git push
8. **Monitor New Run**: Wait for new CI run and repeat if needed.
**Arguments**:
**Example Usage**:
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.