Add build, test, lint skills + reference them in agents#17092
Open
ivanvpetrov wants to merge 7 commits intomasterfrom
Open
Add build, test, lint skills + reference them in agents#17092ivanvpetrov wants to merge 7 commits intomasterfrom
ivanvpetrov wants to merge 7 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds three new Copilot skill reference cards for core operational workflows (build/test/lint) and wires them into the agent/skill registries and orchestrator guidance so agents can consistently choose the right command suites.
Changes:
- Added new skills:
igniteui-angular-build,igniteui-angular-testing,igniteui-angular-linting. - Registered the new skills in
AGENTS.mdand.github/copilot-instructions.md. - Updated orchestrator agents to reference the new skills and include
lint:libin completion checks.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/igniteui-angular-build/SKILL.md | New build command quick-reference skill |
| skills/igniteui-angular-testing/SKILL.md | New test suite selection + Karma config quick-reference skill |
| skills/igniteui-angular-linting/SKILL.md | New lint command/config quick-reference skill |
| AGENTS.md | Registers the three new skills in the skills table |
| .github/copilot-instructions.md | Adds the three new skills to the Copilot skills list |
| .github/agents/feature-orchestrator-agent.md | Adds skills reference table + points to testing skill + adds lint check |
| .github/agents/bug-fixing-orchestrator-agent.md | Adds skills reference table + adds lint check |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three new agent skill files covering the library's core operational commands, and updates all skill registries and orchestrator agents to reference them.
build skillfull and partial build commands (build:lib, build:schematics, build:migrations, etc.)test skilltest suite selection guide, Karma config mapping, and all test:lib* / test:schematics / test:styles / test:i18n commandslint skilllint:lib, lint:styles, ESLint + Stylelint config locations, and agent lint rulesUpdated
AGENTS.mdandcopilot-instructions.mdto register the new skills. Updated feature-orchestrator-agent.md and bug-fixing-orchestrator-agent.md to reference the testing skill for test suite selection and add a lint check to the completeness verification step.Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)