What problem does it solve?
Manually executing tests or remembering specific test commands can be cumbersome and interrupt your development flow. This Skill allows you to trigger test runs using simple, conversational prompts, streamlining your quality assurance process.
Core Features & Use Cases
- Natural Language Testing: Automatically invokes the
/testing:run command from phrases like "run tests," "test this code," or "execute test suite."
- Contextual Test Scope: Extracts the specific test scope (e.g., unit, integration, a particular file) from your message, allowing for targeted testing.
- Analysis-Only Execution: Executes tests and reports results without making any modifications to your codebase, ensuring a safe and non-destructive process.
- Use Case: After implementing a new feature, you can simply say, "Run all unit tests for the authentication module," and receive immediate feedback on its correctness.
Quick Start
Run all unit tests for the authentication module.