prove
SolidPer-surface verification loops for wenlan — daemon, cli, mcp, plugin, suite strength (mutation), behavior trace, weekly sweep. Routes to scripts; every check records evidence via attest. Deeper than the built-in verify skill — use prove for mutation audits, behavior tracing, and the weekly sweep; built-in /verify handles generic runtime observation.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- 7xuanlu
- Repository
- 7xuanlu/wenlan
- Created
- 3 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
verify
Drive/evidence recipe for verifying wenlan changes at their real surfaces (daemon HTTP, CLI, MCP stdio). The handle file the built-in verify protocol expects; launch primitives live in the run-wenlan skill, deeper machinery (mutation audit, behavior trace, weekly sweep) in the prove skill.
prove
Triggered by /prove [path-to-plan-or-spec]. Proves a build actually works, in inspectable artifacts — screenshots, captured requests, command outputs, before/after values — one per spec item, plus a human-eye manual checklist. User-invoked and deliberately heavy: run ONLY when the user asks ("prove it", "show me it works", "verify this for real", "/prove"), never automatically and NEVER as an orca stage. Recommended before submitting a home assignment.
rite-prove
Prove a completed feature with tests and the full test suite, build/typecheck/lint, end-to-end/browser evidence, screenshots, commands, and outputs for seal. Not for single-slice proof.