Translates DevOps Center test failures and Code Analyzer violations into plain English: which file, method, line, what rule broke, and how to fix it. The skill reasons over failure payloads to categorize problems (assertion failures, exceptions, static analysis hits) and prioritizes whether you need to harden the test or fix production code. It can also create a tracked WorkItem to assign the failure to someone, but that's gated behind confirmation. Use it when a run blows up and you want root cause without digging through stack traces, or when you need to explain a quality gate failure to your team. It won't write the fix code, just tell you what's broken and where to look.
npx -y skills add forcedotcom/sf-skills --skill dx-devops-test-failures-analyze --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot