Unit testing instructions

3,368 tagged Unit testing, measured the same way as everything else here.

Browse within: copilot 7github-copilot 7

gdunit-driver

73

valkor-ai/loom

Skill Claude CodeCodex

Run gdUnit4 unit tests and parse results into structured output. Use this skill after writing or modifying code to verify correctness via unit tests, when diagnosing test failures, or when writing new test files. Triggers: "run tests", "test fails", "write a test", any gdUnit4/unit test mention. Supports both GDScript…

931 +15 16d ago A 84 tokens original Apache-2.0

check-and-test

76

ReflexioAI/claude-smart

Skill Claude CodeCodex

Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than weakening tests. Does…

772 +2 4d ago A 97 tokens original Apache-2.0

test-generator

77

alirezarezvani/claude-code-tresor

Skill Claude CodeCodex

Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.

768 +1 2mo ago A 55 tokens original MIT

obra/superpowers-skills

Skill Claude CodeCodex

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

745 +1 10mo ago A 24 tokens original MIT archived

naver/fixture-monkey

Instructions file

A Korean-language guide for working on Fixture Monkey, a Java and Kotlin library for generating test data. It describes project rules, folder roles, build commands, and testing requirements.

697 9d ago A 1,379 tokens original Apache-2.0

fixture-monkey

80

naver/fixture-monkey

Plugin Claude Code

Write Java and Kotlin test fixtures that pin only what the scenario depends on and leave the rest random.

697 9d ago A tokens not measured copy · 89% Apache-2.0

write-fixture

81

naver/fixture-monkey

Skill Claude CodeCodex

Write Java/Kotlin tests with Fixture Monkey — enumerate the cases a method can produce, pick the ones worth testing, and build each fixture pinning only the properties that force the expected outcome.

697 9d ago A 42 tokens original Apache-2.0

dbt-labs/dbt-agent-skills

Skill Claude CodeCodex

Creates unit test YAML definitions that mock upstream model inputs and validate expected outputs. Use when adding unit tests for a dbt model or practicing test-driven development (TDD) in dbt.

695 6d ago A 44 tokens original Apache-2.0

pest-testing

83

spatie/freek.dev

Skill Claude CodeCodex

Tests applications using the Pest 4 PHP framework. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, browser testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs…

652 26d ago A 72 tokens original MIT

test-runner

84

membrane/api-gateway

Agent Claude Code

Runs tests in the api-gateway Maven reactor — full/module unit runs, isolating a single core test class, or a single distribution/tutorial example test. Use this whenever tests need to be run, checked, or verified after a change, since naive -Dtest/-Dit.test invocations silently run (or skip) the wrong thing in this…

638 3d ago A 82 tokens original Apache-2.0

CLAUDE

85

TesslateAI/OpenSail

Agent

Unit coverage for the multi-agent orchestration skeleton.

636 5d ago A 0 tokens original Apache-2.0

rspec-conventions

86

rootstrap/rails_api_base

Skill Claude CodeCodex

Rootstrap RSpec conventions. Use when writing, reviewing, or editing RSpec test files (spec//spec.rb, spec/railshelper.rb, spec/spechelper.rb, spec/support//.rb) or factories. Covers describe/context structure, let/subject, matchers, factories, mocking/stubbing, shared examples, and spec types (model, request…

631 +2 5d ago A 82 tokens original MIT

unit-test-generator

87

JackyST0/awesome-agent-skills

Skill Claude CodeCodex

Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.

629 9d ago A 20 tokens original CC0-1.0

test-runner

88

LedgerHQ/ledger-live

Agent Codex

Test automation expert for ledger-live. Use proactively to run tests and fix failures after code changes. Handles Jest unit and integration tests with MSW mocking for both mobile and desktop environments.

614 3d ago A 40 tokens original MIT

echoVic/boss-skill

Skill Claude CodeCodex

A guide for writing backend tests: small unit tests, tests that check connected parts such as an API and database, and end-to-end tests that follow a complete user flow.

553 +1 3d ago A 30 tokens original MIT

bug-fix

92

defendend/Claude-ast-index-search

Agent Claude Code

Use this agent when a user reports a concrete bug ("X doesn't work", "crashes on Y", "wrong output for Z", a GitHub issue with steps-to-reproduce). The agent reproduces the bug, locates the root cause, applies a minimal fix, proves the fix works with a regression test, and confirms nothing else broke. Do NOT use for…

552 1mo ago A 100 tokens original MIT

testing-guide

93

SII-Holos/synergy

Skill Claude CodeCodex

Design, write, run, and diagnose Synergy tests with Bun, temporary Scope isolation, deterministic fixtures, and behavior-first assertions. Use for TDD, bug regressions, feature tests, migration tests, flaky tests, coverage, package tests, frontend tests, and selecting verification gates.

549 3d ago A 60 tokens original MIT

commit-checks

95

strelov1/freehire

Cursor rule Cursor

Run gofmt, go vet, and unit tests before committing Go files.

533 5d ago A 175 tokens original MIT

plugin-test

96

allenhutchison/obsidian-gemini

Skill Claude CodeCodex

Three-pass acceptance test for the obsidian-gemini plugin — unit tests, then UI/state via the Obsidian CLI (cheap pass), then API-spending verification (only with explicit user authorization). Driven by the user-facing docs as the source of truth for what should work, with extra focus on functionality shipped since…

520 3d ago A 174 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: