Detect the project’s test stack, run the narrowest useful tests, create tests when authorized, and report coverage/gaps honestly.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-test-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
name: test
description: Detect the project’s test stack, run the narrowest useful tests, create tests when authorized, and report coverage/gaps honestly.
invocation: model+user
---
# Test
## When to use
Use when the user wants tests run, added, or improved for a concrete surface.
## Non-goals
- Do not invent a test framework the repo does not use.
- Do not claim coverage you did not measure.
## Workflow
1. Detect the repo’s test runner and conventions.
2. Run the narrowest useful suite for the change.
3. Add or update tests only when authorized.
4. Report pass/fail with commands and residual gaps.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!