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

claude-workflow

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

수집된 skills
12
Stars
12
업데이트
2026-06-13
Forks
1
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

cw-dispatch
소프트웨어 개발자

Identifies independent tasks and spawns parallel agent workers. This skill should be used after cw-plan to execute multiple tasks concurrently.

2026-06-13
cw-dispatch-team
소프트웨어 개발자

Persistent agent team dispatcher with lead coordination. This skill should be used after cw-plan to execute tasks via a managed team (requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 and CLAUDE_CODE_TASK_LIST_ID).

2026-06-13
cw-execute
소프트웨어 개발자

Executes a single task from the task board using the 11-step implementation protocol. This skill should be used after cw-plan or cw-dispatch assigns a task, or when manually implementing a specific task by ID.

2026-06-13
cw-plan
소프트웨어 개발자

Transforms a specification into a task graph with dependencies. This skill should be used after cw-spec to break a spec into executable tasks with proper sequencing before dispatching with cw-dispatch.

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

Reviews implementation code for bugs, security issues, and quality problems. Creates FIX tasks for issues found. This skill should be used after cw-validate to catch issues before merge.

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

Team-based concern-partitioned code review. Each reviewer sees ALL files through a specialized lens (security, correctness, spec compliance). This skill should be used after cw-validate for thorough cross-file review (requires CLAUDE_CODE_TASK_LIST_ID).

2026-06-13
cw-testing
소프트웨어 품질 보증 분석가·테스터

E2E testing with auto-fix. Generates tests from specs, executes in isolated sub-agents, and auto-fixes application bugs. This skill should be used after implementation to verify end-to-end behavior.

2026-06-13
cw-validate
소프트웨어 품질 보증 분석가·테스터

Validates implementation against spec using 6 gates and generates a coverage matrix. This skill should be used after implementation is complete to verify coverage, proof artifacts, and credential safety before review.

2026-06-13
cw-worktree
소프트웨어 개발자

Manages git worktrees for parallel feature development. This skill should be used when starting multiple features at once, or to list, switch between, and merge existing worktrees.

2026-06-10
cw-spec
프로젝트 관리 전문가

Generates a structured specification with demoable units, functional requirements, and proof artifact definitions. This skill should be used when starting a new feature to define what will be built before any code is written.

2026-06-10
cw-gherkin
소프트웨어 품질 보증 분석가·테스터

Internal subagent that generates Gherkin BDD scenarios from spec acceptance criteria. Produces one .feature file per demoable unit in the spec directory and optionally creates cw-testing task stubs on the task board. Called automatically by cw-spec.

2026-04-09
cw-research
컴퓨터 시스템 분석가

Performs preliminary codebase fact-finding and produces a structured research report. This skill should be used before cw-spec to understand an unfamiliar or complex codebase and generate enriched context for specification writing.

2026-04-09