verify
SolidSelf-healing verification loop (test → clippy → fmt)
AI & Automation 151 stars
12 forks Updated today MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
implement
TDD implementation (RED→GREEN→REFACTOR) → verify → review
151 Updated today
mag123c AI & Automation Listed
ae-verification-loop
Use when a task needs proof before handoff. Choose targeted checks, run them, interpret failures, and produce a final validation summary instead of relying on confidence.
0 Updated 6 days ago
deaglecodes AI & Automation Solid
verification-loop
A comprehensive verification system for Claude Code sessions.
199,470 Updated yesterday
affaan-m AI & Automation Listed
verification-loop
A comprehensive verification system for Claude Code sessions.
0 Updated yesterday
uzysjung AI & Automation Listed
verification-loop
Load when a workflow-router-selected owner workflow needs final build, typecheck, lint, test, diff, smoke, and artifact checks before declaring completion; use diagnose while root cause is unknown.
1 Updated today
JasonxzWen