run-automated-tests

Installation
SKILL.md

Skill: Run Automated Tests

Purpose

Determine how a target repository expects automated tests to be executed (commands, frameworks, prerequisites, and scope), then run the best matching test suite(s) with a safety-first interaction policy.


Core Objective

Primary Goal: Produce test execution results with evidence-based command selection and safety guardrails.

Success Criteria (ALL must be met):

  1. Test plan discovered: Evidence sources identified (docs, CI configs, or build manifests)
  2. Commands selected: Appropriate test commands chosen based on mode (fast/ci/full) and constraints
  3. User confirmation obtained: Approval received before installing dependencies, using network, or starting services
  4. Tests executed: Commands run with captured output and exit codes
  5. Results summarized: Test Plan Summary produced with evidence, commands, execution status, and failures (if any)
Related skills
Installs
19
GitHub Stars
7
First Seen
Feb 25, 2026