File contents
name: rulebook-git-workflow
description: Git workflow standards including branching strategy, commit conventions, and PR guidelines. Use when creating branches, writing commit messages, preparing pull requests, or following git best practices.
version: "1.0.0"
category: core
author: "HiveLLM"
tags: ["git", "workflow", "branching", "commits", "pull-requests"]
dependencies: []
conflicts: []
Git Workflow Standards
Branch Naming
feature/<task-id>-<short-description>
fix/<issue-id>-<short-description>
refactor/<scope>-<description>
docs/<scope>-<description>
Commit Message Format
<type>(<scope>): <subject>
<body>
<footer>
Types
feat: New feature
fix: Bug fix
docs: Documentation
style: Formatting
refactor: Code restructuring
test: Adding tests
chore: Maintenance
Example
feat(auth): add JWT token validation
Implement JWT validation middleware for protected routes.
Closes #123
Pull Request Guidelines
PR Title
feat(scope): short description
PR Description
## Summary
Brief description of changes.
## Changes
- Change 1
- Change 2
## Testing
How this was tested.
## Checklist
- [ ] Tests pass
- [ ] Lint passes
- [ ] Documentation updated
Workflow Steps
Create feature branch from main
Make commits following conventions
Run quality checks before push
Create PR with description
Address review feedback
Squash and merge
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: hivellm-rulebook-rulebook-git-workflow 3 description: --- 4 --- 5 --- 6 name: rulebook-git-workflow 7 description: Git workflow standards including branching strategy, commit conventions, and PR guidelines. Use when creating branches, writing commit messages, preparing pull requests, or following git best practices. 8 version: "1.0.0" 9 category: core 10 author: "HiveLLM" 11 tags: ["git", "workflow", "branching", "commits", "pull-requests"] 12 dependencies: [] 13 conflicts: [] 14 --- 15 16 # Git Workflow Standards 17 18 ## Branch Naming 19 20 ``` 21 feature/<task-id>-<short-description> 22 fix/<issue-id>-<short-description> 23 refactor/<scope>-<description> 24 docs/<scope>-<description> 25 ``` 26 27 ## Commit Message Format 28 29 ``` 30 <type>(<scope>): <subject> 31 32 <body> 33 34 <footer> 35 ``` 36 37 ### Types 38 - `feat`: New feature 39 - `fix`: Bug fix 40 - `docs`: Documentation 41 - `style`: Formatting 42 - `refactor`: Code restructuring 43 - `test`: Adding tests 44 - `chore`: Maintenance 45 46 ### Example 47 48 ``` 49 feat(auth): add JWT token validation 50 51 Implement JWT validation middleware for protected routes. 52 53 Closes #123 54 ``` 55 56 ## Pull Request Guidelines 57 58 ### PR Title 59 ``` 60 feat(scope): short description 61 ``` 62 63 ### PR Description 64 65 ```markdown 66 ## Summary 67 Brief description of changes. 68 69 ## Changes 70 - Change 1 71 - Change 2 72 73 ## Testing 74 How this was tested. 75 76 ## Checklist 77 - [ ] Tests pass 78 - [ ] Lint passes 79 - [ ] Documentation updated 80 ``` 81 82 ## Workflow Steps 83 84 1. Create feature branch from main 85 2. Make commits following conventions 86 3. Run quality checks before push 87 4. Create PR with description 88 5. Address review feedback 89 6. Squash and merge 90 91 --- 92 > Converted and distributed by [TomeVault](https://tomevault.io/claim/hivellm) — claim your Tome and manage your conversions. 93 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/hivellm--rulebook--rulebook-git-workflow commit ac400ce1c7
Frequently asked questions How do I install the Hivellm Rulebook Rulebook Git Workflow skill? Run npx skillmds@latest add tomevault-io/hivellm-rulebook-rulebook-git-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Hivellm Rulebook Rulebook Git Workflow skill do? --- It is listed under Productivity on SkillMD.
Is Hivellm Rulebook Rulebook Git Workflow safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Hivellm Rulebook Rulebook Git Workflow? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Hivellm Rulebook Rulebook Git Workflow free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Hivellm Rulebook Rulebook Git Workflow? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.