Oh-my-gemini-cli execute

Purpose

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.md
source 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

  1. Confirm exact scope and acceptance criteria.
  2. Read target files and lane/task state before editing.
  3. Load only relevant files and preserve existing conventions.
  4. Implement the smallest viable diff.
  5. Prefer editing existing files over creating new files unless scope requires it.
  6. Run the most relevant checks/tests.
  7. Summarize changed files, validation, blockers, and remaining work.

Output Template

## Scope
- ...

## Files Changed
- ...

## Validation
- ...

## Blockers
- ...

## Follow-ups
- ...

Notes

  • Escalate to
    omg-reviewer
    for high-risk or cross-cutting changes.
  • Use
    omg-debugger
    immediately when checks fail.
  • If permissions/tools are denied, stop and return explicit approval/fallback needs.