Claude Code Plugins

Community-maintained marketplace

Feedback

Design, execute, and report tests that verify implemented changes against requirements and policies.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name testing
description Design, execute, and report tests that verify implemented changes against requirements and policies.

Purpose

Deliver test updates and results that validate the implemented changes and surface defects.

Inputs

  • Implemented changes and expected behavior
  • Test strategy from plan/architecture
  • Applicable policies (testing_policy, guardrails, commit_pr_rules) and environment details

Steps

  1. Load changes, requirements, and testing policies.
  2. Identify coverage goals; design or update tests accordingly.
  3. Execute relevant test suites; record commands and results.
  4. Report defects to the reviewing flow; summarize coverage and gaps.

Outputs

  • Test cases or updates, executed results with commands, and defects routed to review.

Failure modes

  • Skipping required tests or policies
  • Incomplete coverage for changed behavior
  • Altering product logic beyond test scaffolding