verify

star 160

Self-healing verification loop (test → clippy → fmt)

mag123c By mag123c schedule Updated 1/28/2026

name: verify description: Self-healing verification loop (test → clippy → fmt) required_context: []

Verify

Flow

cargo test → cargo clippy → cargo fmt --check
    │            │              │
    └── On fail: fix and retry (notify user after 3 same failures)

Commands

cargo test --quiet
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --all -- --check

Self-Healing

  • Fail → analyze error → fix code → retry
  • Same error 3 times → notify user

Rules

  • Required before commit
  • Order: test → clippy → fmt
  • All must pass to proceed

Next Step

On all pass → immediately call /review

Install via CLI
npx skills add https://github.com/mag123c/toktrack --skill verify
Repository Details
star Stars 160
call_split Forks 13
navigation Branch main
article Path SKILL.md
More from Creator