everything-copilot-cli
Copilot CLI workflows for planning, review, testing, and shipping
All Skills in This Repository (70)
Pure Emerald Level Indicatorsadd-to-changelog
Update CHANGELOG.md and synchronize versions across package.json and pyproject.toml.
code-tour
Create CodeTour .tour files with verified file and line anchors.
architecture-decisions
Document architectural decisions with Context, Decision, Consequences, and References sections.
api-documentation
Generate OpenAPI-compatible specs from source code for REST and GraphQL APIs.
doc-update
Detect stale documentation and gaps between docs and code changes.
context-prime
Gather repository context including README, file tree, commits, and test status.
task-intake-router
Route ambiguous requests to Copilot CLI modes, agent types, and models.
github-pr-workflow
Manage GitHub pull requests from creation to merge via Copilot CLI.
cross-session-memory
Resume past Copilot CLI sessions and retrieve prior context from SQLite.
plan-mode-mastery
Generate structured plans and SQL-backed to-dos for multi-step execution.
stack-detector
Detect a repository's technology stack and map it to Copilot skills and rules.
background-agent
Delegate long-running coding tasks to a cloud Copilot agent and create draft PRs.
Frequently Asked Questions
FAQPage SchemaHow to install everything-copilot-cli?▼
Run `npx skills add drvoss/everything-copilot-cli --all -g -y` in your terminal to install the full collection globally.
What does everything-copilot-cli do?▼
It is a curated collection of skills, agents, and rules that turn GitHub Copilot CLI into a structured development workflow covering planning, coding, review, security, testing, and release.
Does it work with tools other than Copilot CLI?▼
Most skills follow the portable SKILL.md standard and work in compatible runtimes, while Copilot-exclusive skills are clearly separated so you know what requires native Copilot features.
How does it handle code review and security?▼
It includes dedicated skills for multi-perspective PR review, OWASP security scans, secret detection, GitHub Actions security review, and agent governance audits.
Can I use it without deep Copilot CLI experience?▼
Yes. It ships a beginner tutorial, setup profiles from minimal to full, and a stack-detector skill that recommends the right skills for your project automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core