Claude Skills · Code Review & Testing

Worktree Pr

scarletkc/agents

Decide 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...

★ 188 Apache-2.0 Synced 1 hour ago View SKILL.md

At a glance

Code Review & Testing Manual install Apache-2.0

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.

Install git clone --depth 1 https://github.com/scarletkc/agents cp -r agents/skills/worktree-pr ~/.claude/skills/worktree-pr
Can use Not declared by the author

gitWorktreebranchingPull RequesttestingIsolation

Also in scarletkc/agents

View the repo
Codex CLI DevOps & Infrastructure

When handing work to the Codex CLI earns its cost, and how to size the run: second-model review, bounded implementation hand-offs, sandbox p...

Marketing Copy Marketing

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...

Talk Like Scarletkc Writing & Editing

按 scarletkc 本人的自然表达习惯撰写、改写、润色和翻译文本,覆盖推文、微博、评论、聊天消息、技术观点、项目介绍、GitHub 文本(README、issue、P...

UX Writing Presentations

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 To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.