How this skill is triggered — by the user, by Claude, or both
Slash command
/de:finishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rebase a feature branch on main, merge, and remove the development environment.
Rebase a feature branch on main, merge, and remove the development environment.
Arguments:
[env] - Environment name (optional, supports partial match). Auto-detected when run from inside a worktree.Options:
-p, --pr - Use GitHub PR workflow instead of direct merge-s, --squash - Squash commits into single commit (default: fast-forward merge)Workflow:
-pExamples:
/de:finish - Auto-detect env, rebase, fast-forward merge, cleanup, exit/de:finish 86 - Rebase, fast-forward merge, cleanup, exit/de:finish -s 86 - Rebase, squash merge, cleanup, exit/de:finish -p 86 - Rebase, push, create/check PR, merge when approved, exitRun (script is at the plugin root, two levels above this skill's base directory):
!lib/dev-env.sh finish $ARGUMENTS
npx claudepluginhub danielcarmingham/dev-envGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.