git-workflow

Installation
SKILL.md

Git Workflow Skill

Structured development workflow using git, conventional commits, and work logging.

Core Principles

Principle Description
Issue-First All work starts with an issue (bd or GitHub)
Feature Branches One branch per issue/feature
Conventional Commits Structured commit messages
Semver Versioning Semantic version numbers
Work Logging Document all changes in .worklog/
UAT Workflow Human acceptance testing before merge

Workflow Overview

Installs
1
GitHub Stars
1
First Seen
Jun 20, 2026
git-workflow — profpowell/project-template