Git Workflow

Apply Athens' git conventions when creating branches, writing commits, or opening PRs. Branches use type prefixes (feat/, fix/, chore/, hotfix/, docs/, refactor/, test/), commits follow Conventional Commits, and PRs target `dev` (not `main`) — except hotfixes, which target `main`. Trigger on phrases like "commit this", "create a branch", "open a PR", "push my changes", or any version-control task. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/vincent-24--athens--git-workflow commit 2dacf25dc4

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-50