一键导入
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.