Skillsgit-pulse
G

git-pulse

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

Mnehmos
10 stars
1.2k downloads
Updated 12/30/2025

Readme

git-pulse follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: git-pulse
description: Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.
---

# 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

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated12/30/2025
PublisherMnehmos

Tags

ci-cdtesting