원클릭으로
loop-engineering
Loop engineering runtime Grill + Monitor
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Loop engineering runtime Grill + Monitor
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Manage Git worktrees as OMK safe isolated coding lanes for complex, risky, or parallel work.
Clone important project dependency source code into an ignored local workspace so KiloCode can inspect library internals. Use when the user asks to clone dependencies, inspect dependency/source internals, understand SDK/framework behavior from source, debug library implementation details, or make core dependency repos locally readable. Do not use for ordinary API/docs questions where @librarian is enough.
Generate comprehensive hierarchical codemaps for UNFAMILIAR repositories. Expensive operation - only use when explicitly asked for codebase documentation or initial repository mapping
Chief-only workflow for heavy coding sessions, multi-phase implementation, and risky refactors. Use for complex work that needs planning, review gates, and persistent progress tracking.
Configure and improve oh-my-kilocode-slim for the current user. Use when users want to tune agents, models, prompts, custom agents, skills, MCPs, presets, or plugin behavior. Also use when recurring workflow friction suggests a safe config or prompt improvement.
Review recent work, find repeated workflow patterns, and suggest reusable skills, agents, commands, config changes, or playbooks. Use when the user asks to learn from past sessions, improve recurring workflows, or identify what should be turned into reusable agent instructions.
SOC 직업 분류 기준
| name | loop-engineering |
| description | Loop engineering runtime Grill + Monitor |
test, build, lint, command, fileExists, oracle, observer, manual. For CLI steps provide successCommand; for file detection provide successPath.onLoopComplete(loopID, success) → report final outcomeonEscalated(loopID, reason) → escalate to humanonManualReview(loopID, reason) → prompt human to approve/fail and call resolveManualReview(loopID, passed, reason)cancel(loopID) through the chiefresolveManualReview is called. Do not auto-resolve.