test

Execute backend tests for Spring Boot, Nuxt, Next.js, Vite, Node.js, Go, and Rust projects.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/LeoHeo/dev-squad --skill test-leoheo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/LeoHeo/dev-squad/tree/main/skills/test
Command: npx skills add https://github.com/LeoHeo/dev-squad --skill test-leoheo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of backend tests across various project types, ensuring code quality and identifying regressions.

Core Features & Use Cases

  • Automated Test Execution: Runs tests using project-specific build tools (Gradle, Maven, npm, Go, Cargo).
  • Targeted Testing: Allows filtering tests by class or pattern for focused debugging.
  • Use Case: After making changes to your Spring Boot application, use this Skill to run all backend tests and verify that no existing functionality has been broken.

Quick Start

Run the backend tests for the current project.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run backend tests for a Spring Boot project?

To run backend tests for a Spring Boot project, this Skill executes Maven or Gradle build commands automatically. It reads your project configuration to determine the project type and target directories, then runs the appropriate test suite.

Can I filter backend tests by class name or pattern?

Yes, you can filter backend tests by a specified pattern or class name. This allows you to perform targeted testing and focus your debugging on specific components rather than running the entire test suite.

Does this tool support running tests for Go and Rust projects?

Yes, this tool supports running tests for Go and Rust projects using their respective build tools. It executes Go and Cargo commands to validate code quality and identify regressions across these backend environments.

What's the best way to automate test execution across multiple frameworks like Node.js and Vite?

Automating test execution across frameworks like Node.js and Vite is handled by reading project configuration to identify the environment. The Skill then runs npm commands to execute the appropriate test suite for your specific setup.

Do I need a specific configuration file to run backend tests?

Yes, you need a `.claude/project-config.json` file in your project root. This file is required for the Skill to determine your project type and target directories before executing tests.

Why does my backend test execution fail to identify the project type?

Backend test execution fails to identify the project type if the `.claude/project-config.json` file is missing or misconfigured. Ensure this configuration file exists and correctly specifies your project type and target directories.