원클릭으로
verify
Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | Verify |
| description | Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence. |
| requires | {"bins":[],"env":[]} |
Verify that a change actually satisfies an acceptance criterion using runnable checks plus an explicit judgment over outputs. This is for "prove it works", not for implementing new features.
acceptance_criterion (required): plain-English success condition.candidate_commands (optional): preferred checks in priority order.max_rounds (optional): default 2, clamp to [1, 4].judge_mode (optional): strict (default) or balanced.fail_fast (optional): default true (stop on decisive failure).acceptance_criterioncandidate_commandsmax_roundstest, lint, type-check, build)cargo test, cargo check)acceptance_criterion is still missing, ask for one concrete criterion.1..max_rounds)
fail_fast=true and decisive failure appears, stop early.status=pass), orstatus=fail), orstatus=inconclusive), orstatus=needs_user_input).Always return:
status: pass | fail | inconclusive | needs_user_inputrounds_run: rounds executedacceptance_criterion: normalized criterion usedcommands_run: ordered list with exit codesevidence: criterion checkpoints mapped to concrete outputsjudge_decision: explicit rationale for pass/fail/inconclusivegaps: what could not be provennext_action: required unless status=passacceptance_criterion="all core tests pass and no clippy warnings" candidate_commands=["cargo test -p nexo-core","cargo clippy -p nexo-core -- -D warnings"]acceptance_criterion="feature builds and type-checks" (autodetect may pick cargo check/cargo test)acceptance_criterion="endpoint returns 200 and response includes health=ok" candidate_commands=["cargo test -p api health_check"]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.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.