@@ -192,7 +192,7 @@ tasks can be delegated to focused agents with the right prompt context.
192192- [x] For each agent, create ` .github/agents/<agent-name>.md ` with:
193193 - YAML frontmatter: ` name ` (optional), ` description ` , optional ` tools `
194194 - Prompt body: role definition, scope, constraints, and step-by-step instructions
195- - [ ] Test each custom agent by assigning it to a task or issue in GitHub Copilot CLI
195+ - [x ] Test each custom agent by assigning it to a task or issue in GitHub Copilot CLI
196196
197197** Candidate initial agents** :
198198
@@ -349,10 +349,10 @@ Checkpoint:
349349
350350## Acceptance Criteria
351351
352- - [ ] ` AGENTS.md ` exists at the repo root and contains accurate, up-to-date project guidance.
353- - [ ] At least one skill is available under ` .github/skills/ ` and can be successfully activated by GitHub Copilot.
354- - [ ] At least one custom agent is available under ` .github/agents/ ` and can be assigned to a task.
355- - [ ] ` copilot-setup-steps.yml ` exists, the workflow runs successfully in the ** Actions** tab, and ` linter all ` exits with code ` 0 ` inside it.
356- - [ ] An ADR exists in ` docs/adrs/ ` documenting the decision to use a custom GitHub-Copilot-aligned agent framework.
357- - [ ] All files pass spelling checks (` cspell ` ) and markdown linting.
358- - [ ] A brief entry in ` docs/index.md ` points contributors to ` AGENTS.md ` , ` .github/skills/ ` , and ` .github/agents/ ` .
352+ - [x ] ` AGENTS.md ` exists at the repo root and contains accurate, up-to-date project guidance.
353+ - [x ] At least one skill is available under ` .github/skills/ ` and can be successfully activated by GitHub Copilot.
354+ - [x ] At least one custom agent is available under ` .github/agents/ ` and can be assigned to a task.
355+ - [x ] ` copilot-setup-steps.yml ` exists, the workflow runs successfully in the ** Actions** tab, and ` linter all ` exits with code ` 0 ` inside it.
356+ - [x ] An ADR exists in ` docs/adrs/ ` documenting the decision to use a custom GitHub-Copilot-aligned agent framework.
357+ - [x ] All files pass spelling checks (` cspell ` ) and markdown linting.
358+ - [x ] A brief entry in ` docs/index.md ` points contributors to ` AGENTS.md ` , ` .github/skills/ ` , and ` .github/agents/ ` .
0 commit comments