Skip to content

Commit 59b5c5c

Browse files
committed
refactor: rename skills and prompts with copilot- prefix for clarity
- Skills: compatibility-checker → copilot-compatibility-checker - Skills: copilot-audit → copilot-setup-audit - Skills: customization-selector → copilot-customization-selector - Skills: skill-builder → copilot-skill-builder - Prompts: all renamed with copilot- prefix for consistency - Updated all references in README.md and SKILL.md files - Makes customizations clearer when imported into other repos
1 parent e6f0542 commit 59b5c5c

13 files changed

Lines changed: 42 additions & 29 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/skills/compatibility-checker/SKILL.md renamed to .github/skills/copilot-compatibility-checker/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: compatibility-checker
2+
name: copilot-compatibility-checker
33
description: Check VS Code and GitHub Copilot feature compatibility. Use this skill when diagnosing why a feature isn't working, checking required settings, or verifying version requirements for experimental features.
44
---
55

.github/skills/customization-selector/SKILL.md renamed to .github/skills/copilot-customization-selector/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: customization-selector
2+
name: copilot-customization-selector
33
description: Help decide which GitHub Copilot customization to use (instructions, prompts, agents, or skills). Use this skill when users ask which customization type to create, want to understand the differences, or need guidance choosing between .instructions.md, .prompt.md, .agent.md, or SKILL.md files.
44
---
55

.github/skills/copilot-audit/SKILL.md renamed to .github/skills/copilot-setup-audit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: copilot-audit
2+
name: copilot-setup-audit
33
description: Audit repository Copilot customization setup. Use this skill to analyze existing configuration, identify missing files, check for best practices, and suggest improvements for agents, prompts, instructions, and skills.
44
---
55

.github/skills/skill-builder/SKILL.md renamed to .github/skills/copilot-skill-builder/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: skill-builder
2+
name: copilot-skill-builder
33
description: Create and maintain Agent Skills for VS Code and GitHub Copilot. Use this skill when setting up new skills, skill directories, or SKILL.md files. Helps scaffold project skills in .github/skills/ or personal skills in ~/.copilot/skills/.
44
---
55

0 commit comments

Comments
 (0)