Test implementation patterns and conventions. Use when implementing unit tests, integration tests, or E2E tests, including RTL+Vitest+MSW component testing and Playwright E2E testing.
79
73%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/test-implement/SKILL.mdQuality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a solid description with excellent trigger terms and completeness, clearly specifying both when to use it and the testing frameworks involved. Its main weakness is that the 'what' portion is somewhat abstract ('patterns and conventions') rather than listing concrete actions like writing mocks, assertions, or test setup. The framework-specific mentions (RTL, Vitest, MSW, Playwright) significantly strengthen its distinctiveness and trigger quality.
Suggestions
Replace the vague 'patterns and conventions' with concrete actions like 'Write test cases, mock API responses, set up test fixtures, and assert component behavior'.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (testing) and mentions specific frameworks (RTL, Vitest, MSW, Playwright), but doesn't list concrete actions beyond 'implementing tests'. Lacks specifics like 'write test cases, mock API responses, set up test fixtures, assert component behavior'. | 2 / 3 |
Completeness | Clearly answers both 'what' (test implementation patterns and conventions) and 'when' (explicit 'Use when implementing unit tests, integration tests, or E2E tests') with specific trigger scenarios including framework-specific contexts. | 3 / 3 |
Trigger Term Quality | Includes strong natural trigger terms users would say: 'unit tests', 'integration tests', 'E2E tests', 'component testing', 'Playwright', 'RTL', 'Vitest', 'MSW'. These cover common variations of how users would request testing help. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to testing with specific framework mentions (RTL+Vitest+MSW, Playwright) that create a distinct niche. Unlikely to conflict with general coding skills or other non-testing skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill excels at conciseness and progressive disclosure — it's a clean routing document that directs to the right reference based on test type. However, it severely lacks actionability: there are no concrete code examples, executable commands, or specific patterns in the skill itself. The common principles section reads as abstract guidance rather than actionable instruction.
Suggestions
Add at least one concrete, executable test example for each test type (RTL+Vitest and Playwright) demonstrating the AAA pattern with real code.
Include specific commands for running tests (e.g., `npx vitest run`, `npx playwright test`) so the skill provides immediately actionable guidance.
Add a brief workflow sequence for implementing a test: e.g., 1. Identify behavior to test, 2. Write test following pattern, 3. Run test, 4. Verify output.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It avoids explaining what tests are or how testing libraries work. The AAA structure and test independence sections are brief reminders of conventions, not tutorials. Every section earns its place. | 3 / 3 |
Actionability | The skill provides no concrete code examples, no executable commands, and no specific patterns. It describes principles abstractly (AAA, test independence, naming) without showing actual test code or copy-paste-ready examples. The real content is deferred entirely to reference files. | 1 / 3 |
Workflow Clarity | The reference selection table provides a clear decision path for which reference to consult. However, there is no actual workflow for implementing tests — no sequenced steps, no validation checkpoints, and no guidance on running tests or verifying results. | 2 / 3 |
Progressive Disclosure | The skill is well-structured as an overview with a clear table pointing to one-level-deep references (frontend.md and e2e.md). Navigation is easy and references are clearly signaled with context on when to use each. | 3 / 3 |
Total | 9 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
2e719be
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.