with one click
commit-range-detached-worktree
commit-range 독립 리뷰는 detached worktree에서 게이트 실행
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
commit-range 독립 리뷰는 detached worktree에서 게이트 실행
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
새 멀티라인 제출 입력 화면은 공유 분기 + footer 계약으로 통일
PTY 통합 테스트에서 ko/CJK 마커는 ANSI+공백 제거 후 매칭
tui-multi-feature-integration-review
TUI 첫-프레임 타이밍 리뷰: 마커 정직성 + 지연 seam 재현
i18n 마커 문구는 다른 문구의 부분문자열과 겹치지 않게
planning-review-activation-safety-check
| 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>로 파일별 추출해 읽는다.