Git Conventions

Enforces git commit message and branch naming conventions for the Valhalla frontend platform. ALWAYS use this skill before running git commit, git checkout -b, or any branch creation command. Use it when the user says "commit", "create a branch", "make a commit", "stage and commit", "push this", or when you are about to execute git commit or git checkout -b yourself. Applies the format: commits as `<type>(<taskId>): <brief description>` and branches as `<type>/<taskId>_<brief-description>`. Trigger even if the user doesn't mention conventions — applying them is always the right thing to do.

peterknezek af41273 3.0 KB Updated

File contents

peterknezek/skills/tree/main/skills/git-conventions commit af412739a9

Frequently asked questions

npx skillmds@latest add peterknezek/git-conventions