.claude/skills/branch/SKILL.md
Create git branches with naming conventions (prefix/description-hash)
npx skillsauth add finlaysonstudio/jaypie 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.
Create a branch from the current commit.
(branch|feat|fix)/ prefix, defaulting to branchwip (default), issue-NNN, the package being worked on, or a url-compatible description"Start a branch" => branch/wip-abcd5678
"Create a branch for constructs" => feat/constructs-abcd5678
"Work 144" => fix/issue-144
No input but previous requests dealt with express and lambda => feat/express-lambda-abcd5678
testing
Work a GitHub issue -- validate, test, plan, implement, report
testing
Run and write Vitest tests, mock Jaypie with testkit, CI matrix
testing
Merge process -- push, CI check, PR, merge, deploy monitor, prune branches
documentation
Prepare a release by committing, versioning, updating docs and skills