ghe-transition
Transicionar fases de GitHub Elements
La gestión de flujos de trabajo de desarrollo multifase requiere seguimiento manual y cierre de hilos. Esta skill automatiza las transiciones de fase en GitHub Elements, cerrando el hilo actual y abriendo el siguiente hilo de fase con la validación adecuada.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"ghe-transition" 사용 중입니다. Transition this issue to REVIEW phase. Tests are all passing.
예상 결과:
- Phase Gate Validation: PASSED
- All tests have passed. Prerequisites for REVIEW phase are met.
- Current thread (TEST) has been closed with completion comment.
- New thread (REVIEW) has been created with 'REVIEW' label.
- Threads have been linked for traceability.
- Memory bank has been updated: removed from activeContext.md, added to progress.md.
"ghe-transition" 사용 중입니다. Demote this back to DEV. The architecture needs changes.
예상 결과:
- Phase Gate Validation: PASSED
- Demotion to DEV is allowed from TEST phase.
- Current thread (TEST) has been closed with demotion note.
- New thread (DEV) has been opened with 'DEV' label.
- Memory bank has been updated to reflect demotion status.
보안 감사
안전This skill is pure documentation with no executable code. All 15 static findings are false positives caused by pattern-matching on markdown documentation text. The skill describes a legitimate workflow management system for GitHub Elements phase transitions.
품질 점수
만들 수 있는 것
Avanzar de fase DEV a TEST
Completar trabajo de desarrollo y transicionar el hilo del issue a la fase TEST para validación de calidad.
Mover de fase TEST a REVIEW
Después de que las pruebas pasen, transicionar el hilo a fase REVIEW para revisión final de código y aprobación de fusión.
Degradar issues de vuelta a DEV
Cuando se encuentran problemas estructurales durante TEST o REVIEW, degradar el issue de vuelta a DEV para reelaboración.
이 프롬프트를 사용해 보세요
I'm done with DEV, transition this issue to TEST phase.
We found structural issues that need rework. Please demote this back to DEV.
Review passed. This is ready to merge. Please complete the transition.
All tests are passing and this is ready for review. Move it to REVIEW phase.
모범 사례
- Usar ghe-checkpoint para guardar progreso si deseas continuar trabajando en la misma fase
- Asegurarse de que existan comentarios de completitud antes de intentar transiciones
- Verificar que las pruebas estén pasando antes de transicionar a fase REVIEW
피하기
- Usar ghe-transition solo para verificar estado (usar ghe-status en su lugar)
- Transicionar sin asegurar que los prerrequisitos se cumplan
- Usar esta skill para crear nuevos issues desde cero (usar ghe-claim en su lugar)