Stats
Actions
Tags
From dev-forge
Verify the current git branch is a unique task-related working branch and create one if needed
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-forge:branch-safety-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ensure work happens on a proper feature branch, never directly on main.
Ensure work happens on a proper feature branch, never directly on main.
git branch --show-currentmain or master:
<type>/<short-description> (e.g., feat/user-auth, fix/login-error)git checkout -b <branch-name>npx claudepluginhub reshinto/dev-forge --plugin dev-forgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.