Skip to content

Commit eedd761

Browse files
committed
docs(agents): refine skill referencing
1 parent 4539be6 commit eedd761

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/agents/bug-fixing-orchestrator-agent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ Do not add sections such as:
109109

110110
---
111111

112-
For component/grid APIs read `skills/igniteui-angular-components/SKILL.md` or `skills/igniteui-angular-grids/SKILL.md`; for theming see `skills/igniteui-angular-theming/SKILL.md`; for test suite selection, lint, or build commands see the skills under `.github/skills/`.
112+
> Skills:
113+
> - APIs: `skills/igniteui-angular-{components,grids,theming}/SKILL.md`
114+
> - Build / test / lint: `.github/skills/`
113115
114116
---
115117

@@ -209,7 +211,7 @@ After all agents finish, check:
209211
- If a demo/sample was requested, was the existing demo structure updated appropriately?
210212
- If a demo/sample was not requested, was it correctly skipped?
211213
- Is multi-branch cherry-picking needed?
212-
- Did `npm run lint:lib` pass?
214+
- Run `npm run lint:lib` and verify it passes.
213215

214216
Report what was done and any remaining items.
215217

.github/agents/feature-orchestrator-agent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ Do not add sections such as:
103103

104104
---
105105

106-
For component/grid APIs read `skills/igniteui-angular-components/SKILL.md` or `skills/igniteui-angular-grids/SKILL.md`; for test suite selection see `.github/skills/igniteui-angular-testing/SKILL.md`; for lint/build commands see `.github/skills/igniteui-angular-linting/SKILL.md` and `.github/skills/igniteui-angular-build/SKILL.md`.
106+
> Skills:
107+
> - APIs: `skills/igniteui-angular-{components,grids,theming}/SKILL.md`
108+
> - Build / test / lint: `.github/skills/`
107109
108110
---
109111

@@ -206,6 +208,6 @@ After all agents finish, check:
206208
- Do migrations exist for any breaking changes?
207209
- If a demo/sample was requested, was the existing demo structure updated appropriately?
208210
- If a demo/sample was not requested, was it correctly skipped?
209-
- Did `npm run lint:lib` pass?
211+
- Run `npm run lint:lib` and verify it passes.
210212

211213
Report what was done and any remaining items.

0 commit comments

Comments
 (0)