test

Installation
SKILL.md

Test Skill

Run appropriate test suites based on changed files or user request.

Usage

Run tests intelligently:

  • Unit tests for code changes
  • Storybook visual regression for component changes
  • Integration tests for example apps
  • Full test suite before release

Steps

  1. Check git status to identify changed files
  2. Determine appropriate test scope:
    • Keychain changes → pnpm test
    • Component/UI changes → pnpm test:storybook
    • Example app changes → Test specific example
Related skills
Installs
34
GitHub Stars
80
First Seen
Feb 4, 2026