🔒

Unit Testing

5220 skills in Testing & Security > Unit Testing

tdd-enforcing

Use when implementing features, fixing bugs, or making code changes. Ensures scope is defined before coding, then enforces RED → GREEN → REFACTOR test discipline. Triggers: 'implement', 'add', 'build', 'create', 'fix', 'change', 'feature', 'bug'.

TheMostlyGreat/safeword
0
0
Actualizado 1w ago

pyspark-test-generator

Generate comprehensive PySpark-based data quality validation tests for Databricks tables. Use when creating automated tests for data completeness, accuracy, consistency, and conformity, or when user mentions test generation, data validation, quality monitoring, or PySpark test frameworks.

majiayu000/claude-skill-registry
0
0
Actualizado 1w ago

testing-anti-patterns

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.

danielseltzer/code-analysis-tools
0
0
Actualizado 1w ago

testing-best-practices

Comprehensive guide to writing effective unit, integration, and end-to-end tests with modern testing frameworks

OmerMachluf/vscode-copilot-chat
0
0
Actualizado 1w ago

validation-guardian

Prevent premature task completion by checking for parsing errors, execution failures, incomplete test results, and missing expected outputs. Acts as final quality gate before declaring tasks complete. Use proactively after major operations or when task success needs verification.

majiayu000/claude-skill-registry
0
0
Actualizado 1w ago

golang

Write, test, and maintain Go code following idiomatic patterns, standard library conventions, and Go best practices. Use when working with Go/Golang projects, writing Go code, or reviewing Go implementations.

forgoty/dotfiles
0
0
Actualizado 1w ago

working-in-git-worktrees

Marketplace

Working in isolated worktree directories for parallel work - work normally, tests isolated, orchestrator handles cleanup

bryonjacob/aug
0
0
Actualizado 1w ago

tdd-green-phase

Guide through GREEN phase - minimal implementation to pass test

rubrical-studios/process-docs
0
0
Actualizado 1w ago

environment-config-generator

生成多环境配置清单和dotenv模板文件,确保dev/test/staging/prod环境配置完整。当需要创建环境配置、生成.env.example模板、文档化测试框架setup、映射CI环境变量时使用。解决dotenv经常被忽视的痛点。

tikazyq/agentic-spec-forge
0
0
Actualizado 1w ago

property-based-testing

Guide developers through property-based testing including property definition, shrinking, and framework-specific implementation

rubrical-studios/process-docs
0
0
Actualizado 1w ago

backend-test-generator

Spring Boot 1�� `�tXX � L��@ �i L��| JUnit 5@ Mockito| ��X� �1X� ��. Controller, Service, Repository t�� \ L��| ��<\ �1Xp� �pt�i��.

majiayu000/claude-skill-registry
0
0
Actualizado 1w ago

rl-evaluation

Rigorous RL evaluation - statistical protocols, train/test discipline, metrics, generalization

tachyon-beep/hamlet
0
0
Actualizado 1w ago

mutation-testing

Guide developers through mutation testing to assess and improve test suite quality

rubrical-studios/process-docs
0
0
Actualizado 1w ago

python-testing

Expert skill for writing production-grade Python tests using pytest with modern fixtures, parametrization, and coverage integration.

fuchsst/wcsaga_godot_converter
0
0
Actualizado 1w ago

testing

Test development with pytest, fixtures, and mocking. Use for writing tests, test patterns, coverage, parametrization, and debugging test failures.

krazyuniks/guitar-tone-shootout
0
0
Actualizado 1w ago

python-testing-standards

Comprehensive Python testing best practices, pytest conventions, test structure patterns (AAA, Given-When-Then), fixture usage, mocking strategies, code coverage standards, and common anti-patterns. Essential reference for code reviews, test writing, and ensuring high-quality Python test suites with pytest, unittest.mock, and pytest-cov.

clostaunau/holiday-card
0
0
Actualizado 1w ago

pytest-mock-guide

Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying, or stubbing. Covers mocker fixture usage, patch methods, spy/stub patterns, and assertion helpers.

bossjones/logging-lab
0
0
Actualizado 1w ago

testing-test-writing

Write minimal, focused tests that cover core user flows and primary workflows without over-testing during development. Use this skill when deciding what to test, writing behavior-focused tests, naming test cases clearly, mocking external dependencies, or keeping tests fast. Apply when completing feature implementation and adding strategic tests, testing critical paths rather than edge cases, or deferring edge case testing to dedicated testing phases.

majiayu000/claude-skill-registry
0
0
Actualizado 1w ago

test-writer

Writes comprehensive tests with edge cases during test phase

astrosteveo/apex
0
0
Actualizado 1w ago

frontend-responsive

Build responsive, mobile-first user interfaces that adapt gracefully across all screen sizes using fluid layouts, relative units, breakpoints, and optimized assets. Use this skill when creating or modifying UI layouts, responsive components, CSS media queries, or any code that needs to adapt to different viewport sizes. Use this when implementing mobile-first designs, adding responsive breakpoints (mobile/tablet/desktop), using relative units (rem/em), ensuring touch-friendly tap targets, optimizing images for different screen sizes, testing across multiple devices, or making typography readable on all screens. Use this when working on layout components, grid systems, or any UI code that should respond to screen size changes.

majiayu000/claude-skill-registry
0
0
Actualizado 1w ago