atc

Run ABAP Cockpit code quality checks via atc_run on ABAP objects.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/modalala/sapcli-skill --skill atc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atc
Source: https://github.com/modalala/sapcli-skill/tree/main/skills/adt-test/atc
Command: npx skills add https://github.com/modalala/sapcli-skill --skill atc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ABAP development teams need a quick, automated way to verify ABAP Cockpit checks to ensure code quality and correctness before deployment.

Core Features & Use Cases

  • Run ABAP Cockpit checks: Execute the atc_run tool to validate ABAP objects.
  • Automation-ready integration: Works within CI/CD pipelines for pre-commit or pre-deploy checks.
  • Use Case: Given an ABAP object named Example, run the cockpit checks and report results.

Quick Start

Run the atc_run tool to perform ABAP Cockpit checks on the target object.

Frequently Asked Questions about atc

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

FAQPage Schema
How do I run ABAP Test Cockpit checks automatically in a CI/CD pipeline?▼

You can automate ABAP Test Cockpit checks in CI/CD pipelines by invoking the atc_run tool on target ABAP objects. This Skill executes automated code quality validation, making it suitable for pre-commit or pre-deploy development workflows.

What is the best way to verify ABAP code quality before deployment?▼

The best way to verify ABAP code quality pre-deployment is running ABAP Test Cockpit checks. This Skill automates the atc_run process on specified ABAP objects, reporting validation results to ensure correctness before release.

Do I need SAP CLI to automate ABAP Cockpit code quality checks?▼

Yes, you need SAP CLI integration to automate ABAP Cockpit code quality checks. This Skill expects an object_name parameter and uses the atc.py source file to execute the atc_run tool within your SAP CLI environment.

How do I perform on-demand ATC checks for a specific ABAP object?▼

To perform on-demand ATC checks for a specific ABAP object, provide the object_name parameter to this Skill. It invokes the atc_run tool to validate the identified ABAP object and reports the cockpit check results.

Can I use this Skill for both QA workflows and development pipeline integration?▼

Yes, you can use this Skill for QA workflows and development pipeline integration. It automates ABAP Test Cockpit checks by invoking atc_run, satisfying integration requirements for both on-demand validation and continuous deployment scenarios.

Why are automated ABAP Test Cockpit checks necessary for development teams?▼

Automated ABAP Test Cockpit checks are necessary because ABAP development teams need a quick way to verify code quality and correctness. This Skill automates the atc_run validation process, reducing manual overhead before deployment.