Skip to content

[docs] docs: unbloat Copilot custom agents reference - #55549

Merged
pelikhan merged 2 commits into
mainfrom
gh-aw/pre-created/32793985226-1
Aug 25, 2026
Merged

[docs] docs: unbloat Copilot custom agents reference#55549
pelikhan merged 2 commits into
mainfrom
gh-aw/pre-created/32793985226-1

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR condenses the Copilot custom agents reference documentation (docs/src/content/docs/reference/copilot-custom-agents.md) by removing redundant phrasing, consolidating bullet-point lists into prose, and trimming a duplicated example import. No technical content, commands, or behavior descriptions were changed.

Change Classification

  • Type: docs
  • Scope: docs/reference/copilot-custom-agents
  • Breaking: No

Key Changes

File Change Impact
docs/src/content/docs/reference/copilot-custom-agents.md Rewrote intro paragraph, simplified section descriptions, converted "Agent File Requirements" bullet list into condensed prose, removed a duplicate example import (code-reviewer.md@v1.5.0) and inline comments from a YAML example low

Impact Assessment

No downstream impact identified. Changes are purely editorial/documentation wording and formatting; no code, schema, or CLI behavior is affected.

Commits

149bef277 docs: unbloat copilot custom agents reference
425be961e Initialize pull request for Documentation Unbloat

Generated by PR Description Updater for #55549 · copilot · auto · 38.5 AIC · ⌖ 4.64 AIC · ⊞ 7.7K ·

@github-actions github-actions Bot changed the title [WIP] [docs] Documentation Unbloat: work in progress [docs] docs: unbloat Copilot custom agents reference Aug 25, 2026
@github-actions github-actions Bot added automation doc-unbloat documentation Improvements or additions to documentation labels Aug 25, 2026
@pelikhan
pelikhan marked this pull request as ready for review August 25, 2026 02:02
Copilot AI balanced review requested due to automatic review settings August 25, 2026 02:02
@pelikhan
pelikhan merged commit ab2868a into main Aug 25, 2026
3 checks passed
@pelikhan
pelikhan deleted the gh-aw/pre-created/32793985226-1 branch August 25, 2026 02:02
@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

🧪 Test quality analysis by Test Quality Sentinel

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Condenses the Copilot custom-agent reference while retaining its examples and structure.

Changes:

  • Streamlines explanatory prose and requirements.
  • Simplifies import examples and removes inline commentary.
Show a summary per file
File Description
docs/src/content/docs/reference/copilot-custom-agents.md Condenses custom-agent import documentation.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Balanced

---

"Custom agents" is a term used in GitHub Copilot for specialized prompts for behaviors for specific tasks. They are markdown files stored in the `.github/agents/` directory and imported via the `imports` field. Copilot supports agent files natively, while other engines (Claude, Codex) inject the markdown body as a prompt.
GitHub Copilot custom agents are Markdown prompt files stored in `.github/agents/` and imported with `imports`. Copilot supports these files natively; other engines such as Claude and Codex receive the Markdown body as prompt text.
- **Frontmatter**: Can include `name`, `description`, `tools`, and `mcp-servers`
- **One per workflow**: Only one agent file can be imported per workflow
- **Caching**: Remote agent files are cached by commit SHA in `.github/aw/imports/`
Agent files must live in `.github/agents/`, use Markdown with YAML frontmatter, and may define fields such as `name`, `description`, `tools`, and `mcp-servers`. Remote imports are cached by commit SHA in `.github/aw/imports/`.
@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.87.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation doc-unbloat documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants