🔒

單元測試

5220 skills in 測試與安全 > 單元測試

wavecap-evaluate

Evaluate WaveCap audio analysis and transcription accuracy. Use when the user wants to run regression tests, compare transcriptions against ground truth, calculate WER/CER metrics, or assess overall system quality.

TobiasWooldridge/WaveCap
0
0
更新於 2w ago

vague

Use when writing Vague (.vague) files - a declarative language for generating realistic test data with superposition, constraints, and cross-references

mcclowes/vague-playground
0
0
更新於 2w ago

run-client

Start a single Gambit game client that connects to 127.0.0.1:1234. Use when the user wants to run a client, test client functionality, or manually connect to a server.

FWFsoft/gambit
0
0
更新於 2w ago

xterm-js

This skill should be used when working with xterm.js terminal implementations, React-based terminal applications, WebSocket terminal communication, or refactoring terminal-related code. It provides battle-tested patterns, common pitfalls, and debugging strategies learned from building production terminal applications.

GGPrompts/gg-hub
0
1
更新於 2w ago

create-feature-pr

Create a new feature branch, implement feature work, commit with commit-message, and open a PR with gh using standardized templates. Use when the user asks to develop a new feature, start a feature branch, or open a feature PR; also when asked to draft a feature PR based on the latest commit message.

majiayu000/claude-skill-registry
0
0
更新於 2w ago

running-tests

Runs tests and handles failures. Triggered when: test execution, verification, test failures, CI checks.

1gy/jpp
0
0
更新於 2w ago

network-conftest-generator

生成并配置用于新华三技术有限公司H3C网络设备自动化的 pytest `conftest.py`,`conftest.py`文件主要负责测试背景搭建和测试背景清理。

cmw-coder/coder-templates
0
1
更新於 2w ago

run-test-suite

Automatically run the test suite when code changes are made to ensure all tests pass before proceeding. This skill runs pytest for backend projects and Playwright for frontend projects, and reports test results, coverage, and any failures.

johannesfritz/autonomous-orchestration
0
0
更新於 2w ago

wcag-compliance-reviewer

Review HTML/CSS and React/TypeScript code for WCAG 2.1 Level AA accessibility compliance. Use when the user asks to review code for accessibility, check WCAG compliance, identify accessibility issues, or audit components/pages for a11y standards. Applicable for code reviews, component development, and accessibility testing.

shawn-sandy/skills
0
0
更新於 2w ago

testing-strategy

Comprehensive testing workflow combining TDD, real implementations (no mocking), and E2E testing. Use when implementing features, writing tests, or setting up test infrastructure.

Doyajin174/myskills
0
0
更新於 2w ago

frontend-responsive

Build responsive layouts that adapt seamlessly across devices using mobile-first design, fluid layouts, and standard breakpoints. Use this skill when implementing responsive designs, creating mobile-first layouts, defining breakpoint styles, working with responsive components and pages, using relative units (rem, em) instead of fixed pixels, implementing media queries, ensuring touch-friendly tap targets, optimizing images and assets for different screen sizes, maintaining readable typography across breakpoints, prioritizing content for smaller screens, testing UI across mobile, tablet, and desktop devices, or building fluid container layouts. Apply this skill when building responsive UI components, optimizing layouts for different screen sizes, or reviewing mobile and tablet user experiences.

pdovhomilja/dovhomilja-cz
0
0
更新於 2w ago

evaluation-reporting-framework

Evaluation and reporting for code quality, performance, security, architecture, team processes, AI/LLM outputs, A/B tests, ROI analysis, and compliance. Scoring systems, benchmarking, dashboard creation, and multi-format report generation (PDF, HTML, Markdown, JSON).

majiayu000/claude-skill-registry
0
0
更新於 2w ago

systematic-debugging

Marketplace

Four-phase debugging: root cause → patterns → hypothesis → implement. For complex bugs, test failures, multi-component issues. NOT for obvious syntax errors.

jrc1883/popkit-claude
0
0
更新於 2w ago

organize-modules

Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.

majiayu000/claude-skill-registry
0
0
更新於 2w ago

performance-audit

Run Lighthouse audit and verify Core Web Vitals. Use at project end before release. Triggers on "performance", "Lighthouse", "Core Web Vitals", "speed test", "page speed".

Manuelvillarvieites/energy-company
0
0
更新於 2w ago

traceability-auditor

Validates complete requirements traceability across EARS requirements → design → tasks → code → tests.Trigger terms: traceability, requirements coverage, coverage matrix, traceability matrix,requirement mapping, test coverage, EARS coverage, requirements tracking, traceability audit,gap detection, orphaned requirements, untested code, coverage validation, traceability analysis.Enforces Constitutional Article V (Traceability Mandate) with comprehensive validation:- Requirement → Design mapping (100% coverage)- Design → Task mapping- Task → Code implementation mapping- Code → Test mapping (100% coverage)- Gap detection (orphaned requirements, untested code)- Coverage percentage reporting- Traceability matrix generationUse when: user needs traceability validation, coverage analysis, gap detection,or requirements tracking across the full development lifecycle.

majiayu000/claude-skill-registry
0
0
更新於 2w ago

condition-based-waiting

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses

arturas-bes/kainuguru-api
0
0
更新於 2w ago

alembic-migration-manager

A skill for managing database migrations with Alembic. Use this for tasks involving Alembic initialization, configuration, creating new migration scripts (both autogenerated and manual), defining upgrade and downgrade logic, handling data migrations, testing migrations, performing rollbacks, and following production deployment best practices for database changes.

majiayu000/claude-skill-registry
0
0
更新於 2w ago

dual-folder-workflow

Workflow for private repos + Colab training. Trigger when: (1) training on Colab with private repo, (2) separating dev from production, (3) avoiding untested code in production.

smith6jt-cop/Skills_Registry
0
0
更新於 2w ago

developing-with-python

Marketplace

Python 3.11+ development with type hints, async patterns, FastAPI, and pytest. Use for backend services, CLI tools, data processing, and API development.

FortiumPartners/ensemble
0
1
更新於 2w ago