build-test-auto

Detect project types and execute build and test commands with failure diagnostics.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/takutakahashi/claude-code-plugins --skill build-test-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-test-auto
Source: https://github.com/takutakahashi/claude-code-plugins/tree/main/plugins/build-test-tools/skills/build-test-auto
Command: npx skills add https://github.com/takutakahashi/claude-code-plugins --skill build-test-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides automated build and test execution for various project types. It is triggered automatically when code changes are made or when tests need verification, saving you time and reducing manual toil.

Core Features & Use Cases

  • Automated Project Detection: Detects Node.js, Python, Rust, Go, Java, and more to choose the right build and test commands.
  • Build & Test Automation: Executes build and test commands and reports failures with diagnostics.
  • Failure Diagnostics & Fix Suggestions: Analyzes failures and suggests minimal fixes.
  • Lint Integration: Optionally runs linting to enforce code quality.

Quick Start

Run the build and test workflow for this repository.