Habilidades iterative-runner
🔄

iterative-runner

Seguro 🌐 Acceso a red📁 Acceso al sistema de archivos⚙️ Comandos externos

작업이 완료될 때까지 Claude의 재시도 루프 자동화

복잡한 작업은 종종 여러 번의 반복을 거쳐야 성공합니다. 이 스킬은 테스트가 통과되거나 완료 기준이 충족될 때까지 계속 재시도하는 지속적 루프에서 Claude를 실행합니다. 무한 루프를 방지하기 위한 안전 한도가 포함되어 있으며, TDD 워크플로, 야간 빌드, 자동 재시도 로직을 지원합니다.

Soporta: Claude Code(CC)
📊 69 Adecuado
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "iterative-runner". Implement a sorting algorithm using TDD. Write tests first. Output <promise>DONE</promise> when all tests pass. --max-iterations 20

Resultado esperado:

  • Iteration 1: Wrote failing test for empty array case
  • Iteration 2: Implemented basic sort, tests still failing
  • Iteration 3: Fixed edge case handling, 2 tests passing
  • Iteration 4: Optimized performance, all tests passing
  • <promise>DONE</promise> - All tests green, implementation complete

Usando "iterative-runner". Build the authentication module. Requirements: login, logout, session management. After 10 failed attempts, list blockers. Output <promise>COMPLETE</promise> when done. --max-iterations 50

Resultado esperado:

  • Attempt 1-3: Researching auth patterns and setting up project structure
  • Attempt 4-6: Implementing login flow with validation
  • Attempt 7-8: Adding session management and logout functionality
  • Attempt 9: Fixing edge cases and adding error handling
  • <promise>COMPLETE</promise> - Authentication module built successfully

Auditoría de seguridad

Seguro
v5 • 1/16/2026

This is a pure documentation-only skill containing no executable code. The SKILL.md file is markdown documentation describing a workflow concept with example shell syntax for illustration purposes only. The skill-report.json is a metadata/configuration file. All static findings are false positives caused by the analyzer misinterpreting documentation examples and metadata as executable code. No network calls, filesystem modifications, or actual command execution are present in this skill.

2
Archivos escaneados
260
Líneas analizadas
3
hallazgos
5
Auditorías totales

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
20
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

테스트 주도 개발

테스트를 작성하고, 기능을 구현하고, 연속 루프에서 모든 테스트가 통과할 때까지 테스트를 실행하여 코드를 반복합니다.

야간 빌드 자동화

여러 시도가 필요한 복잡한 빌드나 배포를 수동 개입 없이 성공할 때까지 실행합니다.

불안정 테스트 복구

에지 케이스나 경쟁 조건을 처리하기 위해 반복된 시도가 필요한 구현에 대한 재시도 로직을 자동화합니다.

Prueba estos prompts

기본 반복
Implement [FEATURE]. Success criteria: [CRITERIA]. Output <promise>DONE</promise> when complete. --max-iterations [N]
TDD 워크플로
Implement feature using TDD: 1) Write failing test, 2) Implement code, 3) Run tests, 4) Fix if failing, 5) Repeat. Output <promise>DONE</promise> when all tests pass. --max-iterations 50
안전하게 빌드
Build [PROJECT]. Requirements: [LIST]. Success: all builds pass. After 15 failed attempts, document blockers. Output <promise>COMPLETE</promise> when done. --max-iterations 100
복잡한 기능
Implement [COMPLEX FEATURE] in phases: Phase 1: [GOAL1], Phase 2: [GOAL2], Phase 3: [GOAL3]. Each phase outputs <promise>NEXT</promise>. Final phase outputs <promise>DONE</promise>. --max-iterations 30

Mejores prácticas

  • 런타임 루프를 방지하기 위해 항상 --max-iterations를 지정하세요
  • 시작하기 전에 명확하고 측정 가능한 완료 기준을 정의하세요
  • 복잡한 작업에 대해 점진적 목표를 사용하여 진행 상황을 추적하세요
  • 반복된 실패 후 블로커를 문서화하는 이스케이프 해치를 포함하세요

Evitar

  • 완료가 어떻게 보이는지 정의하지 않고 반복 시작
  • 안전 한도 --max-iterations 플래그 생략
  • 작동하게 해주세요와 같은 모호한 성공 기준 사용
  • 장시간 야간 빌드를 모니터링 없이 실행

Preguntas frecuentes

이 스킬은 어떤 도구를 지원합니까?
Linux, macOS, bash 접근이 가능한 Windows에서 Claude 및 Claude Code와 함께 작동합니다.
최대 반복에 도달하면 어떻게 됩니까?
Claude가 중지하고 시도한 접근 방식과 문서화된 블로커의 요약을 출력합니다.
이 스킬이 내 CI/CD 파이프라인과 통합될 수 있습니까?
네, 표준 셸 명령을 통해 기존 테스트 실행기 및 빌드 도구와 결합할 수 있습니다.
반복 중 내 데이터가 안전합니까?
네, 이 스킬은 프롬프트를 로컬에서만 처리합니다. 외부 서버로 데이터가 전송되지 않습니다.
내 반복이 일찍 멈춘 이유는 무엇입니까?
출력에 완료 약속 마커가 포함되었는지 확인하세요. 성공 기준이 충족되었는지 확인하세요.
수동 재시도와 어떻게 다릅니까?
재시도 루프를 지속적인 컨텍스트로 자동화하여 반복적인 작업에 대한 수동 오버헤드를 줄입니다.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md