Testing and QA
Testing and QA skills are designed for regression checks, automated validation, browser testing, and release confidence. Developers here will find tools that help verify behavior, catch breakages early, and keep changes from shipping without evidence.
2,058 skills
Skills in this category
langchain4j-testing-strategies
by giuseppe-trisciuoglio/developer-kit
LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool...
parallel-agents
by sickn33/antigravity-awesome-skills
Orchestration through Claude Code's built-in Agent Tool
unit-test-exception-handler
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test...
aws-sdk-java-v2-dynamodb
by giuseppe-trisciuoglio/developer-kit
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. This skill covers patterns for working with DynamoDB using AWS SDK for Java 2.x, including the Enhanced Client for type-safe operations, batch operations, transactions, and Spring Boot...
langchain4j-ai-services-patterns
by giuseppe-trisciuoglio/developer-kit
This skill provides guidance for building declarative AI Services with LangChain4j using interface-based patterns, annotations for system and user messages, memory management, tools integration, and advanced AI application patterns that abstract away low-level LLM interactions.
aws-rds-spring-boot-integration
by giuseppe-trisciuoglio/developer-kit
Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure...
aws-sdk-java-v2-bedrock
by giuseppe-trisciuoglio/developer-kit
Source details, install context, and public review data are available on the full page.
ci-cd-best-practices
by mindrally/skills
Source details, install context, and public review data are available on the full page.
positioning-statement
by deanpeters/product-manager-skills
Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value...
seedance-prompt-en
by dexhunter/seedance2-skill
Source details, install context, and public review data are available on the full page.
skill-developer
by sickn33/antigravity-awesome-skills
Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern.
unit-test-caching
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers.
aws-sdk-java-v2-core
by giuseppe-trisciuoglio/developer-kit
Configure AWS service clients, authentication, timeouts, HTTP clients, and implement best practices for AWS SDK for Java 2.x applications. This skill provides essential patterns for building robust, performant, and secure integrations with AWS services.
epic-hypothesis
by deanpeters/product-manager-skills
Frame epics as testable hypotheses using an if/then structure that articulates the action or solution, the target beneficiary, the expected outcome, and how you'll validate success. Use this to manage uncertainty in product development by making assumptions explicit, defining lightweight experiments ("tiny acts of...
obsidian-canvas-creator
by axtonliu/axton-obsidian-visual-skills
Transform text content into structured Obsidian Canvas files with support for MindMap and freeform layouts.
aws-sdk-java-v2-rds
by giuseppe-trisciuoglio/developer-kit
This skill provides comprehensive guidance for working with Amazon RDS (Relational Database Service) using the AWS SDK for Java 2.x, covering database instance management, snapshots, parameter groups, and RDS operations.
context-engineering-advisor
by deanpeters/product-manager-skills
Guide product managers through diagnosing whether they're doing context stuffing (jamming volume without intent) or context engineering (shaping structure for attention). Use this to identify context boundaries, fix "Context Hoarding Disorder," and implement tactical practices like bounded domains, episodic retrieval,...
finance-based-pricing-advisor
by deanpeters/product-manager-skills
Evaluate the financial impact of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment.
netlify-deploy
by openai/skills
Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context.
derivatives-trading-usds-futures
by binance/binance-skills-hub
Derivatives-trading-usds-futures request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.
proto-persona
by deanpeters/product-manager-skills
Create an initial, assumption-based persona profile that synthesizes available user research, market data, and stakeholder knowledge into a working hypothesis about your target user. Use this to align teams early in product development, guide initial design decisions, and identify gaps in understanding that require...
uniwind
by uni-stack/uniwind
Uniwind 1.5.0+ / Tailwind CSS v4 / React Native 0.81+ / Expo SDK 54+
aws-sdk-java-v2-kms
by giuseppe-trisciuoglio/developer-kit
This skill provides comprehensive patterns for AWS Key Management Service (KMS) using AWS SDK for Java 2.x. Focus on implementing secure encryption solutions with proper key management, envelope encryption, and Spring Boot integration patterns.
aws-sdk-java-v2-lambda
by giuseppe-trisciuoglio/developer-kit
AWS Lambda is a compute service that runs code without the need to manage servers. Your code runs automatically, scaling up and down with pay-per-use pricing. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services.