.agents/skills/create-branch/SKILL.md
Create a new git branch from latest main using the naming convention.
npx skillsauth add carrot-foundation/methodology-rules Create BranchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pull latest main:
git fetch origin main
git checkout main
git pull origin main
Create the branch using the naming pattern <type>/<short-description>:
git checkout -b <type>/<short-description>
feat, fix, docs, style, refactor, perf, test, chore, revertfeat/add-vehicle-validationfix/geolocation-precision-edge-casechore/update-dependenciesrefactor/extract-shared-helpersVerify you are on the new branch with git branch --show-current.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.