一键导入
compile
Compile the AL project using al-compile. Runs analyzers, reports errors, and writes diagnostics to the task folder.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compile the AL project using al-compile. Runs analyzers, reports errors, and writes diagnostics to the task folder.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run mutation testing against an AL project using al-mutate (MSDyn365BC.AL.Mutate). Identifies test gaps by applying AST-based mutations and checking whether the test suite catches them via al-runner. No BC instance required. Produces mutations.json and report.md.
Download AL symbol packages (.app files) for the current project's dependencies from Microsoft NuGet feeds. Reads app.json to determine required packages.
Look up Business Central base application source code (tables, pages, codeunits, events) from MSDyn365BC.Sandbox.Code.History. Use this to verify object structures, find event publishers, or check field definitions.
Quick reference for AL build pipeline. Auto-load when compilation, deployment, or testing is mentioned. For running commands, use /compile, /publish, or /run-tests.
Implement AL/BC solution using parallel development agents and 4-specialist review team. Spawns N developer agents for parallel modules, then 4 reviewer agents for comprehensive code review.
Generate comprehensive technical documentation for implemented AL features using a docs-writer specialist agent.
| name | compile |
| description | Compile the AL project using al-compile. Runs analyzers, reports errors, and writes diagnostics to the task folder. |
!al-compile --help
$ARGUMENTS and pass them through (e.g., /compile --clean --analyzers all)al-compile with the resolved options.dev/<task-slug>/), write full output to .dev/<task-slug>/compile-errors.log/publish as next step.