Back to Skills

discover-testing

rand
Updated Today
28 views
29
2
29
View on GitHub
Metatestingautomation

About

The discover-testing skill automatically activates when working with testing-related tasks like unit tests, integration, TDD, or test coverage. It provides access to six specialized testing skills including unit testing, integration testing, and performance testing. Developers can load full category details or specific skills for comprehensive testing workflows and patterns.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-testing

Copy and paste this command in Claude Code to install this skill

Documentation

Testing Skills Discovery

Provides automatic access to comprehensive testing skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • testing
  • tests
  • unit tests
  • integration
  • e2e
  • TDD
  • test coverage
  • performance testing

Available Skills

Quick Reference

The Testing category contains 6 skills:

  1. e2e-testing
  2. integration-testing
  3. performance-testing
  4. test-coverage-strategy
  5. test-driven-development
  6. unit-testing-patterns

Load Full Category Details

For complete descriptions and workflows:

cat skills/testing/INDEX.md

This loads the full Testing category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/testing/e2e-testing.md
cat skills/testing/integration-testing.md
cat skills/testing/performance-testing.md
cat skills/testing/test-coverage-strategy.md
cat skills/testing/test-driven-development.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects testing work
  2. Browse skills: Run cat skills/testing/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/testing/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-testing
aiclaude-codeskills

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill