sap-cc-analyze

Orchestrate S/4HANA readiness ATC across REMEDIATE objects and consolidate findings into the campaign ledger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates S/4HANA readiness ATC across a migration campaign's REMEDIATE objects and consolidates per-finding results into the campaign ledger, ensuring deterministic tracking of analysis state.

Core Features & Use Cases

  • Deterministic spine: prepare builds the worklist from scope.tsv, and ingest parses ATC exports into findings_raw.tsv and advances the state to ANALYZED.
  • GUI-free operation: The ATC run itself is delegated to the existing /sap-atc skill; this skill handles worklist preparation and result ingestion, without embedding GUI scripts.
  • Outputs and state management: Creates findings/findings_raw.tsv, findings/analyze_worklist.tsv, and state.tsv to drive triage and progression.

Quick Start

Create a campaign workspace, run the prepare action to build the worklist from scope.tsv, and then run ingest to fold ATC results into findings.

Frequently Asked Questions about sap-cc-analyze

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

FAQPage Schema
How do I consolidate S/4HANA readiness ATC results into a migration campaign ledger?

You can consolidate S/4HANA readiness ATC results by running the ingest action, which parses ATC exports into findings_raw.tsv and advances object state to ANALYZED within the campaign ledger.

What is the process to build a worklist from scope for S/4HANA migration analysis?

Building an S/4HANA migration worklist uses the prepare action to generate analyze_worklist.tsv from your scope.tsv file, establishing a deterministic spine for subsequent readiness analysis and triage.

Do I need a connected SAP system with the S4HANA_READINESS variant to run ATC analysis?

Yes, analyzing S/4HANA readiness requires a connected system offering the S4HANA_READINESS variant with the Simplification Database and the /sap-atc tool to execute the actual checks.

Can I run S/4HANA readiness checks without embedding GUI scripts in my workflow?

Yes, S/4HANA readiness analysis is GUI-free; the ATC run itself is delegated to the existing /sap-atc skill while this skill handles worklist preparation and result ingestion.

What output files are generated when ingesting S/4HANA ATC findings?

Ingesting S/4HANA ATC findings generates findings/findings_raw.tsv, findings/analyze_worklist.tsv, and state.tsv to drive triage, track progression, and record the ANALYZED state.

When should I not use this approach for S/4HANA readiness analysis?

This S/4HANA readiness analysis approach is not suitable for migration campaigns lacking REMEDIATE or SCOPED objects, or when a connected system with the S4HANA_READINESS variant is unavailable.