Agent skill

git-pulse

Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/git-pulse-mnehmos-mnehmos-quest-keeper

SKILL.md

Git Pulse Protocol

Core Rule

Your work is volatile until captured.

After successful test pass, IMMEDIATE LOCAL COMMIT.

Quick Commands

powershell
git status
git add . && git commit -m "type(scope): message"

Commit Types

  • fix - Bug fixes
  • feat - New features
  • test - Test additions
  • refactor - Code cleanup
  • docs - Documentation
  • style - Formatting
  • chore - Build/config

Didn't find tool you were looking for?

Be as detailed as possible for better results