pest-testing

Installation
SKILL.md

Pest Testing Skill

Auto-detect Laravel application components and scaffold production-quality Pest test files — feature tests, unit tests, Livewire component tests, API tests, and architecture rules. Designed for projects using the Kickoff baseline where Pest and arch testing are pre-configured.

Command Reference

Command Description
/test generate Auto-detect target (model/controller/service/component) and scaffold matching Pest tests
/test feature Generate feature tests with HTTP assertions, authentication, and database checks
/test unit Generate unit tests for isolated logic (services, actions, value objects)
/test coverage-check Analyse existing tests and report coverage gaps with suggested test stubs

1. /test generate — Auto-Detect & Scaffold

Installs
15
GitHub Stars
20
First Seen
Mar 3, 2026
pest-testing — nasrulhazim/claude