Git Workflow

Branching, rebasing, commit hygiene, and review-friendly history for agency delivery. Use when this capability is needed.

tomevault-io Updated

File contents

Git Workflow

Use this skill when you need disciplined version control behavior across delivery streams.

Core Rules

  • Keep branches small and purpose-built.
  • Prefer descriptive commit messages with a single concern per commit.
  • Rebase or merge consciously, based on the repo's current release flow.
  • Avoid mixing unrelated work in the same branch unless the user asked for a bundle.
  • Treat git status and git diff as the first check before and after edits.

Outputs

  • Clean branch plan
  • Commit sequence recommendation
  • Review notes for PR readiness

Source: Zakarialabib/opencode — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/zakarialabib--opencode--git-workflow commit c48ed6da19

Frequently asked questions

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