install
source · Clone the upstream repo
git clone https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Joonghyun-Lee-Frieren/oh-my-gemini-cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/execute" ~/.claude/skills/joonghyun-lee-frieren-oh-my-gemini-cli-execute && rm -rf "$T"
manifest:
skills/execute/SKILL.mdsource content
Purpose
Use this skill when the task is implementation-ready and requires code changes now.
Trigger
- User asks to implement, refactor, or fix code directly
- A plan already exists and a specific phase is selected
Workflow
- Confirm exact scope and acceptance criteria.
- Read target files and lane/task state before editing.
- Load only relevant files and preserve existing conventions.
- Implement the smallest viable diff.
- Prefer editing existing files over creating new files unless scope requires it.
- Run the most relevant checks/tests.
- Summarize changed files, validation, blockers, and remaining work.
Output Template
## Scope - ... ## Files Changed - ... ## Validation - ... ## Blockers - ... ## Follow-ups - ...
Notes
- Escalate to
for high-risk or cross-cutting changes.omg-reviewer - Use
immediately when checks fail.omg-debugger - If permissions/tools are denied, stop and return explicit approval/fallback needs.