đź”’

Unit Testing

5220 skills in Testing & Security > Unit Testing

github-actions-testing

Expert guidance for testing and validating GitHub Actions workflows before deployment - catches cache errors, path issues, monorepo dependencies, and service container problems that local testing misses

pr-pm/prpm
72
11
Mis Ă  jour 6d ago

ci-test-codex-skill

CI Test Codex Skill

pr-pm/prpm
72
11
Mis Ă  jour 6d ago

Test-Driven Development (TDD)

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

Finishing a Development Branch

Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

creating-debug-tests-and-iterating

Use this skill when faced with a difficult debugging task where you need to replicate some bug or behavior in order to see what is going wrong.

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

Systematic-Debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

Testing-Anti-Patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

webapp-testing

Use this skill to build features or debug anything that uses a webapp frontend.

tilework-tech/nori-profiles
70
1
Mis Ă  jour 6d ago

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behaviour, production pollution with test-only methods, and mocking without understanding dependencies

sammcj/agentic-coding
69
12
Mis Ă  jour 6d ago

writing-go-tests

Applies current Go testing best practices. Use when writing or modifying Go test files or advising on Go testing strategies.

sammcj/agentic-coding
69
12
Mis Ă  jour 6d ago

testing

Guide for testing and verifying code changes in this TUI application. Use this skill after making ANY code changes to main.go or main.md to verify they work correctly.

wham/github-brain
67
16
Mis Ă  jour 6d ago

testing-strategy

Designs comprehensive testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, or when asked about testing approaches.

CloudAI-X/claude-workflow
64
10
Mis Ă  jour 6d ago

document-guideline

Instructs AI agents on documentation standards for design docs, folder READMEs, source code interfaces, and test cases

Synthesys-Lab/assassyn
64
14
Mis Ă  jour 6d ago

plan-guideline

Create comprehensive implementation plans with detailed file-level changes and test strategies

Synthesys-Lab/assassyn
64
14
Mis Ă  jour 6d ago

testing-skills-with-subagents

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

mneves75/dnschat
62
6
Mis Ă  jour 6d ago

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

mneves75/dnschat
62
6
Mis Ă  jour 6d 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

mneves75/dnschat
62
6
Mis Ă  jour 6d ago

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

mneves75/dnschat
62
6
Mis Ă  jour 6d ago

tdd-workflow

Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.

xenitV1/claude-code-maestro
62
15
Mis Ă  jour 6d ago

testing-patterns

Testing patterns and principles. Unit, integration, mocking strategies.

xenitV1/claude-code-maestro
62
15
Mis Ă  jour 6d ago