원클릭으로
grokify
Grok Build execution handoff prompt, embed Claude advisor.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Grok Build execution handoff prompt, embed Claude advisor.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, install, run, and test the claude-dev-env installer. Use when asked to run claude-dev-env, install the Claude Code config into ~/.claude, drive the installer, smoke-test it against a sandbox, or run its test suite.
Max-recall code review at a selectable effort level (low, medium, xhigh), with optional auto-fix and an auto-execute loop for any level. Triggers: /e-code-review, /e-code-review low, /e-code-review medium, /e-code-review xhigh, /e-code-review <level> --fix, /e-code-review <level> loop.
Build a polished self-contained HTML product launch and release-notes page from work completed in the current session, using available repository state, source-of-truth files, tests, approvals, artifacts, commits, pull requests, previews, and release evidence. Use when the user asks to build release notes, create a launch page, document completed work, produce feature-release HTML, or turn the session into product-facing release notes.
File, update, and close GitHub work as one epic with native sub-issues. Dedup open and closed issues first. Edit status only inside marker sections. Refresh the epic checklist so it matches its children. Triggers: issue tracker, file an issue, track this issue, open an epic, update the epic, close the issue, refresh the epic checklist, attach a sub-issue.
Harvests session obstacles into GitHub issues backed by quoted evidence: validates each draft with the user, then delegates filing to the issue-tracker agent (skill fallback), which dedupes against open and closed issues and files each under an epic as a native sub-issue. Prints a cloud handoff prompt. Triggers: /closeout, close out this session, close out the session, file the session obstacles, session closeout, harvest session obstacles, end-of-session issue filing. Not session-log (vault journal) — closeout files issues and writes no journal.
Cleanup-only pass on the current diff — reuse, simplification, efficiency, altitude — that fixes what it finds directly; no correctness-bug hunting. Triggers: /e-simplify.
| name | grokify |
| description | Grok Build execution handoff prompt, embed Claude advisor. |
One paste-ready handoff turns this session's work into a plan a Grok Build session can execute alone. Grok gets no access to this conversation, so the handoff carries everything: repos, findings, constraints, the phased plan, and a Claude advisor Grok reaches through the claude CLI.
spawn_subagent, --agent / agent definitions, and can read skills under the user's Claude config paths. Skill evals measure these when GROK_CAPABILITY_EVALS=1 (see evals/README.md).claude -p bind/resume. Never write Claude Agent-tool, session-advisor, or SendMessage protocol into the handoff for that advisor path — product design for a Claude-model advisor, not a claim that Grok lacks agents.--resume after a usage-limit failover to another binary fails, because a session store belongs to the binary that minted it. The handoff must tell Grok to treat that failure as starting over: re-send the charter plus a compact recap, capture the new session_id.file:line citations into the handoff exactly, and label each figure measured, bounded, or unverified.claude sessions are project-scoped by working directory. The handoff must tell Grok to run every bind and every --resume with the cwd set to the repo root it names — a bind launched from the Grok sandbox cwd files the session under that other project, and a later resume from the real worktree reports No conversation found with session ID. Treat a session-not-found error as a wrong-cwd or expired-session signal, not a model failure.--output-format json returns a JSON array of events, not one object. session_id comes from any event; the reply text is the type == "result" event's .result field. A parser expecting one top-level object reports a missing session id on a working bind.The user types /grokify, alone or with guidance.
/grokify: build the handoff from the current session's context — the task in flight, its findings, plan, and constraints./grokify <guidance>: the guidance names or scopes the task — a plan written earlier in the session, a file to read, or a fresh instruction. Build the handoff for that.Refusal: no session context and no guidance — reply What should Grok execute? One sentence. and stop.
file:line and measured numbers, hard constraints, and the phased plan with acceptance criteria. Pull from session context first, then from the guidance; read any files the guidance names.templates/handoff-template.md. Adapt every bracketed section to the task; keep the advisor CLI commands, signal rules, and consult cadence exactly as the template writes them.claude -p --model fable --effort high --output-format json; parse and save session_id from the JSON reply.claude -p --resume <session_id> --model fable --effort high --output-format json.claude -p --resume <session_id> --model opus --effort max --output-format json.git commit and git push; on every user-facing fork before asking; on any twice-repeated failure or stall.| File | Purpose |
|---|---|
SKILL.md | Trigger, process, fixed advisor structure. |
templates/handoff-template.md | Section-by-section skeleton of the handoff prompt. |
capability-claims.test.mjs | Offline static guards on capability wording. |
evals/README.md | How to run opt-in live capability evals. |
evals/run-capability-evals.mjs | Live E1–E5 runner (manual / opt-in only). |
evals/parse-payload.test.mjs | Offline unit tests for the eval output parser, run under npm test. |
SKILL.md — the whole workflow.templates/ — the handoff skeleton.evals/ — the opt-in live runner plus its offline parser unit tests.capability-claims.test.mjs — offline claim guards for npm test.