Skip to content

Commit 1938651

Browse files
authored
Adjust copilot instruction skill references
1 parent e331f92 commit 1938651

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/copilot-instructions.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Intel® SceneScape is a microservice-based spatial awareness framework for multi
1818
- **Enforcement**: REUSE compliance checking in CI
1919
- Add to new files: `make add-licensing FILE=<filename>`
2020

21-
## Language-Specific Skills (Load On-Demand)
21+
## Skills (Load On-Demand)
2222

2323
Consult these based on the code you're working with:
2424

@@ -29,25 +29,24 @@ Consult these based on the code you're working with:
2929
- **Makefile** (`.github/skills/makefile.md`): Build system conventions
3030
- **Testing** (`.github/skills/testing.md`): Test creation frameworks
3131
- **Agents.md Evaluation** (`.github/skills/agent_evaluation/SKILL.md`): Scoring rubric and efficacy testing for service agent guides
32-
- `agents-md-evaluation.md` in the same folder contains the rubric; SKILL.md contains the efficacy test procedure
3332

3433
### Skills Caching Strategy
3534

3635
Skills are loaded on-demand based on task context to optimize token usage:
3736

3837
**Pre-Cached (Always Available)**:
3938

40-
- `copilot-instructions.md` (this file, always loaded)
41-
- `python.md` (high frequency, pre-cached)
42-
- `documentation-how.md` (high frequency, pre-cached)
39+
- `.github/copilot-instructions.md` (this file, always loaded)
40+
- `.github/skills/python.md` (high frequency, pre-cached)
41+
- `.github/skills/documentation-how.md` (high frequency, pre-cached)
4342

4443
**Loaded Automatically on Demand**:
4544

46-
- `testing.md` - Loaded when task involves tests or `test` keyword detected
47-
- `javascript.md` - Loaded when `.js` files are being edited
48-
- `shell.md` - Loaded when `.sh` files are being edited
49-
- `makefile.md` - Loaded when Makefile or build system changes
50-
- `agent_evaluation/SKILL.md` - Loaded when task asks to evaluate, score, audit, review, or test the efficacy of an `Agents.md`
45+
- `.github/skills/testing.md` - Loaded when task involves tests or `test` keyword detected
46+
- `.github/skills/javascript.md` - Loaded when `.js` files are being edited
47+
- `.github/skills/shell.md` - Loaded when `.sh` files are being edited
48+
- `.github/skills/makefile.md` - Loaded when Makefile or build system changes
49+
- `.github/skills/agent_evaluation/SKILL.md` - Loaded when task asks to evaluate, score, audit, review, or test the efficacy of an `Agents.md`
5150

5251
Skills are detected and loaded based on file type, task keywords, and context signals. Explicitly request a skill if the auto-detection doesn't load it.
5352

0 commit comments

Comments
 (0)