# Test

> Run test suite. Use when user wants to run tests, verify functionality, or check for regressions.

- Skill: `forever-efficient/test-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add forever-efficient/test-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/forever-efficient/test-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: forever-efficient (https://skillmd.com/u/forever-efficient)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/forever-efficient/test-2

---


# Run Tests

Execute the test suite:

## Unit Tests
```bash
{{UNIT_TEST_COMMAND}}
```

## Integration Tests (if applicable)
```bash
{{INTEGRATION_TEST_COMMAND}}
```

## E2E Tests (if applicable)
```bash
{{E2E_TEST_COMMAND}}
```

## Output Format
- Show passed/failed/skipped counts
- For failures, show test name, assertion, and file location
- Suggest fixes for common failure patterns

