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