Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

everything-copilot-cli

everything-copilot-cli에는 drvoss에서 수집한 skills 109개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
109
Stars
41
업데이트
2026-07-14
Forks
9
직업 범위
직업 카테고리 13개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

llm-wiki
소프트웨어 개발자

Use when research or domain knowledge keeps getting rediscovered across sessions — build a supplementary markdown wiki that compounds synthesized knowledge without replacing GitHub or committed project guidance

2026-07-14
mcp-builder
소프트웨어 개발자

Use when you need to build a new MCP server — plan the tool surface, implement the server, register it in Copilot CLI, inspect the config, and test the tools end to end.

2026-07-12
sub-agent-sandboxing
기타 컴퓨터 관련 직업

Use when delegated work needs runtime guardrails — constrain sub-agents with loop detection, circuit breakers, and escalating sandbox levels before accepting their output

2026-07-12
mcp-implementation-security-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing the source code of an MCP server or client implementation — not just its runtime config — for authentication, session, rate-limit, schema-validation, and SDK-usage vulnerabilities, with file/line-cited findings mapped to OWASP Top 10

2026-07-12
eval-harness
소프트웨어 품질 보증 분석가·테스터

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

2026-07-12
deep-research
시장조사 분석가·마케팅 전문가

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

2026-07-12
to-issues
프로젝트 관리 전문가

Use when a plan, spec, or PRD must become an actionable backlog — break it into thin dependency-aware issues that each deliver a verifiable vertical slice

2026-07-12
wayfinder
프로젝트 관리 전문가

Use when a task is too large or ambiguous to finish in one session — build a destination-centric plan with a breadth-first triage pass, an explicit Deferred/out-of-scope section, and a confirmation gate before implementation starts

2026-07-12
fleet-parallel
소프트웨어 개발자

Use when you need to run the same task across many files, components, or contexts in parallel — triggers /fleet mode for batch refactoring, mass testing, or bulk review. NOT when sequential order matters.

2026-07-08
receiving-code-review
소프트웨어 품질 보증 분석가·테스터

Use when you have just received code review feedback (human or agent) and are about to act on it — verify each item against the codebase before implementing, and push back with technical reasoning instead of performative agreement

2026-07-08
skill-creator
소프트웨어 개발자

Use when you want to create a new SKILL.md file — describe a workflow and this skill generates a properly structured, frontmatter-complete SKILL.md that follows this repository's conventions

2026-07-08
agent-supply-chain
기타 컴퓨터 관련 직업

Use when auditing an AI agent plugin, skill bundle, or MCP tool package for supply chain integrity — generate deterministic SHA-256 manifests, detect modified or untracked files, flag unpinned dependencies, and gate promotion to production.

2026-07-08
finishing-a-development-branch
소프트웨어 개발자

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

2026-07-08
create-prd
프로젝트 관리 전문가

Use when you're ready to define a feature before building it — generates a structured PRD using Jobs-to-be-Done thinking, success metrics, and explicit scope boundaries.

2026-07-06
feature-prioritization
프로젝트 관리 전문가

Use when you have a backlog of features and need to rank them for the next sprint — scores each feature using Impact × Confidence × Effort matrix with SQL tracking for transparent prioritization.

2026-07-06
implement
소프트웨어 개발자

Use when starting implementation work from a PRD, spec, or set of issues — to follow a structured TDD → validate → review → commit loop.

2026-07-02
github-pr-workflow
소프트웨어 개발자

Use when creating, updating, or managing pull requests — automates the full PR lifecycle (open, review requests, labels, merge) via GitHub MCP

2026-07-02
security-scan
정보 보안 분석가

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.

2026-07-02
sprint-workflow
소프트웨어 개발자

Use when starting a new feature, refactor, or multi-step dev task — runs the full sprint cycle (Think → Plan → Build → Review → Test → Ship → Monitor) using Copilot CLI's plan/autopilot modes.

2026-07-02
multi-model-strategy
기타 컴퓨터 관련 직업

Use when choosing which AI model to use for a task — pick the right model family and tier based on cost, speed, context needs, and reasoning depth

2026-06-26
handoff
기타 컴퓨터 관련 직업

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.

2026-06-26
using-git-worktrees
소프트웨어 개발자

Use when you need multiple branches checked out at once — create isolated working directories for parallel development without cloning the repository repeatedly

2026-06-26
verification-before-completion
소프트웨어 개발자

Use before claiming any task is done — run the exact command that proves the fix works, read the output, and only then report success.

2026-06-26
agent-owasp-check
정보 보안 분석가

Use when auditing an AI agent system against the OWASP Agentic Security Initiative Top 10 — checks tool access, prompt boundaries, memory handling, and operational safeguards across the agent pipeline.

2026-06-25
code-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing code changes for quality, correctness, and security — runs a structured checklist with severity-rated findings

2026-06-24
ux-audit
웹·디지털 인터페이스 디자이너

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

2026-06-24
content-strategy
시장조사 분석가·마케팅 전문가

Use when you need a content plan to grow organic traffic for a product or new area — produces keyword research, topic clusters, and a content calendar targeting your category.

2026-06-24
tdd-workflow
소프트웨어 개발자

Use when starting a new feature or function to write failing tests first, then implement the minimal code to pass (Red→Green→Refactor)

2026-06-24
autopilot-patterns
소프트웨어 개발자

Use when you're ready to let Copilot execute a multi-step plan autonomously — configures appropriate guardrails, handles plan-to-autopilot transitions, and sets safety boundaries.

2026-06-22
github-issue-triage
소프트웨어 개발자

Use when you have a backlog of unorganized GitHub Issues — bulk-reads, labels, prioritizes, and assigns issues at scale using Copilot's built-in GitHub MCP tools.

2026-06-22
triage
소프트웨어 개발자

Use when a single issue or external-contributor pull request needs structured triage — classify it, verify the claim if needed, request missing information, and leave a durable brief or close-out note in the tracker.

2026-06-22
gha-security-review
정보 보안 분석가

Use when reviewing GitHub Actions workflows for exploitable vulnerabilities — finds pwn-request patterns, expression injection, credential escalation, config poisoning, and supply chain risks, and reports only HIGH and MEDIUM confidence findings with concrete attack paths.

2026-06-18
pr-security-review
소프트웨어 품질 보증 분석가·테스터

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

2026-06-18
browser-devtools
소프트웨어 품질 보증 분석가·테스터

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

2026-06-18
mcp-ecosystem
소프트웨어 개발자

Use when Copilot CLI's built-in tools do not cover a service you need — for example PostgreSQL, Redis, Jira, Slack, or an internal API — and you need to add an MCP server beyond the default GitHub MCP. NOT when the built-in tools already cover the task.

2026-06-15
agent-governance
정보 보안 분석가

Use when designing or reviewing an AI agent system that needs policy-based access controls, intent classification, tool-level rate limiting, trust scoring for multi-agent workflows, or append-only audit trails.

2026-06-15
evaluate-repository
소프트웨어 품질 보증 분석가·테스터

Use when you need a comprehensive health scorecard of a codebase — scores security, code quality, test coverage, documentation, and AI agent governance across 7 dimensions with a prioritized remediation plan.

2026-06-09
pr-multi-perspective-review
소프트웨어 품질 보증 분석가·테스터

Review a pull request from 6 perspectives (PM, Dev, QA, Security, DevOps, UX) for comprehensive, bias-free feedback

2026-06-04
qa-review
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-29
conventional-branch
소프트웨어 개발자

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.

2026-05-29
이 저장소에서 수집된 skills 109개 중 상위 40개를 표시합니다.