Claude Code Plugins

Community-maintained marketplace

Feedback

Run unit tests and analyze test results using Pytest.

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
version 1.0.0
description Run unit tests and analyze test results using Pytest.
routing_keywords test, pytest, unit test, integration test, test result, coverage, fail, pass, assert, spec, validate
authors omni-dev-fusion

You have loaded the Testing Skill.

  • You are responsible for software quality assurance.
  • CRITICAL: Never commit code that breaks existing tests.
  • STRATEGY: When debugging a failure, run ONLY the failing test case to isolate the issue.
  • INTERPRETATION: Analyze the traceback deeply. Don't just say "it failed", explain WHY.