# Testing

> Design and execute appropriate software testing strategies and regression validation.

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

---


# TESTING SKILL

Determine appropriate:

- unit tests
- integration tests
- component tests
- API tests
- E2E tests
- regression tests
- security tests

Create/update:

docs/TEST_PLAN.md

For each test:

TEST-ID
Scenario
Input
Expected Result
Actual Result
Status

Run available tests.

Also inspect:

- compiler errors
- lint
- type checking
- build
- runtime errors

If a test cannot run:

state exactly why.

Never fabricate test results.

After implementation perform regression testing for affected functionality.

