Testing

Unit tests, integration tests, test automation

Showing 2017-2040 of 5545 skills
tenequm

skill-factory

by tenequm

Autonomous skill creation agent that analyzes requests, automatically selects the best creation method (documentation scraping via Skill_Seekers, manual TDD construction, or hybrid), ensures quality compliance with Anthropic best practices, and delivers production-ready skills without requiring user decision-making or navigation

Code Gen 29 3mo ago
kevinslin

sudocode

by kevinslin

Write consistent sudocode from real code. Use whenever sudocode needs to be written, including flow docs, specs, architecture docs, or code-to-sudocode transformations.

Debugging 12 3mo ago
howells

verify

by howells

Run sequential verification checks on the current codebase. Build, typecheck, lint, tests, debug log audit, and git status. Stops on critical failures. Supports modes: quick, full, pre-commit, pre-pr.

Code Review 22 3mo ago
x-cmd

eval-harness

by x-cmd

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

Auth 22 4mo ago
kishorkukreja

dynamic-lot-sizing

by kishorkukreja

When the user wants to solve lot-sizing problems with time-varying costs or demand, handle non-stationary inventory systems, or optimize replenishment with changing parameters over time. Also use when the user mentions "time-varying lot sizing," "finite horizon lot sizing," "dynamic EOQ," "price changes over time," "seasonal lot sizing," "Wagner-Whitin with time-varying costs," or "rolling horizon planning." For stationary systems, see economic-order-quantity or lot-sizing-problems. For stochastic demand, see stochastic-inventory-models.

CLI Tools 26 4mo ago
Svenja-dev

kaizen

by Svenja-dev

Manufacturing-fokussierter Continuous Improvement Skill fuer fabrikIQ. Implementiert Lean Manufacturing Prinzipien (5 Whys, Ishikawa, PDCA) fuer systematische Problemloesung und Qualitaetsverbesserung. Aktivieren bei Bug-Analyse, Refactoring, Code Review, Production Incidents.

Auth 36 5mo ago
omkamal

pict-test-designer

by omkamal

Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.

Processing 83 7mo ago
Venkateshvenki404224

frappe-webhook-manager

by Venkateshvenki404224

Create webhook handlers for Frappe integrations. Use when implementing webhooks, event-driven integrations, or external system notifications.

Code Gen 19 5mo ago
Roasbeef

mutation-testing

by Roasbeef

Validates test suite quality through mutation testing. Generates intelligent code mutations, runs tests to verify they catch the changes, and identifies gaps in test coverage. Use when evaluating test effectiveness, validating newly written tests, or improving test quality for mission-critical code.

Code Gen 19 7mo ago
Terryc21

plain-talk-reportcard

by Terryc21

'Codebase analysis with A-F grades explained in plain language for non-technical stakeholders. Self-contained iOS/Swift audit. Triggers: "plain talk report card", "stakeholder report", "non-technical audit".'

Debugging 50 3mo ago
sundial-org

ab-test-setup

by sundial-org

When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.

Monitoring 609 4mo ago
iskysun96

use-aptos-cli

by iskysun96

"Provides Aptos CLI command reference for development workflow (init, compile, test, publish). Triggers on: 'CLI

CLI Tools 15 3mo ago
iskysun96

generate-tests

by iskysun96

"Creates comprehensive test suites for Move contracts with 100% coverage requirement. Triggers on: 'generate tests',

Code Gen 15 3mo ago
jasonraimondi

testing-vitest

by jasonraimondi

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

API Dev 21 3mo ago
jasonraimondi

testing-tdd

by jasonraimondi

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

Refactoring 21 3mo ago
ils15

code-review-checklist

by ils15

Systematic code review using quality gates, SOLID principles, error handling patterns, and test coverage analysis. Provides structured feedback with severity levels and actionable improvements.

Code Review 9 4mo ago
ils15

playwright-e2e-testing

by ils15

Write end-to-end tests with Playwright for web applications. Includes fixtures, page objects, test templates, visual regression testing, and accessibility audits.

Accessibility 9 4mo ago
zhaono1

test-automator

by zhaono1

Test automation framework expert for creating and maintaining automated tests. Use when user asks to write tests, automate testing, or improve test coverage.

Email 56 4mo ago
ils15

database-migration

by ils15

"Database migrations with Alembic - forward scripts, rollbacks, testing, zero-downtime deployment"

Code Gen 9 4mo ago
hivellm

Rulebook Task Management

by hivellm

CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation

Automation 12 5mo ago
martinffx

atelier-typescript-build-tools

by martinffx

TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, running builds, typechecking, configuring tests, linting, formatting, or orchestrating monorepo development.

Processing 29 4mo ago
booch

testing

by booch

Testing philosophy and practices. This skill should be used when writing tests, designing test strategies, or reviewing test code. Use proactively when discussing TDD, red-green-refactor, test doubles, mocks, stubs, fakes, RSpec, Jest, pytest, unit tests, integration tests, test coverage, or test-first development. (user)

Database 18 5mo ago
rohunj

sast-semgrep

by rohunj

Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based detection, (3) Integrating SAST checks into CI/CD pipelines, (4) Providing remediation guidance with OWASP Top 10 and CWE mappings, (5) Creating custom security rules for organization-specific patterns, (6) Analyzing dependencies for known vulnerabilities.

CI/CD 231 4mo ago
gohypergiant

accelint-ts-testing

by gohypergiant

Comprehensive vitest testing guidance for TypeScript projects. Use when (1) Writing new tests with AAA pattern, parameterized tests, or async/await, (2) Reviewing test code for anti-patterns like loose assertions (toBeTruthy), over-mocking, or nested describe blocks, (3) Optimizing slow test suites, (4) Implementing property-based testing with fast-check - especially for encode/decode pairs, roundtrip properties, validators, normalizers, and idempotence checks. Covers test organization, assertions, test doubles hierarchy (fakes/stubs/mocks), async testing, performance patterns, and property-based testing patterns. Trigger keywords on vitest, *.test.ts, describe, it, expect, vi.mock, fast-check, fc.property, roundtrip, idempotence.

Code Review 14 3mo ago