discover-testing
について
discover-testingスキルは、ユニットテスト、統合テスト、TDD、テストカバレッジなどのテスト関連タスクを扱う際に自動的に起動します。このスキルは、ユニットテスト、統合テスト、パフォーマンステストなど、6つの専門的なテストスキルへのアクセスを提供します。開発者は、カテゴリ全体の詳細または特定のスキルを読み込むことで、包括的なテストワークフローとパターンを利用できます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/rand/cc-polymathgit clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-testingこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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:
- e2e-testing
- integration-testing
- performance-testing
- test-coverage-strategy
- test-driven-development
- 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
- Auto-activation: This skill loads automatically when Claude Code detects testing work
- Browse skills: Run
cat skills/testing/INDEX.mdfor full category overview - 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 リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
evaluating-llms-harness
テスト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.
sglang
メタ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.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
