Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

copilot-setup-audit

npm License: MIT

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

# Install with skillpm (recommended)
skillpm install copilot-setup-audit

# Or with npx (no global install needed)
npx skillpm install copilot-setup-audit

What's included

  • 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

When does Copilot load this skill?

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?"

Part of the Copilot CLI Blueprint

This skill is from the github-copilot-cli blueprint repository. See also:

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.

License

MIT