단일 커밋 RED 독립 재검증(테스트 이식)
Scanned 9/5/2026
Install to Claude Code
npx -y skills add zzunkie/yardlet --skill red --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Red?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/zzunkie-red)More formats (shields.io, HTML) on the badges page.
---
name: red
description: 단일 커밋 RED 독립 재검증(테스트 이식)
source: learned
---
fix와 테스트가 한 커밋에 있으면 RED를 직접 재현할 수 없다. git worktree add <tmp> <fix>~1로 수정 전 tree를 만들고, HEAD의 신규 process 테스트 파일과 fixture 디렉터리는 통째로 복사, src 내부 unit 테스트는 해당 fn 블록만 부모 tests 모듈에 이식한 뒤 targeted cargo test를 실행한다. exit 101과 assertion 메시지 값이 구현자의 RED 기록과 일치하는지 대조하고, 검증 후 git worktree remove --force로 정리한다.
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!