From devops-skills
Acknowledges all test, build, and command failures without dismissing pre-existing ones. Offers to investigate and fix when reporting results or outputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devops-skills:assholeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Credit: @fubits1 (Ilja) — https://gist.github.com/fubits1/3d6b8c2079af85a3693260fe848a5335 -->
When reporting test results, build output, or any command output that contains errors or failures — even ones not caused by the current change — follow these rules:
The user hired you to help with the whole project, not just the one thing you touched.
npx claudepluginhub spences10/claude-code-toolkit --plugin devops-skillsDiagnoses and fixes CI/CD pipeline failures including build errors, test failures, and pipeline issues. Uses git log analysis and structured debugging to identify root causes.
Diagnoses and fixes CI/CD pipeline failures including build errors, test failures, and environment issues. Guides users through triage and repair workflows.
Diagnoses and fixes GitHub Actions CI failures in pull requests by fetching job logs, identifying root causes like build or test errors, and proposing targeted code changes.