Testing

Unit tests, integration tests, test automation

Showing 3217-3240 of 5551 skills
marcioaltoe

project-workflow

by marcioaltoe

Development workflow and quality gates for the Bun + TypeScript stack. ALWAYS use before commits to ensure quality gates are met. Also use when starting development or when user asks about workflow process. Examples - "before commit", "quality gates", "workflow checklist", "bun commands", "pre-commit checks".

Git & VCS 12 7mo ago
l3wi

eda-architect

by l3wi

Electronics project architecture and constraint definition. Guides users through defining project requirements, power systems, interfaces, and physical constraints.

Finance 12 5mo ago
mauromedda

spec-driven-dev

by mauromedda

Spec-driven development framework with iterative refinement. Orchestrates feature development from intent to implementation via structured specs and task breakdown. Triggers on "/spec.plan", "/spec.refine", "/spec.clarify", "/spec.tasks", "/spec.run", "I want to build", "I want to add", "create spec", "spec-driven", "feature spec".

Automation 12 5mo ago
DauQuangThanh

keycloak-administration

by DauQuangThanh

Provides comprehensive KeyCloak administration guidance including realm management, user/group administration, client configuration, authentication flows, identity brokering, authorization policies, security hardening, and troubleshooting. Covers SSO configuration, SAML/OIDC setup, role-based access control (RBAC), user federation (LDAP/AD), social login integration, multi-factor authentication (MFA), and high availability deployments. Use when configuring KeyCloak, setting up SSO, managing realms and clients, troubleshooting authentication issues, implementing RBAC, or when users mention "KeyCloak", "SSO", "OIDC", "SAML", "identity provider", "IAM", "authentication flow", "user federation", "realm configuration", or "access management".

Auth 12 5mo ago
marcioaltoe

test-engineer

by marcioaltoe

Expert testing and quality engineer for Vitest (running on Bun). Use when user needs test creation, test strategy, code quality setup, E2E testing, or debugging test failures. Examples - "write tests for this function", "create E2E tests with Playwright", "help me test this API route", "setup testing infrastructure", "why is this test failing?", "improve code quality with Biome".

Processing 12 7mo ago
runkids

feature-radar

by runkids

Full-cycle feature discovery, evaluation, and prioritization. Builds a persistent knowledge base at .feature-radar/ and runs a 6-phase workflow to recommend what to build next. Modes: full (all phases), quick (scan only), evaluate (prioritize), #N (deep-dive one). MUST use this skill whenever the user asks about feature priorities, roadmaps, what to build, or wants to evaluate/compare feature ideas — even if they don't say "feature radar" explicitly. Use when the user: - Asks "what should we build next?", "what's most impactful?", or similar - Wants to prioritize, rank, or compare features or backlog items - Needs roadmap planning, project direction, or strategic feature decisions - Says "help me prioritize", "review our backlog", "what are we missing" - Mentions .feature-radar/ directory or feature tracking - Wants periodic reassessment of deferred or open opportunities

Code Gen 12 3mo ago
DauQuangThanh

application-migration

by DauQuangThanh

Guides comprehensive application migration projects including legacy system modernization, cloud migration, technology stack upgrades, database migration, and architecture transformation. Covers assessment, planning, migration strategies (strangler fig, big bang, phased), risk management, data migration, testing, and cutover. Use when migrating applications, modernizing legacy systems, moving to cloud, changing technology stacks, or when users mention "migration", "modernization", "replatform", "lift and shift", "refactor", "strangler pattern", or "legacy transformation".

Processing 12 5mo ago
oakoss

beads-workflow

by oakoss

'Converts markdown plans into beads (tasks with dependencies) and polishes them until implementation-ready. The bridge between planning and agent swarm execution. Use when converting a plan to beads, polishing bead descriptions, adding test coverage beads, reviewing bead dependencies, or preparing tasks for agent swarm execution.'

Agents 12 4mo ago
DauQuangThanh

pseudocode-to-specification

by DauQuangThanh

Analyzes pseudocode, algorithms, or code snippets to extract and document functional requirements and business specifications. Produces functional specifications, business logic documentation, data requirements, and workflow specifications focused exclusively on WHAT the system does, not HOW it's implemented. Use when analyzing pseudocode for business logic, extracting functional requirements from algorithms, documenting business behavior from code, reverse engineering functional specifications, or when users mention "pseudocode to spec", "extract requirements", "business logic documentation", "functional specification from code", or "requirements from pseudocode".

Processing 12 4mo ago
DauQuangThanh

integration-testing

by DauQuangThanh

Designs comprehensive integration testing strategies including API testing, database testing, microservices testing, end-to-end testing, and test automation frameworks. Produces test plans, test cases, test data strategies, and CI/CD integration. Use when designing test strategies, writing integration tests, setting up test automation, testing APIs, testing microservices, or when users mention integration testing, API testing, E2E testing, test automation, or quality assurance.

API Dev 12 5mo ago
oakoss

accessibility

by oakoss

Build WCAG 2.2 AA compliant interfaces with semantic HTML, ARIA, keyboard navigation, focus management, color contrast, and screen reader support. Covers forms, dialogs, tabs, live regions, skip links, alt text, and data tables. Use when implementing accessible UIs, auditing WCAG compliance, fixing screen reader issues, keyboard navigation, focus traps, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast", "missing alt text", "heading hierarchy".

Accessibility 12 4mo ago
oakoss

local-first

by oakoss

Local-first architecture decision framework for web applications. Covers when to go local-first vs server-based vs hybrid, sync engine selection (ElectricSQL, Zero, PowerSync, Replicache, LiveStore, Triplit), client-side storage options (IndexedDB, OPFS, SQLite WASM, PGlite), and conflict resolution strategies (LWW, CRDTs, server-wins, field-level merge). Use when deciding whether to adopt local-first architecture, choosing a sync engine, selecting client storage, or designing conflict resolution strategies.

Processing 12 3mo ago
jbrukh

stress-test

by jbrukh

Adversarially test a thesis or take for differentiation, robustness, and blind spots. Prevents publishing consensus as contrarian and surfaces what would change your mind.

Academic 12 4mo ago
DauQuangThanh

code-refactoring

by DauQuangThanh

Guides systematic code refactoring to improve code quality, maintainability, and design. Identifies code smells, applies refactoring patterns, ensures test coverage, and follows safe refactoring practices. Produces cleaner, more maintainable code while preserving functionality. Use when improving code quality, eliminating technical debt, preparing for feature additions, addressing code smells, or when users mention refactoring, code cleanup, improving design, reducing complexity, or modernizing legacy code.

Code Review 12 5mo ago
Logos-Liber

mobile-testing

by Logos-Liber

Mobile testing strategies and best practices for the mobile-dev team

Responsive 10 4mo ago
Logos-Liber

quality-metrics

by Logos-Liber

Test coverage, code quality, defect metrics, and QA KPIs

Debugging 10 4mo ago
1NickPappas

move-code-quality

by 1NickPappas

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.

Code Review 21 8mo ago
EYH0602

fuzzing

by EYH0602

Design, implement, debug, and maintain fuzzers for security testing. Use when building coverage-guided fuzzers (LibAFL, AFL++, LibFuzzer), writing fuzz targets/harnesses, debugging why a fuzzer isn't finding bugs or coverage isn't increasing, analyzing and triaging crashes, implementing mutation strategies, or working with grammar-based fuzzing for structured inputs.

Code Gen 5 3mo ago
RandyPen

cetus-dlmm-interface

by RandyPen

Enables Claude to effectively work with the Cetus Dynamic Liquidity Market Maker (DLMM) protocol on Sui blockchain. This skill provides comprehensive knowledge of the DLMM architecture, Move smart contracts, Rust SDK, and development workflows. Claude can assist with building, testing, and modifying DLMM contracts, creating swap simulations, implementing new features, and debugging protocol issues. The skill covers all 15 Move modules, multi-bin architecture, reward distribution, ACL system, and flash swap functionality. Trigger contexts include: working with Sui Move smart contracts for decentralized exchanges, implementing dynamic liquidity management, creating multi-bin AMM protocols, building swap simulations with Rust SDK, modifying DLMM protocol parameters, debugging pool operations, implementing reward systems, and working with Cetus DLMM interface codebase.

Debugging 5 5mo ago
EYH0602

testing-python

by EYH0602

Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.

File Ops 5 5mo ago
fabioc-aloha

Dissertation Defense Skill

by fabioc-aloha

"Comprehensive preparation for doctoral dissertation defense including timeline management, presentation design, Q&A practice, mock sessions, and committee dynamics."

Academic 5 3mo ago
reggiechan74

Plan PA Days

by reggiechan74

This skill should be used when the user asks to "plan PA days", "find PA day programs", "PA day coverage", "PD day camps", "professional activity day", "what to do on PA days", "look up PA days", "school PA day schedule", or needs help finding PA day dates and arranging single-day childcare coverage for Ontario Professional Activity days. Provides a workflow for looking up PA days and finding programs.

Automation 5 4mo ago
Portkey-Wallet

portkey-ca-agent-skills

by Portkey-Wallet

"Portkey CA wallet registration/auth/guardian/transfer operations for agents."

Agents 5 3mo ago
christopher-buss

writing-skills

by christopher-buss

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Agents 5 4mo ago