원클릭으로
gjc-dogfood
Dogfood GJC on next-code — implement issue → PR with CI watch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Dogfood GJC on next-code — implement issue → PR with CI watch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Discipline for replacing next-code UI with Grok Face (xai-grok-pager) via copy, delete old UI, and wire into next-code — never invent Face behavior. Use when migrating TUI/Face, PR8 cutover, wiring xai-grok-pager, removing next-code-tui, adapting ratatui 0.28 shims, quit/resume/auth wire bugs, or comparing grok-build vs next-code embed. Triggers on: grok migration, Face cutover, wire Face, copy grok UI, replace next-code TUI, grok-build research, SharedTermWriter, pager_launch, NextCodeFaceAgent.
Use when improving performance, latency, throughput, memory usage, or general efficiency. Start by defining target metrics, measuring comprehensively, attributing bottlenecks, validating with static analysis, and prioritizing macro-optimizations before micro-optimizations.
Deep feature research and implementation planning for AI coding agent projects. Use this skill whenever a user asks about a feature they want to implement, improve, add, or design — especially in the context of AI coding agents, CLI tools, terminal agents, or LLM-powered developer tools. Triggers on: "I want to add X feature", "how do I implement X", "can we improve X", "I want to build X into my agent", "feature request for X", "how does X work in these tools", or any phrasing that implies implementing/improving a capability. This skill clones 13 reference repos, spawns sub-agents for deep per-repo research, runs an ultra-QA interview with the user, then produces a comprehensive implementation plan with code, pseudocode, test cases, benchmarks, and direct repo links — so the user can go from idea to working implementation with total confidence.
SOC 직업 분류 기준
| name | gjc-dogfood |
| description | Dogfood GJC on next-code — implement issue → PR with CI watch |
| tags | ["dogfood","github","next-code"] |
Dogfood GJC workflow for quangdang46/next-code.
Follows the same loop as Yeachan-Heo's dogfood on gajae-code/oh-my-codex.
fix/<issue-slug>-<short>cargo check for fast iteration.cargo.lock if deps change.cargo test -p <affected-crate>.git add . && git commit -m "fix(scope): description"git push origin HEADgh pr create:
Closes #Ngh run watch or similar.MERGE_READY summary.gjc --worktree <branch>), never modify main checkout directly.cargo check over full build when iterating.