dx-devops-test-failures-analyze

Analyze Salesforce DevOps Center test failures and Code Analyzer violations.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-failures-analyze-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-devops-test-failures-analyze
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/dx-devops-test-failures-analyze
Command: npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-failures-analyze-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Navigates complex test failure messages and provides actionable insights, transforming technical jargon into simple explanations and suggestions.

Core Features & Use Cases

  • plain language explanations of failures including file/class/method and the rule violated.
  • prioritized improvement suggestions tailored to test or production code.
  • optional WorkItem creation for tracking fixes in Salesforce DevOps Center.

Quick Start

Trigger the skill by analyzing the DevOps Center test failure report: /dx-devops-test-failures-analyze analyze --failures "failure-report.json"

Frequently Asked Questions about dx-devops-test-failures-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Salesforce DevOps Center test failures in plain language?

To analyze Salesforce DevOps Center test failures, you can use a tool that parses failure payloads and translates technical jargon into plain-language explanations, detailing the file, class, method, and violated rule. It requires the failure context to generate actionable insights.

How do I get improvement suggestions for Code Analyzer violations in Salesforce?

Getting improvement suggestions for Code Analyzer violations involves processing the violation payloads to generate prioritized fixes tailored to either your test or production code. The analysis identifies the exact rule violated and recommends specific code adjustments.

Can I automatically create work items for Salesforce DevOps Center test failures?

Yes, you can automatically create tracked fix work items for Salesforce DevOps Center test failures. This requires permission to create work items in the DevOps Center and the failure payload context to link the plain-language explanation to the tracking system.

What is the best way to understand complex Salesforce test failure messages?

The best way to understand complex Salesforce test failure messages is to run them through an analysis tool that breaks down the technical jargon into simple explanations. This transforms the failure report into actionable insights without requiring manual decoding.

What format does the failure report need to be in for DevOps test failure analysis?

The failure report needs to be in a JSON format to properly analyze DevOps test failures. You provide the JSON file containing the failure payloads so the analysis tool can extract the file, class, and method details to generate plain-language explanations.

Does Salesforce DevOps test failure analysis work without DevOps Center permissions?

Salesforce DevOps test failure analysis works for explaining failures without DevOps Center permissions, but you need permission to create work items in Salesforce DevOps Center if you want to use the optional feature to automatically track the fixes.