Skip to content

Commit 097dde6

Browse files
DanWahlinCopilot
andauthored
docs: add Critic agent and built-in skills to course content
- Chapter 04: Add Critic agent to the built-in agents table (v1.0.18) - Chapter 05: Add built-in CLI skills as a third skill location (v1.0.17) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 56cc5bf commit 097dde6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

04-agents-custom-instructions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Never used or made an agent? Here's all you need to know to get started for this
6969
| **Init** | `/init` | Generates project configuration files (instructions, agents) |
7070
| **Explore** | *Automatic* | Used internally when you ask Copilot to explore or analyze the codebase |
7171
| **Task** | *Automatic* | Executes commands like tests, builds, lints, and dependency installs |
72+
| **Critic** | *Automatic (experimental)* | Automatically reviews plans and complex implementations using a complementary model to catch errors early. Available when using Claude models. |
7273
7374
<br>
7475

05-skills/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Copilot automatically scans these locations for skills:
277277
|----------|-------|
278278
| `.github/skills/` | Project-specific (shared with team via git) |
279279
| `~/.copilot/skills/` | User-specific (your personal skills) |
280+
| Built into the CLI | Bundled with the CLI itself (e.g., a guide for customizing the Copilot cloud agent environment) |
280281

281282
### Skill Structure
282283

0 commit comments

Comments
 (0)