πŸ”Œ

test-review

πŸ”ŒPlugin

nearform/skills

Installation

Add marketplace in Claude Code:
$/plugin marketplace add nearform/skills
VibeIndex|
What it does
|

Review automated tests against core and framework-specific testing standards. Diagnoses issues and produces a verdict; recommends test-refactor for structural changes. Detects the framework used and applies the matching framework's review patterns.

πŸͺ

Part of

nearform/skills

testingreviewqualityautomation
0
-
AddedAug 29, 2026

More from this repository10

πŸ”Œ
prompt-engineeringπŸ”ŒPlugin

Rules and frameworks for writing high-quality LLM system prompts. Apply when authoring, reviewing, or optimizing a system prompt, system message, or LLM instructions.

πŸ”Œ
test-unit-guidelinesπŸ”ŒPlugin

Core discipline for unit tests across frameworks: Arrange-Act-Assert structure, behaviour-focused naming, isolation, mocking discipline, and meaningful coverage. Use when writing, reviewing, or maintaining unit tests.

πŸ”Œ
brevityπŸ”ŒPlugin

Compress text to its load-bearing minimum without losing meaning. Inspired by Giuseppe Ungaretti.

πŸ”Œ
test-automation-guidelinesπŸ”ŒPlugin

Core principles for writing deterministic, reliable, and maintainable automated tests across frameworks. Use when writing, reviewing, or maintaining automated tests.

πŸ”Œ
test-k6πŸ”ŒPlugin

k6-specific best practices for performance tests, including load, stress, spike, and soak testing. Use when writing or reviewing k6 performance tests.

πŸ”Œ
test-brunoπŸ”ŒPlugin

Bruno-specific best practices for API tests: .bru files, collections, environments, assertions, and scripting. Use when writing or reviewing Bruno API tests.

πŸ”Œ
test-playwrightπŸ”ŒPlugin

Playwright-specific best practices for reliable, parallel-safe end-to-end tests. Use when writing or reviewing Playwright tests.

πŸ”Œ
test-vitestπŸ”ŒPlugin

Vitest-specific conventions for unit tests: test doubles, fake timers, async assertions, parametrisation, and config. Use when writing or reviewing Vitest tests.

πŸ”Œ
security-advisory-reviewπŸ”ŒPlugin

Assess security advisories against a Git repository by creating an isolated worktree, building a PoC exploit, and validating whether the described vulnerability is real and exploitable. Use when given a CVE, GitHub Security Advisory, or vulnerability description to verify.

πŸ”Œ
handoffπŸ”ŒPlugin

Compact the current conversation into a handoff document so a fresh agent can continue the work in a new session. Use when splitting scope across sessions, spawning prototype or side tasks, or passing context between agents.