sap-cc-triage

Classify S/4HANA ATC findings by joining findings_raw.tsv with the Simplification Knowledge Pack.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-cc-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-cc-triage
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-migrate/skills/sap-cc-triage
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-cc-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill classifies ATC readiness findings into a routed remediation plan by joining the raw ATC findings with the Simplification Knowledge Pack, producing a triaged set and advancing objects to TRIAGED with rolled-up tier metadata.

Core Features & Use Cases

  • Offline classifier that matches findings to the knowledge pack by message_id, simplification_item, or code_regex.
  • Outputs findings_triaged.tsv with pattern, tier, category, fixability, and recipe_ref, and advances each object's state to TRIAGED while stamping the rolled-up tier in state.tsv.
  • Supports a customer-overridden knowledge pack and uses the default knowledge pack when not overridden.

Quick Start

Run sap-cc-triage to classify ATC findings against the knowledge pack and generate findings_triaged.tsv for triaged remediation.

Frequently Asked Questions about sap-cc-triage

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

FAQPage Schema
How do I triage S/4HANA ATC findings for remediation?

To triage S/4HANA ATC findings, this skill joins findings_raw.tsv with the Simplification Knowledge Pack to produce findings_triaged.tsv, advancing objects to TRIAGED with rolled-up tier metadata.

What is an ATC readiness check triage pattern?

ATC readiness check triage classifies findings using offline matching by message_id, simplification_item, or code_regex against the knowledge pack to guide remediation routing.

Can I use a custom knowledge pack for ATC triage?

Yes, you can supply a customer-overridden knowledge pack for ATC triage to extend coverage, and the default knowledge pack is used automatically when not overridden.

What outputs do I get from classifying ATC findings?

Classifying ATC findings outputs findings_triaged.tsv with pattern, tier, category, fixability, and recipe_ref, while stamping the rolled-up object tier in state.tsv.

Does the ATC triage classifier work offline?

Yes, the ATC triage classifier applies offline matching against the knowledge pack, requiring no live system connection to classify S/4HANA readiness findings.