Agent Skill — Audit a repository's Copilot CLI customization setup and suggest improvements.
Packaged with skillpm — the package manager for Agent Skills. Install once, and skillpm handles resolution, agent wiring, and config deployment automatically.
# Install with skillpm (recommended)
skillpm install copilot-setup-audit
# Or with npx (no global install needed)
npx skillpm install copilot-setup-audit- Comprehensive audit checklist covering instructions, agents, skills, hooks, plugins, and MCP configuration
- Advanced CLI checks for permission policy, programmatic usage, OpenTelemetry, and built-in agents
- Project-type detection with language-specific recommendations
- Structured report format with actionable findings (✅ /
⚠️ / ❌ / 💡) - Diagnostic commands to run in your Copilot CLI session
Copilot loads this skill when you ask to audit or review your Copilot setup, want to optimize your CLI customization, or ask "what's missing from my Copilot config?"
This skill is from the github-copilot-cli blueprint repository. See also:
copilot-cli-guide— CLI commands & shortcuts referencecopilot-skill-builder— Create new skills
Why skillpm? The Agent Skills spec defines what a skill is — but not how to publish, install, or share them. skillpm fills that gap by mapping Agent Skills onto npm's ecosystem: same registry, same versioning, same dependency management. Small skills that compose, not monoliths that overlap.
MIT