running-tests

Automate test execution, detect test commands, and report failures with guidance.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/1gy/jpp --skill running-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: running-tests
Source: https://github.com/1gy/jpp/tree/main/.claude/skills/running-tests
Command: npx skills add https://github.com/1gy/jpp --skill running-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates test execution, detects the test command when unknown, and surfaces failures with guidance.

Core Features & Use Cases

  • Test Command Detection: Auto-detect or use project-provided test commands.
  • Test Execution & Reporting: Run tests and report pass/fail and details.
  • Failure Handling: Analyze failures and suggest fixes or report to manager.

Quick Start

Run the project's tests using the detected command, e.g., cargo test for Rust, npm test for Node, etc.