Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    tedd

    run-test

    tedd/run-test
    Coding

    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

    Runs unit tests for Bifrost and helps diagnose/fix test failures related to recent changes.

    SKILL.md

    Run Test Command

    Runs unit tests and analyzes failures.

    Usage

    /run-test [scope]

    • /run-test -> All tests
    • /run-test poweroffice -> Specific module
    • /run-test fix -> Analyze and fix failures

    Execution

    cd d:\SourceCode\Amplifai.Bifrost\src\Amplifai.Bifrost.Tests
    dotnet test --filter "FullyQualifiedName~Module"
    

    Diagnosis Workflow

    1. Run Tests: Capture output.
    2. Categorize Error: Build, Runtime, or Assertion.
    3. Analyze Context: Check recent changes.
    4. Propose/Apply Fix:
      • Add missing project refs.
      • Fix using statements.
      • Initialize required props.
      • Update assertions.
    Recommended Servers
    Postman
    Postman
    PostHog
    PostHog
    Codeinterpreter
    Codeinterpreter
    Repository
    tedd/tedd.tui
    Files