From retort
This skill should be used when the user asks to "fix CI", "review the workflow", "add a CI check", "set up CI for this repo", "why is the pipeline failing", "optimize GitHub Actions", "add deployment automation", "check the pipeline", or "create a new workflow". Provides CI/CD triage, workflow review checklists, and new-repo CI scaffold patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retort:ci-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CI/CD workflows: triage pipeline failures, review GitHub Actions, scaffold new repos.
CI/CD workflows: triage pipeline failures, review GitHub Actions, scaffold new repos.
Delegates deployment execution to retort's deploy skill.
When CI is failing:
check skill where possibleFor every .github/workflows/ file:
push: branches: [main] for expensive jobs — use pull_request + schedule${{ secrets.NAME }} only — never inline valuesfetch-depth: 1 unless full history is requiredactions/cache for node_modules, NuGet packages, ~/.cargoubuntu-latest unless Windows/macOS is genuinely requiredRead references/workflow-patterns.md for copy-paste templates:
High-cost signals to flag during review:
paths: filters — full suite runs on README editscache-hit < 70% indicates cache key thrashreferences/workflow-patterns.md — Copy-paste CI templates by stack and scenarionpx claudepluginhub phoenixvc/retort --plugin retortGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.