用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bobmatnyc/trusty-tools --skill verification-before-completion命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Publish one or more Rust crates to crates.io from the trusty-tools workspace
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
Full cargo command reference for the trusty-tools workspace — release builds, feature-gated tests, ignored/ONNX integration tests, single-test-by-name runs, the trusty-search performance regression suite, dependency audit, and crate-name-vs-directory resolution
基于 SOC 职业分类
正在显示 SKILL.md
| name | verification-before-completion |
| description | Run verification commands and confirm output before claiming success |
| user-invocable | false |
| version | 1.0.0 |
| category | agent-reference |
| effort | high |
Claiming work is complete without verification is dishonesty, not efficiency.
Core principle: Evidence before claims, always.
Violating the letter of this rule is violating the spirit of this rule.
This skill enforces mandatory verification before ANY completion claim, preventing false positives, broken builds, and trust violations.
Activate ALWAYS before claiming:
Use this ESPECIALLY when:
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
Without running the verification command in this message, claiming success is not allowed.
The five-step gate function:
Skip any step = lying, not verifying.
Correct Pattern:
✅ [Run pytest] [Output: 34/34 passed] "All tests pass"
Incorrect Patterns:
❌ "Should pass now"
❌ "Looks correct"
❌ "Tests were passing"
❌ "I'm confident it works"
STOP when:
ALL of these mean: STOP. Run verification first.
Statistics from real-world failures:
Core violation: "Lying leads to replacement"
For detailed information:
No shortcuts for verification.
Run the command. Read the output. THEN claim the result.
This is non-negotiable.