git-worktree-feature-flow
Git Worktree Feature Flow
Use this skill when the user wants an isolated working directory for a feature (via git worktree), then to merge that branch back into a target branch and clean up the worktree.
Examples (user prompts)
- "Create a worktree for
feature/foooffmain." - "Spin up a worktree for my change, put it in
../wts/feature-foo." - "Merge my worktree branch back into
mainwith a squash merge, then clean up." - "Finish the worktree for
feature/foobut keep the branch around."
Quick flow
- Start: create a feature worktree
- Ask for
branchname (required). - Optional: ask for
baseref (default: current branch). - Run
scripts/worktree-start.sh.
- Work: user edits/commits in the worktree directory.
More from alessandrobologna/codex-skills
learn
Research a user-specified topic with current authoritative sources and package the findings as a reusable topic-kb skill (for example, kinesis-kb). Use when a user asks to learn about a topic, build a knowledge-base skill, or convert web research into reusable guidance.
4mermaid-github-safe-area
Ensure Mermaid diagrams in GitHub READMEs reserve bottom-right safe area using init-only config (no CSS, no spacer nodes) and optionally apply handrawn style on request.
4waylog-journal
Summarize `.waylog/history/*.md` into a sanitized per-session cache + a condensed, chronological `.waylog-journal/summary.md` journal.
3