Monitor CI/CD pipeline status after pushing commits. When failures occur, delegate to the cata-debugger agent for systematic investigation and evidence-based root cause analysis.
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplace# Check CI Status and Investigate Failures ## Goal Monitor CI/CD pipeline status after pushing commits. When failures occur, delegate to the cata-debugger agent for systematic investigation and evidence-based root cause analysis. ## Input Optional commit reference: $ARGUMENTS (e.g., `HEAD`, `abc1234`, `feature-branch`) - Defaults to the latest commit on the current branch if not specified ## Process 1. **Identify Recent Commits:** Get the latest commit(s) to check CI status for 2. **Detect CI Platform:** Identify which CI/CD system is in use 3. **Monitor CI Status:** Poll for CI pipel...