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

kao

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

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

이 저장소의 skills

brainstorming
프로젝트 관리 전문가

Refines rough ideas through Socratic questioning, explores alternatives, presents design in digestible chunks for validation. Activates before writing any code or making major decisions.

2026-03-26
dispatching-parallel-agents
소프트웨어 개발자

Manages concurrent subagent workflows with task distribution, progress tracking, and result aggregation. Use when multiple independent tasks can run simultaneously.

2026-03-26
executing-plans
소프트웨어 개발자

Executes implementation plans task-by-task with two-stage review (spec compliance, then code quality). Enforces TDD cycle: RED-GREEN-REFACTOR. Activates when user says 'go' or approves plan.

2026-03-26
finishing-a-development-branch
소프트웨어 품질 보증 분석가·테스터

Verifies completed work, runs tests, presents merge/PR options, and cleans up worktrees. Activates when all implementation tasks are complete.

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

Responds to code review feedback constructively, implements fixes, and communicates progress. Handles feedback professionally and improves code quality.

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

Reviews code against plan for correctness, bugs, security issues, and adherence to standards. Reports issues by severity. Activates between tasks or before merging.

2026-03-26
subagent-driven-development
소프트웨어 개발자

Dispatches parallel subagents for concurrent task execution with two-stage review (spec compliance + code quality). Activates for large plans (10+ tasks) to maximize throughput.

2026-03-26
systematic-debugging
소프트웨어 개발자

Applies 4-phase root cause analysis: gather data, form hypothesis, test hypothesis, solve and verify. Includes root-cause-tracing, defense-in-depth, and condition-based-waiting techniques. Activates for any bug.

2026-03-26
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Enforces RED-GREEN-REFACTOR cycle: write failing test first, watch it fail, write minimal code to pass, then refactor. Deletes code written before tests. Activates during implementation.

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

Creates isolated Git worktrees for parallel development on different branches. Prevents context-switching overhead and merge conflicts. Activates when starting new development.

2026-03-26
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Ensures bug fixes and features are truly working before marking as complete. Verifies fix doesn't break other functionality. Activates after any fix or implementation.

2026-03-26
writing-plans
소프트웨어 개발자

Breaks approved designs into actionable implementation tasks. Each task is 2-5 minutes, has exact file paths, complete code, and verification steps. Activates after design approval.

2026-03-26
project-workflow
소프트웨어 개발자

Use when working in this AI coding scaffold repository and you need to understand or execute the current frontend, backend, database, and plan-generation workflow.

2026-03-23