一键导入
abap-test-loop
Test-driven loop for ABAP — inspect, change, check syntax, run unit tests, diagnose, fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test-driven loop for ABAP — inspect, change, check syntax, run unit tests, diagnose, fix.
用 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.
Standard ABAP object workflow (discover, create or edit, check, activate, validate).
| name | abap-test-loop |
| description | Test-driven loop for ABAP — inspect, change, check syntax, run unit tests, diagnose, fix. |
When the task is "make tests pass" or "produce a working implementation", iterate through this loop until the AUnit result is clean:
checkMessages body for errors./sap/bc/adt/abapunit/testruns; poll the run-status URI; fetch the JUnit-formatted result.Cap your iterations. If you have not produced a green result after a reasonable number of iterations (typically 3–5), report status: "partial" with a summary of what was tried and what still failed. Do not loop forever.