원클릭으로
hi-cook
ALWAYS activate before implementing ANY feature, plan, or fix.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ALWAYS activate before implementing ANY feature, plan, or fix.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search library/framework documentation via llms.txt (context7.com). Use for API docs, GitHub repository analysis, technical documentation lookup, latest library features.
Debug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation, log analysis, CI/CD failures, database diagnostics, system investigation.
ALWAYS activate before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
Unified knowledge retrieval skill. Build traceable answers from git, MCP, and memory files.
Plan implementations, design architectures, create technical roadmaps with detailed phases.
Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty.
| name | hi:cook |
| description | ALWAYS activate before implementing ANY feature, plan, or fix. |
| argument-hint | [task] [--full|--review|--auto|--no-test] — default: fast mode |
| metadata | {"author":"baka3k","version":"3.0.0"} |
| Input | Mode | Behavior |
|---|---|---|
| --full, "full" | full | Full workflow với research + review |
| --review | review | Có review gate ở cuối |
| --auto, "trust me", "yolo" | auto | Auto-approve all |
| --no-test | no-test | Skip testing |
| Path to plan.md/phase-*.md | code | Execute existing plan |
| Default | fast | Skip research, skip review, test nhanh |
[Plan] -> [Implement] -> [Test] -> [Finalize]
| Mode | Research | Review | Testing |
|---|---|---|---|
| fast (default) | Skip | Skip | Run command |
| full | Yes | MUST | Run command |
| review | Skip | MUST | Run command |
| auto | Skip | Auto-pass | Run command |
| no-test | Skip | Skip | Skip |
sequential-thinking để phân tích task ngắn gọndocs-seeker nếu cần tra cứu tài liệuhi:plan --fast inline nếu cần.Execute tasks trực tiếp. TaskUpdate in_progress trên mỗi task. Parallel mode: launch fullstack-developer per phase.
Run test command. Xem output. Nếu fail:
hi:fix để debug chuyên sâu
Không spawn tester riêng.Run code-reviewer. Score>=9.5 + 0 critical = auto-approve (auto mode only). Max 3 fix cycles. Critical issues always block: Security, Performance, Architecture violations.