一键导入
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.