Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 04-agents-custom-instructions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Never used or made an agent? Here's all you need to know to get started for this
| **Init** | `/init` | Generates project configuration files (instructions, agents) |
| **Explore** | *Automatic* | Used internally when you ask Copilot to explore or analyze the codebase |
| **Task** | *Automatic* | Executes commands like tests, builds, lints, and dependency installs |
| **Critic** | *Automatic (experimental)* | Automatically reviews plans and complex implementations using a complementary model to catch errors early. Available when using Claude models. |

<br>

Expand Down
1 change: 1 addition & 0 deletions 05-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Copilot automatically scans these locations for skills:
|----------|-------|
| `.github/skills/` | Project-specific (shared with team via git) |
| `~/.copilot/skills/` | User-specific (your personal skills) |
| Built into the CLI | Bundled with the CLI itself (e.g., a guide for customizing the Copilot cloud agent environment) |

### Skill Structure

Expand Down
Loading