Testing & QA

Testing, debugging, validation, and quality workflows

844 skills available

Skills List

ai-slop-cleaner

ai-slop-cleaner

39Ktesting-qa

Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode

yeachan-heo avataryeachan-heo
Get
github-actions-efficiency

github-actions-efficiency

39Ktesting-qa

Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs.

github avatargithub
Get
architecture-patterns

architecture-patterns

38Ktesting-qa

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

wshobson avatarwshobson
Get
python-testing-patterns

python-testing-patterns

38Ktesting-qa

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

wshobson avatarwshobson
Get
gtm-board-and-investor-communication

gtm-board-and-investor-communication

38Ktesting-qa

Board meeting preparation, investor updates, and executive communication. Use when preparing board decks, writing investor updates, handling bad news with the board, structuring QBRs, or building board-level metric discipline. Includes the "Three Things" narrative model, the 4-tier metric hierarchy, and the pre-brief pattern that prevents board surprises.

github avatargithub
Get
gtm-0-to-1-launch

gtm-0-to-1-launch

38Ktesting-qa

Launch new products from idea to first customers. Use when launching products, finding early adopters, building launch week playbooks, diagnosing why adoption stalls, or learning that press coverage does not equal growth. Includes the three-layer diagnosis, the 2-week experiment cycle, and the launch that got 50K impressions and 12 signups.

github avatargithub
Get
sandbox-npm-install

sandbox-npm-install

38Ktesting-qa

Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.

github avatargithub
Get
reviewing-oracle-to-postgres-migration

reviewing-oracle-to-postgres-migration

38Ktesting-qa

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting/collations, UNION ALL planner risks, materialized-view refresh requirements, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

github avatargithub
Get
creating-oracle-to-postgres-migration-integration-tests

creating-oracle-to-postgres-migration-integration-tests

38Ktesting-qa

Creates integration test cases targeting Oracle for .NET data access artifacts. Tests capture Oracle expected behavior as the authoritative baseline; they are written once and later ported to PostgreSQL by migrating the test project in Phase 6. Use only during Phase 3, before any PostgreSQL migration work has begun. Do not invoke during Phase 6 or against a project that has already been migrated.

github avatargithub
Get
unit-test-vue-pinia

unit-test-vue-pinia

38Ktesting-qa

Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.

github avatargithub
Get
planning-oracle-to-postgres-migration-integration-testing

planning-oracle-to-postgres-migration-integration-testing

38Ktesting-qa

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.

github avatargithub
Get
flowstudio-power-automate-debug

flowstudio-power-automate-debug

38Ktesting-qa

Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only shows top-level status codes. This skill gives your agent action-level inputs and outputs to find the actual root cause. Load this skill when asked to: debug a flow, investigate a failed run, why is this flow failing, inspect action outputs, find the root cause of a flow error, fix a broken Power Automate flow, diagnose a timeout, trace a DynamicOperationRequestFailure, check connector auth errors, read error details from a run, or troubleshoot expression failures. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app

github avatargithub
Get
spring-boot-testing

spring-boot-testing

38Ktesting-qa

Expert Spring Boot 4 testing specialist that selects the best Spring Boot testing techniques for your situation with Junit 6 and AssertJ.

github avatargithub
Get
flowstudio-power-automate-build

flowstudio-power-automate-build

38Ktesting-qa

Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from scratch. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app

github avatargithub
Get
autoresearch

autoresearch

37Ktesting-qa

Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy''s autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.

github avatargithub
Get
eval-driven-dev

eval-driven-dev

37Ktesting-qa

Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements. ALWAYS USE THIS SKILL when the user asks to set up QA, add tests, add evals, evaluate, benchmark, fix wrong behaviors, improve quality, or do quality assurance for any Python project that calls an LLM model.

github avatargithub
Get
winui3-migration-guide

winui3-migration-guide

37Ktesting-qa

UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.

github avatargithub
Get
statistical-analysis

statistical-analysis

37Ktesting-qa

Guided statistical analysis for research data - test selection, assumption checking, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting. Use whenever a user wants to compare groups, test a hypothesis, analyze experimental or survey data, check statistical assumptions, compute required sample sizes, or write up results - even if they never name a specific test. Covers t-tests, ANOVA, chi-square, correlation, regression, non-parametric and Bayesian methods. For low-level model APIs, see the statsmodels and pymc skills.

k-dense-ai avatark-dense-ai
Get
mentoring-juniors

mentoring-juniors

37Ktesting-qa

Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: "help me understand", "explain this code", "I''m stuck", "Im stuck", "I''m confused", "Im confused", "I don''t understand", "I dont understand", "can you teach me", "teach me", "mentor me", "guide me", "what does this error mean", "why doesn''t this work", "why does not this work", "I''m a beginner", "Im a beginner", "I''m learning", "Im learning", "I''m new to this", "Im new to this", "walk me through", "how does this work", "what''s wrong with my code", "what''s wrong", "can you break this down", "ELI5", "step by step", "where do I start", "what am I missing", "newbie here", "junior dev", "first time using", "how do I", "what is", "is this right", "not sure", "need help", "struggling", "show me", "help me debug", "best practice", "too complex", "overwhelmed", "lost", "debug this", "/socratic", "/hint", "/concept", "/pseudocode". Progressive clue systems, teaching techniques, and success metrics.

github avatargithub
Get
power-bi-model-design-review

power-bi-model-design-review

37Ktesting-qa

Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.

github avatargithub
Get
php-mcp-server-generator

php-mcp-server-generator

37Ktesting-qa

Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK

github avatargithub
Get
csharp-mstest

csharp-mstest

37Ktesting-qa

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

github avatargithub
Get
csharp-tunit

csharp-tunit

37Ktesting-qa

Get best practices for TUnit unit testing, including data-driven tests

github avatargithub
Get
kotlin-mcp-server-generator

kotlin-mcp-server-generator

37Ktesting-qa

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

github avatargithub
Get