Skip to content

Commit 1d5638f

Browse files
committed
feat: add copilot skill wrapper
Copilot agent and chat on github.com will ignore SKILL.md in .claude/skill. Add thin wrapper with references.
1 parent 4feb5a5 commit 1d5638f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/copilot-instructions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copilot Instructions for S3Mock
2+
3+
Read `AGENTS.md` (root + relevant module) before making any changes — it contains architecture,
4+
DO/DON'T rules, code style, and conventions that apply to all tasks.
5+
6+
## Task-Specific Guidance
7+
8+
Detailed instructions for each task type are maintained in `.claude/skills/`:
9+
10+
- **Implementing features / fixing bugs**: [`.claude/skills/implement/SKILL.md`](../.claude/skills/implement/SKILL.md)
11+
- **Writing / updating tests**: [`.claude/skills/test/SKILL.md`](../.claude/skills/test/SKILL.md)
12+
- **Refactoring**: [`.claude/skills/refactor/SKILL.md`](../.claude/skills/refactor/SKILL.md)
13+
- **Updating documentation**: [`.claude/skills/document/SKILL.md`](../.claude/skills/document/SKILL.md)

0 commit comments

Comments
 (0)