ワンクリックで
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.