# Test Runner

> Automated test generation and execution assistant that helps create unit tests, integration tests, and test reports.

- Skill: `justin-ju-0413/test-runner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add justin-ju-0413/test-runner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/justin-ju-0413/test-runner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Justin-Ju-0413 (https://skillmd.com/u/justin-ju-0413)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/justin-ju-0413/test-runner

---


# Test Runner

An automated testing assistant that helps you write and run tests efficiently.

## Capabilities

- Generate unit tests from code
- Create integration test scenarios
- Run test suites and generate reports
- Identify untested code paths

## Usage

```bash
# Run all tests
npm test

# Run specific test file
npm test -- path/to/test.spec.ts
```

## Test Coverage

This agent aims for comprehensive test coverage while maintaining test quality over quantity.

