Claude Skills · Code Review & Testing
Worktree Pr
scarletkc/agentsDecide whether a task deserves its own git worktree and, if chosen, run it end to end: branch from the integration branch rather than the current tree, keep the main working copy untouched while the task runs, compare the result against the untouched baseline before declaring it done, and prepare it for a pull request instead of merging. Use when a request says to do the work in a new worktree or branch, when a change is large or risky enough that the main tree should stay usable, when several tasks need to run in parallel on one repository, when a result has to be diffed against current behav...
At a glance
This skill is for Code Review & Testing and helps you create a git worktree for a task, compare changes against baseline before merging, and run parallel tasks in separate worktrees.
git clone --depth 1 https://github.com/scarletkc/agents
cp -r agents/skills/worktree-pr ~/.claude/skills/worktree-pr
gitWorktreebranchingPull RequesttestingIsolation
Also in scarletkc/agents
View the repoWhen handing work to the Codex CLI earns its cost, and how to size the run: second-model review, bounded implementation hand-offs, sandbox p...
Write outbound promotional copy for a product or project: launch and update posts for community platforms and social media, store page descr...
Judgment rules for locating the correct boundary of a requested change: staying inert outside it while completing every required site inside...
按 scarletkc 本人的自然表达习惯撰写、改写、润色和翻译文本,覆盖推文、微博、评论、聊天消息、技术观点、项目介绍、GitHub 文本(README、issue、P...
Judgment rules for user-facing text and docs: CLI and diagnostic output, error and help text, README and docs structure, code comments, titl...
Other Code Review & Testing skills
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...
Use when you need to resolve an in-progress git merge/rebase conflict.
A relentless interview that asks every frontier question at once, round by round.