返回 Skill 列表
extension
分类: 开发与工程无需 API Key

git-pulse

Quest Keeper AI开发的版本控制规范。强制执行“尽早提交,频繁提交”的模式。

person作者: jakexiaohubgithub

Git Pulse Protocol

Core Rule

Your work is volatile until captured.

After successful test pass, IMMEDIATE LOCAL COMMIT.

Quick Commands

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