mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-07 18:06:53 +01:00
Merge branch 'main' into jesperschulz-seed-events-domain
This commit is contained in:
commit
ea5ffa9bfe
12 changed files with 459 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue