Testing

Unit tests, integration tests, test automation

Showing 5257-5280 of 5583 skills
BizShuk

clean-unused-code

by BizShuk

Find and remove unused code in projects. This skill should be used when cleaning up dead code, removing unreachable functions, or optimizing codebase by eliminating unused code. Currently supports Golang projects.

CLI Tools 0 5mo ago
lapeninns

ship-slice

by lapeninns

Execute one Micro-Spec slice in the Nabaperks repo end to end — narrow the scope against live code, implement test-first (Red → Green → Refactor), and pass the full verification gate before declaring done. Use when asked to implement, change, or fix product behaviour here.

Design 0 1mo ago
pproenca

systematic-debugging

by pproenca

This skill should be used when the user reports a "bug", "not working", "fix this", "debug", "test failing", or when investigating unexpected behavior. Four-phase framework ensuring root cause understanding before attempting solutions.

Code Gen 0 5mo ago
ab300819

devdocs-retrofit

by ab300819

Retrofit existing projects to DevDocs workflow, or migrate old DevDocs to new standards. Use when users want to adapt existing projects, migrate documentation, standardize documents, or upgrade DevDocs version. Triggers on keywords like "retrofit", "改造", "适配", "迁移", "标准化", "逆向", "升级文档".

Docs Gen 0 5mo ago
JustaName-id

jaw-messaging

by JustaName-id

How to talk about JAW.id — messaging guidelines, positioning, and content frameworks for every audience and context.

File Ops 0 4mo ago
ehtbanton

gitignore-generator

by ehtbanton

Generate comprehensive .gitignore files tailored to specific tech stacks, frameworks, and development environments. Triggers on "create gitignore", "generate .gitignore for", "gitignore for", "ignore files for".

Processing 0 7mo ago
arielperez82

acceptance-test-design

by arielperez82

BDD outer-loop methodology for acceptance tests - walking skeleton strategy, driving-port-only testing, business language purity, and design mandates that connect to the TDD inner loop

API Dev 0 5mo ago
ivanovishado

openpay-mexico

by ivanovishado

OpenPay payment integration for Mexican market with card, SPEI, and OXXO support. Use when integrating Mexican payment processing, adding OpenPay to Next.js/React apps, implementing SPEI/OXXO/card payments, or handling payment webhooks. Covers REST API setup (no SDK), webhook verification, and security patterns.

API Dev 0 5mo ago
copyleftdev

bach-exploratory-testing

by copyleftdev

Test software in the style of James Bach, pioneer of exploratory testing and context-driven testing. Emphasizes skilled human investigation, heuristics-based test design, and adapting to context rather than following rigid scripts. Use when designing test strategies, performing exploratory testing, or building thinking testers.

Auth 0 5mo ago
omosb1-sys

🧠 SKILL: Automated Data Analysis Pipeline (D2P)

by omosb1-sys

생성된 모든 코드는 직접 실행하여 검증한 뒤 깨끗한 상태로 전달합니다.

Automation 0 6mo ago
jcastillotx

Pentest Checklist

by jcastillotx

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.

Code Review 0 6mo ago
h3y6e

speckit-checklist

by h3y6e

Generate custom quality checklists for validating requirements completeness

Code Gen 0 5mo ago
DataEQ

apply

by DataEQ

Apply to Good Outcomes through an interactive semantic challenge. Use when a candidate wants to apply for AI-Assisted Full Stack Engineer or AI Engineer - ML & Classification Systems roles. Guides through gathering info, solving an embedding-based puzzle, and submitting the application.

API Dev 0 5mo ago
IKatsuba

spec:research

by IKatsuba

Technical Research - investigates codebase and explores solution alternatives based on requirements

Academic 0 5mo ago
smouj

data-prep

by smouj

Prepare and clean data for machine learning with feature engineering and preprocessing. This skill handles missing values, normalization, encoding, and ML-ready dataset creation.

Processing 0 4mo ago
ederheisler

dispatching-parallel-agents

by ederheisler

Dispatch subagents in parallel when there are 2+ independent problem domains (separate failures/subsystems) that can be investigated without shared state or sequential dependencies; avoid when work is tightly coupled, ambiguous, or requires main-agent decisions.

Agents 0 6mo ago
kimasplund

benchmark-framework

by kimasplund

Rigorous A/B/C testing framework for empirically evaluating reasoning patterns. Use when you need data-driven pattern selection, want to quantify trade-offs between patterns, or need to validate claims about which cognitive methodology performs best. Enables scientific measurement of quality, cost, and time trade-offs across ToT, BoT, SRC, HE, AR, DR, AT, RTR, and NDF patterns.

Performance 0 5mo ago
kenLovesToCode

nextjs-vitest-rtl-testing

by kenLovesToCode

Configure and maintain Next.js unit testing with Vitest and React Testing Library. Use when adding a test runner, creating setup/config files, writing or fixing component or hook tests, mocking Next.js APIs like next/navigation or next/image, mocking API endpoints with MSW (http, HttpResponse), improving coverage, or debugging failing unit tests in Next.js projects.

API Dev 0 4mo ago
arielperez82

creating-agents

by arielperez82

Guide for designing and writing agent specifications in this repo. Use

Agents 0 4mo ago
whackur

solidity-hardhat-development

by whackur

Hardhat 3 development workflow for Solidity smart contracts. Use when building, testing, or deploying with Hardhat 3.x (hardhat, ignition, EDR). Covers ESM-first project setup, defineConfig, Solidity-native tests, TypeScript tests, multichain support, Hardhat Ignition deployment, and hook-based plugin system. Triggers on tasks involving hardhat init, hardhat build, hardhat test, hardhat ignition, or Hardhat-based Solidity development.

Testing 0 5mo ago
tahseen137

qa-patrol

by tahseen137

Automated QA testing for web apps using local browser automation. Runs entirely on your machine — no data leaves, no cloud services, no external servers. Level 1 (smoke tests) needs only a URL. Level 2 (auth/payment testing) uses optional env vars for test credentials. Level 3 (static analysis, DB checks) optionally reads local files and connects to a user-provided database. Supports Supabase/Firebase auth, Stripe payments, React Native Web, Next.js, and SPAs.

Auth 0 5mo ago
newperiod

loki-mode

by newperiod

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.

Automation 0 6mo ago
teaguesterling

blq MCP Tools - Agent Usage Guide

by teaguesterling

Always prefer blq tools over Bash for build/test/lint operations.

CLI Tools 0 5mo ago
prulloac

vscode-extension-builder

by prulloac

Guide for creating Visual Studio Code extensions/plugins. Use when users want to build VS Code extensions, add functionality to VS Code, create language support, add themes, build webviews, implement debuggers, or any VS Code plugin development task. Helps navigate VS Code Extension API documentation and provides guidance on extension capabilities, project setup, and best practices.

API Dev 0 5mo ago