conductor-revert
논리적 작업 단위로 git 변경 사항 되돌리기
전체 기록 보존ながら트랙, 페이즈 또는 태스크별로 git 커밋을 안전하게 취소합니다. 이 스킬은 명시적 확인 및 충돌 감지가 포함된 구조화된 되돌리기 워크플로를 제공합니다.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "conductor-revert". Revert task 2.3 in auth_20250115
Résultat attendu:
REVERT EXECUTION PLAN
Target: Task 2.3 in auth_20250115
Commits to revert (in reverse chronological order):
1. abc1234 - feat: add OAuth callback handler (auth_20250115)
2. def5678 - chore: mark task 2.3 complete (auth_20250115)
Files that will be affected:
- src/auth/oauth.ts (will be deleted)
- src/routes/callback.ts (will be deleted)
- conductor/tracks/auth_20250115/plan.md (modified)
Plan updates:
- Task 2.3: [~] -> [ ]
!! WARNING !!
This operation will:
- Create 2 revert commits
- Modify 3 files
- Reset 1 task to pending status
Type 'YES' to proceed, or anything else to cancel:
Utilisation de "conductor-revert". Revert phase 1 in dashboard_20250112
Résultat attendu:
REVERT EXECUTION PLAN
Target: Phase 1 in dashboard_20250112 (Tasks 1.1 through 1.4)
Commits to revert (in reverse chronological order):
1. ghi9012 - feat: add dashboard export (dashboard_20250112)
2. jkl3456 - chore: mark task 1.4 complete (dashboard_20250112)
3. mno7890 - feat: add chart filters (dashboard_20250112)
4. pqr1234 - chore: mark task 1.3 complete (dashboard_20250112)
5. stu5678 - feat: add data hooks (dashboard_20250112)
6. vwx9012 - chore: mark task 1.2 complete (dashboard_20250112)
7. yza3456 - feat: add chart rendering (dashboard_20250112)
8. bcd7890 - chore: mark task 1.1 complete (dashboard_20250112)
Type 'YES' to proceed, or anything else to cancel:
Audit de sécurité
SûrAll 59 static analysis findings are false positives. The detected 'external_commands' patterns are Markdown documentation examples, not executable code. The skill describes safe git revert operations with explicit safety rules forbidding dangerous commands like git reset --hard and git push --force. Requires explicit user confirmation before any changes.
Facteurs de risque
⚙️ Commandes externes (54)
Score de qualité
Ce que vous pouvez construire
실패한 기능 구현 취소
버그가 발생하거나 요구사항을 충족하지 않은 특정 태스크의 모든 커밋을 되돌림
이전 작업 상태 복원
주요 리팩토링 전 알려진 정상 상태로 돌아가기 위해 전체 작업 페이즈를 되돌림
실험적 작업 정리
프로덕션에 병합되지 않은 실험적 트랙의 모든 흔적 제거
Essayez ces prompts
Revert task 2.3 in the auth_20250115 track. Show me what commits will be affected and confirm before proceeding.
Revert phase 2 of the dashboard_20250112 track. I want to see the full plan with all affected files before confirming.
Help me revert some recent work. Show me the available tracks and tasks I can revert.
Revert the entire experiment_20250120 track. This experimental feature was not approved and needs to be fully removed from history.
Bonnes pratiques
- 되돌리기 작업을 확인하기 전에 항상 전체 실행 계획 검토
- 되돌리기 완료 후 애플리케이션이 올바르게 작동하는지 테스트 실행
- 공유되거나 검토된 작업 되돌리기 전에 팀원과 소통
Éviter
- 이 스킬을 팀원에게 실수를 감추는 데 사용하지 마세요 - 문제를 공개적으로 논의하세요
- 타인이 기반으로 한 작업은 조정 없이 되돌리지 마세요
- 명시적 확인 단계를 건너뛰지 마세요 - 항상 계획을 먼저 검토하세요