with one click
revert-red
단일 파일 원위치 revert 로 RED 재검증
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
단일 파일 원위치 revert 로 RED 재검증
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 | revert-red |
| description | 단일 파일 원위치 revert 로 RED 재검증 |
| source | learned |
fix 와 fixture 가 한 커밋에 있고 수정이 소스 파일 하나에 한정될 때: 먼저 git diff <fix> HEAD -- <file> 이 비어 있음을 확인한 뒤 git checkout <fix>^ -- <file> 로 그 파일만 되돌리고 재빌드해 HEAD 의 fixture 를 실행하면 worktree 이식 없이 RED 를 재현할 수 있다. 기대 실패 문자열까지 대조하고, git checkout HEAD -- <file> 원복 + 재빌드 + 동일 fixture GREEN 과 git status 청결까지 확인해야 종료다. 조건이 안 맞으면(후속 커밋이 그 파일을 건드림, 다중 파일 수정) 기존 red 스킬의 worktree 이식 방식을 쓴다.