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