Skip to content

Commit 17a7755

Browse files
tclemCopilot
andcommitted
Drop Skills section from .github/copilot-instructions.md
stephentoub and tclem agreed the Skills section is unnecessary prompt-pollution. Skills are auto-discovered by Copilot CLI without needing to be enumerated in the instructions, and the one-line description of each skill duplicates what the SKILL.md frontmatter already says. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6dd07b9 commit 17a7755

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,3 @@
5252
- Unit tests: `nodejs/test`, `python/*`, `go/*`, `dotnet/test`, `rust/tests`
5353
- E2E tests: `*/e2e/` folders that use the shared replay proxy and `test/snapshots/`
5454
- Generated types: update schema in `@github/copilot` then run `cd nodejs && npm run generate:session-types` and commit generated files in `src/generated` or language generated location.
55-
56-
## Skills 🛠️
57-
58-
Repo-scoped skills live under `.github/skills/<skill-name>/` and are auto-discovered by Copilot. Load the relevant skill before editing the matching file types.
59-
60-
- **`rust-coding-skill`** (`.github/skills/rust-coding-skill/SKILL.md`) — load before editing any `*.rs` file in `rust/`. Covers error handling, async/concurrency, tracing, codegen workflow, and Rust SDK-specific trait patterns.

0 commit comments

Comments
 (0)