commit-range 독립 리뷰는 detached worktree에서 게이트 실행
Scanned 9/5/2026
Install to Claude Code
npx -y skills add zzunkie/yardlet --skill commit-range-detached-worktree --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commit Range Detached Worktree?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/zzunkie-commit-range-detached-worktree)More formats (shields.io, HTML) on the badges page.
---
name: commit-range-detached-worktree
description: commit-range 독립 리뷰는 detached worktree에서 게이트 실행
source: learned
---
커밋 범위 X..Y를 독립 리뷰할 때: (1) `git worktree add --detach <scratchpad>/review-<tip> <tip>`으로 리뷰 tip 전용 worktree를 만들고, (2) 전체 게이트(cargo test/fmt/clippy)와 focused 테스트를 그 worktree에서 실행해 현재 브랜치의 후속 커밋 오염 없이 '리뷰된 리비전' 증거를 남기고, (3) 종료 시 `git worktree remove --force`로 정리한다. diff는 `git diff X..Y -- <file>`로 파일별 추출해 읽는다.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!