What problem does it solve? Salesforce DevOps Center test runs and Code Analyzer scans produce raw failure payloads, stack traces, and cryptic rule names that are hard to interpret. This Skill translates those failures into plain-language explanations — the offending file, method, line, rule violated, and fix direction — so developers can act on quality gate failures without decoding raw JSON or internal error codes. ## Core Features & Use Cases - Failure Classification and Explanation: Categorizes each failure (assertion failure, exception, Code Analyzer violation, timeout, compile error) and translates it to file, method, line, and a plain-language fix direction. - Prioritized Improvement Suggestions: Reasons over failure messages to produce actionable recommendations with a fix location of Test vs Production code, separating test-quality issues from real code defects. - Confirmation-Gated Work Item Creation: On explicit request only, creates a tracked DevOps Center WorkItem for a fix after a mandatory confirmation gate, with plain-language error handling. - Use Case: A quality gate fails on your Integration stage. Ask the Skill to explain the run, and it reports that AccountService.cls line 42 violates ApexCRUDViolation (missing CRUD permission check) as a production-code fix, while a null-pointer assertion failure in the test class needs test setup hardening — then optionally files a fix work item assigned to a developer. ## Quick Start Explain the failures from my latest DevOps Center test suite run and suggest how to fix them.