ワンクリックで
abap-workflow
Standard ABAP object workflow (discover, create or edit, check, activate, validate).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standard ABAP object workflow (discover, create or edit, check, activate, validate).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
How to consume a GitHub issue body as an agent task prompt. The 9-section template, the lifecycle, the failure modes.
The 12 design principles this codebase is built on. Read first, before any task.
Spec-driven development — the practice of writing the spec before the code. With the 9-section template and the three pnpm spec-check gates.
Differences and deterministic behavior of the mock ADT server used by adt-bench smoke runs.
How to return a strict scenario result JSON with evidence and no extra prose.
Test-driven loop for ABAP — inspect, change, check syntax, run unit tests, diagnose, fix.
| name | abap-workflow |
| description | Standard ABAP object workflow (discover, create or edit, check, activate, validate). |
The canonical sequence for working with any ABAP object via the ADT REST API:
/sap/bc/adt/discovery (or your server's equivalent) to learn which endpoints are available. The MCP tools should expose this for you; use them.application/vnd.sap.adt.oo.classes.v2+xml for a class). The response includes a Location header with the new URI.?_action=LOCK&accessMode=MODIFY to acquire an edit lock. Save the LOCK_HANDLE from the response body.Content-Type: text/plain; charset=utf-8.?_action=UNLOCK&lockHandle=... to release./sap/bc/adt/activation with the object references.The CSRF token dance: a GET request with X-CSRF-Token: Fetch returns a token in the response header. Pass the same token (and the cookies) on every state-changing request.