Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    iengai

    test-changes

    iengai/test-changes
    Coding
    1

    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

    Run Rust tests, analyze failures, and fix issues. Use after making code 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
      
    4. Report Results

      • Number of tests passed/failed
      • Any warnings from clippy
      • Summary of fixes made (if any)

    Expected Output

    ## Test Results
    
    ### Summary
    - Tests: X passed, Y failed
    - Clippy: Z warnings
    
    ### Failed Tests (if any)
    - `test_name`: Brief description of failure and fix
    
    ### Actions Taken
    - [List of fixes applied]
    
    ### Status: PASS/FAIL
    

    Notes

    • Tests require DynamoDB Local running on http://dynamodb-local:8000
    • If DynamoDB connection fails, suggest starting the container:
      docker compose -f .devcontainer/docker-compose.yaml up -d dynamodb-local
      
    Recommended Servers
    GitHub
    GitHub
    Postman
    Postman
    Sentry
    Sentry
    Repository
    iengai/pbtb-rust
    Files