一键导入
pluto
pluto 收录了来自 PlutoMining 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Create and manage non-urgent bugfix branches in a git worktree with standard PR workflow (squash merge).
Create and manage maintenance/refactor branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage documentation-only branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage feature branches in a git worktree with consistent naming and PR workflow (squash merge).
Create and manage urgent hotfix branches in a git worktree with stricter guardrails and PR checklist (squash merge).
Guide a two-phase release workflow using git worktrees: run scripts on main, then commit changes on release/<version> via PR.
Create and manage exploratory spike branches in a git worktree; PR optional, cleanup removes worktree only.