원클릭으로
stuck
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence.
| name | Stuck |
| description | Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis. |
| requires | {"bins":[],"env":[]} |
Run a bounded diagnostic loop when a build or test is failing repeatedly. This skill is for "reproduce -> inspect -> isolate -> propose fix", not for open-ended retries.
cargo build or cargo test.failing_command (required): command to reproduce the failure.max_rounds (optional): default 3, clamp to [1, 5].focus_pattern (optional): regex/error token to prioritize while scanning output.failure_context (optional): pasted stderr/stdout snippet for first-pass triage.failing_commandmax_roundsfocus_patternmax_rounds = 3failing_command is still missing, ask for one concrete reproducible command.failing_command as-is.-vv) when safe.-- --nocapture when safe.-p <crate>, single test path, or narrowed filter)
once the failing unit is known.failing_command.status=fixed), orstatus=diagnosed), orstatus=max_rounds_reached).git reset --hard, rm -rf, force-push).Always return:
status: fixed | diagnosed | max_rounds_reached | needs_user_inputrounds_run: number of rounds executedfailing_command: normalized command used for reproductionfocus_pattern: normalized pattern or noneroot_cause_hypothesis: strongest current diagnosisevidence: per-round bullets (command, exit code, key error line)fix_candidate: concrete minimal patch idea (or applied change summary)verification: narrow check result + full command resultnext_action: required unless status=fixedfailing_command="cargo build -p nexo-core" max_rounds=3 focus_pattern="E0[0-9]{3}"failing_command="cargo test -p nexo-core agent::skills::tests" max_rounds=4failing_command="cargo test" failure_context="thread 'x' panicked at ..."