Analyze DevOps Center Test Failures Parses a test failure or Code Analyzer violation payload, explains it in plain language, produces prioritized improvement suggestions, and — only on explicit user request — creates a tracked fix work item. Parts 1–2 are pure reasoning (no writes); Part 3 is an optional, confirmation-gated write. Never expose raw JSON, stack traces, or internal Salesforce error codes to the user. Always translate to file name, method, line, and plain description. Prerequisites Parts 1–2 (analysis): If the failure payload is already in context, no prerequisites are needed — this is pure reasoning. If you must fetch the payload yourself, run prerequisites ( references/prerequisite-checks.md , Prereqs 1–4) and obtain the execution result via dx-devops-test-suite-run (its polling step). Part 3 (work item): Run Prerequisites 1–4. You also need a DevopsProjectId to file under and an OwnerId (assignee). See references/work-item-creation.md . Part 1 — Classify and explain each failure Determine the failure category, then for each failure extract and translate to plain language: offending file/class, method, line number, the rule or assertion violated, and a fix direction (without writing code). Group failures by category if more than one. Show more Installs 659 Repository forcedotcom/sf-skills GitHub Stars 675 First Seen 11 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
dx-devops-test-failures-analyze
安装
npx skills add https://github.com/forcedotcom/sf-skills --skill dx-devops-test-failures-analyze