drvoss/everything-copilot-cli

The definitive guide & configuration system for GitHub Copilot CLI — agents, skills, rules, multi-AI orchestration, and more

45Stars on the repository
119Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pr-security-review

73

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when reviewing a pull request for security issues — automatically analyzes the diff for vulnerabilities, hardcoded secrets, injection risks, and broken access control before merging.

not rated 45 8d ago A 34 tokens MIT

secret-detection

74

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you suspect API keys, tokens, or passwords are hardcoded in source code or committed to git history — scans and guides safe removal without breaking existing integrations.

not rated 45 8d ago A 37 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when the goal is practical vulnerability discovery for responsible disclosure or bounty submission — focuses on remotely reachable, exploitable issues that qualify for real reports rather than a broad best-practices review.

not rated 45 8d ago A 43 tokens MIT

security-scan

76

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you want a quick security pass on code changes or dependencies — checks OWASP Top 10 patterns, runs dependency audits, and surfaces critical vulnerabilities with targeted fixes.

not rated 45 8d ago A 38 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a repository, system, or major change needs a structured STRIDE-A threat model — map architecture, data flows, trust boundaries, abuse cases, and prioritized findings, or update an existing model with a change-focused diff.

not rated 45 8d ago A 53 tokens MIT

browser-devtools

78

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when verifying frontend behavior at runtime — DOM validation, network inspection, performance profiling with browser DevTools.

not rated 45 8d ago A 24 tokens MIT

e2e-testing

79

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need end-to-end tests for critical user flows that unit tests can't cover — scaffolds Playwright/Cypress tests from the happy path through edge cases.

not rated 45 8d ago A 38 tokens MIT

eval-harness

80

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need to evaluate an LLM pipeline or AI feature systematically — sets up an eval harness with test cases, scoring rubrics, and pass/fail tracking rather than one-off manual spot-checks.

not rated 45 8d ago B 45 tokens MIT

qa-review

81

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when reviewing or planning QA strategy for a feature, PR, or release so test coverage, test quality, reliability, and defect reporting are handled as a coherent engineering discipline instead of ad hoc checks.

not rated 45 8d ago A 43 tokens MIT

test-coverage

82

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when test coverage falls below target or a new module has no tests — identifies untested code paths and writes targeted unit or integration tests to close the coverage gap.

not rated 45 8d ago A 37 tokens MIT

ux-audit

83

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a page or component needs a structured UX audit — quick scan applies 6 Krug-inspired usability checks; deep audit covers 15 design dimensions with Jobs/Ive philosophy.

not rated 45 8d ago A 39 tokens MIT

commit-workflow

84

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you're about to commit (especially with a mixed diff) to stage changes, split into atomic commits, and write Conventional Commit messages with emoji.

not rated 45 8d ago A 33 tokens MIT

conventional-branch

85

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when creating or validating a Git branch name so the branch follows a conventional type/description format, matches the work being done, and starts from the right base branch.

not rated 45 8d ago A 39 tokens MIT

cost-audit

86

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when AI inference costs are growing unexpectedly, when comparing model choices by cost/quality ratio, or when optimizing token usage across a multi-model pipeline — produces an actionable cost reduction plan.

not rated 45 8d ago A 40 tokens MIT

council

87

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a decision has multiple credible paths and no obvious winner — convene a four-voice council (Architect, Skeptic, Pragmatist, Critic) for structured adversarial deliberation before choosing.

not rated 45 8d ago A 45 tokens MIT

deep-research

88

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a question requires comprehensive evidence gathering from multiple sources, systematic synthesis, and traceable citations — produces a structured research brief rather than a quick answer.

not rated 45 8d ago A 34 tokens MIT

deployment-canary

89

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a release has been deployed to a limited audience and must be observed before full rollout — defines success signals, watch windows, rollback triggers, and investigate handoffs.

not rated 45 8d ago A 38 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a non-trivial decision should not stand without a fresh-context challenge - isolate the artifact and contract, run an adversarial review before committing, and reconcile the findings while change is still cheap.

not rated 45 8d ago A 45 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when implementation is complete and tests pass but the branch itself is not yet resolved — verify tests, detect worktree vs. normal checkout, then present merge/PR/keep/discard options and execute the chosen cleanup.

not rated 45 8d ago A 50 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when auditing GitHub Actions workflows for efficiency — reducing CI minutes, cutting costs, eliminating redundant runs, or optimizing caching and concurrency.

not rated 45 8d ago A 32 tokens MIT

grill-me

93

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a plan still has hidden assumptions — default to one question at a time for dependent branches, batch only truly independent questions when it saves real round-trips, and keep stress-testing the plan until dependencies, risks, and decisions are explicit before implementation starts.

not rated 45 8d ago A 55 tokens MIT

grill-with-docs

94

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a plan must be stress-tested against the codebase's existing language and decisions — grill it against current docs, glossary terms, and ADRs before implementation begins.

not rated 45 8d ago A 39 tokens MIT

handoff

95

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when work is changing sessions, agents, or machines and the next pass needs a compact handoff document with current state, open questions, and next steps instead of raw chat history.

not rated 45 8d ago A 40 tokens MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use after an implementation pass lands — compare the original task spec or handoff against the delivered diff, classify each requested item, and produce an actionable follow-up report.

not rated 45 8d ago A 36 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: