一键导入
fhinkai-site
fhinkai-site 收录了来自 guycoful 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when working as a builder inside a WorktreePilot task worktree. Two modes — New task mode (a fresh implementation request) and Review-fix mode (the user pasted a Builder Handoff from wtp-reviewer; fix only those listed issues, keep scope tight, never merge or run `wtp finish`). Keeps the agent scoped to the current task branch, avoids touching main, and prepares changes for review.
Use when reviewing WorktreePilot task branches before or during integration into main. Three modes — review-only (default; safe; never modifies anything), merge (opt-in via "merge <task>" / "integrate <task>"; performs git merge --no-ff), and squash/apply (opt-in via "squash <task>" / "apply <task>"; runs git merge --squash so changes are staged on main for the user to review before committing). Accepts task names (auto-prefixed to worktree-<task>) or full branch names. Reviews committed branch diffs AND uncommitted task-worktree changes. Protects main; integrates at most one branch per invocation; asks before merge, before commit, and before cleanup; never force-cleans unless the user explicitly says so.