بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.