Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification.

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 Workflow
description Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification.
allowed-tools Read, Bash, Glob
version 1.0.0

Testing Workflow

Purpose

Provide standardized testing workflows and verification checklists for projects using any testing framework.

When This Activates

  • User says "run tests", "test", "testing"
  • Before deployment
  • After implementation complete

Steps

Step 1: Detect Test Framework

Identify testing framework from project:

  • Jest
  • Pytest
  • Mocha
  • JUnit
  • etc.

Step 2: Execute Test Checklist

Run checklists/testing-checklist.md

Step 3: Run Tests

Execute appropriate test command

Step 4: Report Results

Summarize test results, coverage, failures

Step 5: Suggest Fixes

If tests fail, suggest debugging approaches


Supported Frameworks

  • JavaScript: Jest, Mocha, Jasmine
  • Python: Pytest, unittest
  • Java: JUnit, TestNG
  • Other: Framework-agnostic patterns

Changelog

Version 1.0.0 (2025-10-20)

  • Initial release

End of Skill