# Github Copilot Skills

> GitHub Copilot Agent Skills

- Skill: `comeonoliver/github-copilot-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comeonoliver/github-copilot-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comeonoliver/github-copilot-skills/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ComeOnOliver (https://skillmd.com/u/comeonoliver)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/comeonoliver/github-copilot-skills

---

# GitHub Copilot Agent Skills

## SKILL.md Format
```markdown
---
name: My Custom Skill
description: What this skill does
tags: [typescript, testing]
---

# My Custom Skill

## When to Use
Use when the user asks about X or needs help with Y.

## Instructions
1. Always check for existing code first
2. Follow project conventions
3. Add tests for new features

## Code Patterns
\`\`\`typescript
// Preferred pattern
\`\`\`
```

## Best Practices
- Clear description for skill matching
- Specific "when to use" criteria
- Include code examples and patterns
- Keep focused on one domain
- Reference project-specific conventions

