Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mag123c

    verify

    mag123c/verify
    Coding
    3
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

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

    SKILL.md

    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

    Recommended Servers
    LILT
    LILT
    Bizfile MCP — Global Company Intelligence
    Bizfile MCP — Global Company Intelligence
    Repository
    mag123c/toktrack
    Files