home/claude/skills/git-worktree/SKILL.md
Create a git worktree with an appropriate branch name (location configured via git config wt.basedir, defaults to ../{gitroot}-wt)
npx skillsauth add lambdalisue/dotfiles git-worktreeInstall 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.
Analyze - Use the Task tool (subagent_type: "git-worktree") to analyze changes and propose a worktree path and branch name.
Approve - Present the proposal to the user. Use AskUserQuestion to ask for approval with options: "Approve", "Edit" (let user modify), "Cancel".
Create - If approved, use the Task tool (subagent_type: "git-worktree") to create the worktree with the approved details. Present the result.
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval