verify

Solid

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

AI & Automation 151 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
27
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Verify ## Flow ``` cargo test → cargo clippy → cargo fmt --check │ │ │ └── On fail: fix and retry (notify user after 3 same failures) ``` ## Commands ```bash 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`

Details

Author
mag123c
Repository
mag123c/toktrack
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category