backend-testing

Implement and debug Rust/Tauri backend tests with cargo test.

1|1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/varubogu/flequit --skill backend-testing-varubogu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-testing
Source: https://github.com/varubogu/flequit/tree/main/.claude/skills/backend-testing
Command: npx skills add https://github.com/varubogu/flequit --skill backend-testing-varubogu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

バックエンド(Rust/Tauri)のテスト実装とデバッグを行います。Rust のテスト作成、cargo test の実行、テストエラーの修正、Repository/Service/Facadeレイヤーのテストなどバックエンドテスト関連タスクを支援します。

Core Features & Use Cases

  • Rust/Tauri バックエンドのテスト実装とデバッグを実施します
  • cargo test -j 4 を含むテスト実行の標準化と型チェックの併用
  • Repository/Service/Facade レイヤーのテスト設計・実装のサンプルとパターン提供
  • テスト戦略(ユニット/統合/インテグレーション/モック)と実践例の提示

Quick Start

cargo test -j 4 を全 crate に対して実行します。必要に応じて cargo test --lib -p flequit-storage -j 4、cargo test --lib -p flequit-core -j 4 などを組み合わせて実行します。型チェックは cargo check を併用してください。