adr
Write an Architecture Decision Record documenting a significant technical decision.
Analyze and diagnose a CI/CD pipeline failure.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/analyze-ci-failureContext preview
What this command does when you run it.
Analyze and diagnose a CI/CD pipeline failure.
name: analyze-ci-failure description: Analyze and diagnose a CI/CD pipeline failure.
Analyze and diagnose a CI/CD pipeline failure.
1. Identify the CI/CD platform: GitHub Actions, GitLab CI, CircleCI, Jenkins, Azure DevOps 2. Locate the failed pipeline run from logs, URL, or recent git push 3. Retrieve the full build log output for the failed step 4. Identify the exact failure point: which step, which command, which line 5. Classify the failure type: build error, test failure, lint error, deployment error, infra issue 6. Extract the error message and relevant stack trace 7. Check if the failure is flaky by reviewing recent run history for the same job 8. Analyze the error against common CI failure patterns:
9. Check for environment differences between local and CI 10. Suggest specific fixes with code changes or configuration updates 11. If the fix requires a pipeline config change, show the exact diff 12. Provide a confidence level for the diagnosis and suggested fix
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.