skills/smithery.ai/test-changes

test-changes

SKILL.md

Test Changes Skill

Workflow

  1. Run All Tests

    cargo test 2>&1
    
  2. If Tests Fail

    • Analyze the failure output
    • Identify the root cause
    • Fix the failing code
    • Re-run tests to verify
  3. Run Clippy for Additional Checks

    cargo clippy --all-targets --all-features -- -D warnings 2>&1
    
Installs
2
First Seen
Mar 22, 2026