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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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