skills/smithery.ai/backend-testing

backend-testing

Installation
SKILL.md

Backend Testing Skill

Use this skill for Rust test creation, failure analysis, and regression prevention.

Command rules

  • Always run backend tests with worker cap: cargo test -j 4.
  • Start with focused scope (single test/crate), then broaden.

Examples:

  • cargo test test_name -j 4
  • cargo test -p flequit-core -j 4
  • cargo test -p flequit-infrastructure-sqlite -j 4

Workflow

Installs
1
First Seen
Apr 3, 2026
backend-testing from smithery.ai