docs: configure agent skills#14742
Conversation
There was a problem hiding this comment.
Pull request overview
Adds repo-local agent-skill documentation under docs/agents/ and a root CONTEXT.md glossary to guide issue/PR triage and domain vocabulary usage, then links these from AGENTS.md so agent workflows can discover them.
Changes:
- Add agent-skill docs for GitHub issue/PR handling and triage label mapping (
docs/agents/*). - Introduce a root
CONTEXT.mddomain glossary for consistent bundling terminology. - Link the new agent-skill docs from
AGENTS.md.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/agents/triage-labels.md | Defines canonical triage roles and maps them to repo label strings (including needs more info). |
| docs/agents/issue-tracker.md | Documents using GitHub Issues/PRs as the tracker and sets expectations for external-contributor PR triage. |
| docs/agents/domain.md | Describes the “single-context” domain-docs layout and how agents should consult CONTEXT.md and ADRs. |
| CONTEXT.md | Adds a domain glossary for consistent Rspack/webpack-compatibility vocabulary. |
| AGENTS.md | Adds an “Agent skills” section pointing to the new docs/agents/* documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 96d6e5f013
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Configure repo-local agent skill settings so engineering skills know how to use this repository's issue tracker, triage labels, and domain documentation layout.
This adds
docs/agents/configuration for GitHub Issues, external contributor PR triage, theneeds more infolabel mapping, and single-context domain docs. It also links those settings fromAGENTS.md.No tests were run because this is a documentation-only change.
Related links
None.
Checklist