con un clic
adt-rununit
Run ABAP Unit tests on the remote SAP system via ADT.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run ABAP Unit tests on the remote SAP system via ADT.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Run ATC syntax check on the SAP system to detect syntax errors after git pull.
Trigger an abapGit repository pull on the SAP system to sync the current codebase.
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.
Detailed guidance on which test layer(s) to update and how to write tests for different kinds of changes in the ZASIS project.
Reference guide for the ZASIS exception handling pattern — class hierarchy, message class, T100 integration, how to raise exceptions, and rules for adding new exceptions.
Create a session summary file in docs/sessions/ before merging a PR. Captures date, PR number, title, and concise summary of work done.
| name | adt-rununit |
| description | Run ABAP Unit tests on the remote SAP system via ADT. |
Use the built-in adt_rununit custom tool.
| Parameter | Description |
|---|---|
objectType | CLAS (class) or DEVC (package). Defaults to DEVC when omitted. |
objectName | ABAP object name (e.g. ZASIS_CL_INTERPRETER or ZASIS). If omitted, uses SAP_ROOT_PACKAGE from .env. |
adt_rununit() (no args)adt_rununit(objectType="CLAS", objectName="ZASIS_CL_INTERPRETER")adt_rununit(objectType="DEVC", objectName="ZASIS")Only when the user explicitly requests running unit tests on SAP. Typical scenarios:
adt_gitpull, user says "run tests" or "run unit tests"Never call autonomously. Always wait for user trigger.