git-pulse
Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Frontend development skill for Quest Keeper AI Tauri application. Use when working on React components, Zustand stores, Three.js battlemaps, TailwindCSS styling, or Tauri shell integration. Triggers on mentions of frontend, React, Zustand, Three.js, battlemap, UI, viewport, or Tauri.
Master orchestration skill for Quest Keeper AI development. Use when working on ANY part of Quest Keeper AI - coordinates between frontend (Tauri/React), backend (rpg-mcp), and documentation. Triggers on any mention of Quest Keeper, rpg-mcp, game development for this project, or when referencing the Agents/ folder.
Test-Driven Development combined with emergent playtesting for Quest Keeper AI. Use when running playtest sessions, writing tests, debugging game feel issues, or following the RED-GREEN-REFACTOR cycle.
SOC 직업 분류 기준
| name | git-pulse |
| description | Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern. |
Your work is volatile until captured.
After successful test pass, IMMEDIATE LOCAL COMMIT.
git status
git add . && git commit -m "type(scope): message"
fix - Bug fixesfeat - New featurestest - Test additionsrefactor - Code cleanupdocs - Documentationstyle - Formattingchore - Build/config