copilot-configlisted
Install: claude install-skill event4u-app/agent-config
# Copilot Skill
## When to use
Use this skill when:
- Editing `.github/copilot-instructions.md` to improve Copilot behavior
- Dealing with Copilot PR review comments (via `/fix-pr-bot-comments`)
- Analyzing Copilot's review patterns to identify recurring false positives
- Tuning Copilot's code suggestions for the project
Do NOT use when:
- Augment-specific behavior (use Augment rules and skills)
- Writing application code
## Procedure: Configure Copilot
### Configuration File
**`.github/copilot-instructions.md`** — the single source of truth for Copilot behavior.
### What Copilot Can and Cannot Read
| Context | Copilot Code Review (PR bot) | Copilot Chat (IDE) |
|---|---|---|
| `.github/copilot-instructions.md` | ✅ Reads automatically | ✅ Reads automatically |
| `.augment/rules/` | ❌ Cannot access | ✅ Can read if referenced |
| `.augment/skills/` | ❌ Cannot access | ✅ Can read if referenced |
| `.augment/guidelines/` | ❌ Cannot access | ✅ Can read if referenced |
| `AGENTS.md` | ❌ Cannot access | ✅ Can read if referenced |
| `agents/` | ❌ Cannot access | ✅ Can read if referenced |
**Key implication:** `copilot-instructions.md` must be **self-contained** for PR reviews.
It cannot reference `.augment/` files and expect Copilot Code Review to follow them.
For Copilot Chat users, a hint at the top of the file points to `.augment/` for deeper context.
### What Copilot Controls
| Area | How |
|---|---|
| Code suggestions | Follows coding standards, PHP 8.2 patterns, Lar