Merge branch 'main' into jesperschulz-seed-events-domain

This commit is contained in:
Jesper Schulz-Wedde 2026-06-25 12:23:14 +02:00 committed by GitHub
commit ea5ffa9bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 459 additions and 2 deletions

View file

@ -3,7 +3,8 @@ kind: action-skill
id: al-code-review
version: 1
title: AL code review
description: Reviews AL source changes by composing the AL review leaf skills (performance, security, privacy, upgrade, style, UI, error handling, events).
description: Reviews AL source changes by composing the AL review leaf skills (performance, security, privacy, upgrade, style, UI, error handling, events, interfaces).
inputs: [pr-diff, file-path]
outputs: [findings-report]
bc-version: [all]
@ -19,6 +20,7 @@ sub-skills:
- microsoft/skills/review/al-ui-review.md
- microsoft/skills/review/al-error-handling-review.md
- microsoft/skills/review/al-events-review.md
- microsoft/skills/review/al-interfaces-review.md
---
# AL code review
@ -41,6 +43,7 @@ The sub-skills invoked by this skill are those listed in frontmatter `sub-skills
- `microsoft/skills/review/al-ui-review.md`
- `microsoft/skills/review/al-error-handling-review.md`
- `microsoft/skills/review/al-events-review.md`
- `microsoft/skills/review/al-interfaces-review.md`
Additional leaf skills (for example, telemetry, testing) are added by updating the `sub-skills` list. The skill does not discover sub-skills implicitly.