- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
flask-docs
by BankkRoll
"Scraped from https://flask.palletsprojects.com/en/stable/ Source: https://flask.palletsprojects.com/en/stable/. Use when questions involve: patterns, tutorial."
disciplined-verification
by terraphim
Phase 4 of disciplined development. Verifies implementation against design through unit and integration testing. Builds traceability matrices, tracks coverage, and loops defects back to originating left-side phases.
pinia
by kirklin
Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.
qa-acceptance
by lpding888
质量验收专家,从用户视角验证交付物可用性/正确性/性能/回归。遵循阻断不合格交付、脚本化验证、数据隔离、覆盖验收标准的工程基线。使用 Playwright(E2E)、Jest+Supertest(API)、k6(性能)等工具。适用于收到 QA 部门任务卡(如 CMS-Q-001)或需要验收交付物时使用。
angular
by dmonteroh
"Guides Angular implementation and refactors using standalone APIs, signals, RxJS, routing, and testing. Focuses on clean component boundaries, predictable state flow, accessibility, and performance. Use when work is Angular-specific."
fullstack-testing
by pluginagentmarketplace
Fullstack testing - unit, integration, E2E, coverage
growth-experiment
by brandonckhoo
Autonomous Growth PM experiment designer for Amplitude Experiment. Give it a problem, data analysis output, or raw hypothesis — it runs the full loop: generates top 3 ranked experiment ideas from Akash Gupta's 10x10 behavioral trigger matrix (matched to user journey stage), ranks them using 4-factor prioritization (Expected Impact, Statistical Power, Brand Risk, Learning Value), writes a complete Atlassian-structured experiment proposal, calculates sample size and runtime using the Optimizely calculator method, and either creates the experiment directly via the Amplitude MCP (if connected) or outputs a copy-paste ready Amplitude Experiment setup block. Trigger phrases: "design an experiment", "generate experiment ideas", "what should I test?", "rank my experiments", "run an A/B test", "set up an experiment", "metric is dropping", "I want to test", "write an experiment brief", "experiment proposal", "experiment plan", "vibe experiment", "growth experiment", "experiment sprint", "quarterly experiments".
nestjs
by dmonteroh
"Build and evolve NestJS backends with correct DI/module boundaries, request lifecycle hygiene (pipes/guards/interceptors/filters), validation + serialization, OpenAPI, and testing. Use when adding or refactoring NestJS endpoints/modules and needing deterministic steps, output contracts, and verification gates."
testing
by josavicentevw
Create and execute comprehensive testing strategies including unit tests, integration tests, test-driven development, and test coverage analysis. Use when writing tests, implementing TDD, checking test coverage, or when user mentions testing, test cases, or test automation.
business-model-auditor
by fefogarcia
Use this skill when users need to stress test their business model, identify scale limitations, find bottlenecks, determine if they're trading time for money, or evaluate unit economics. Activates for "can this scale," "what breaks at 10x," or business model viability questions.
enterprise-patterns
by pluginagentmarketplace
Apply enterprise architecture patterns for integration and governance
frontend-modern
by twofoldtech-dakota
Modern frontend patterns for Optimizely Experimentation
positioning-angles
by fefogarcia
Use this skill when users need to find their unique marketing angle, differentiate from competitors, or transform their positioning. Activates for "find my angle," "how do I stand out," "why isn't this selling," "we sound like everyone else," or positioning strategy questions.
writing-skills
by as4584
Use when creating new skills, editing existing skills, or verifying skills work before deployment
job-worker-orchestration
by velcrafting
Add background jobs and orchestration with idempotency, retries, and observability aligned to repo conventions.
e2e
by teslasoft-de
E2E testing workflow with test-first development rules. Covers new features (test-first), test modifications (progressive testing), and refactoring (iterative testing). Framework-agnostic with Playwright/Cypress/Jest examples. Keywords: e2e, testing, tdd, playwright, cypress.
auth-debug
by erinrugas
Debugs authentication and authorization issues. Use for login/session/token failures, role/permission mismatches, CORS/cookie problems, and unexpected 401/403 responses.
cui-jsdoc
by cuioss
JSDoc documentation standards for JavaScript functions, classes, modules, and web components
assessment-builder
by NaveedTechLab
Creates assessments with varied question types (MCQ, code-completion, debugging, projects) aligned to learning objectives with meaningful distractors based on common misconceptions. Activate when educators design quizzes, exams, or tests measuring understanding; need questions at appropriate cognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); or require rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writing prompts, debugging challenges, and project-based assessments targeting deep understanding.
rust-wasm
by pluginagentmarketplace
Master WebAssembly with Rust - wasm-pack, wasm-bindgen, and browser integration
ladder-create
by sadiksaifi
Creates new phase specs in canonical Ladder format with step sequences and acceptance criteria. Use when adding an implementation phase or when the user describes a feature to spec out.
domain-logic-module
by velcrafting
Add or refactor domain rules into a testable module boundary with explicit invariants.
architecture-design
by SwiftyJourney
Transforms code into clean, testable, and maintainable architecture using SOLID principles, Clean Architecture, and proven design patterns. Use this skill when you need to: design a new feature with proper separation of concerns, refactor legacy or monolithic code, review architecture for SOLID violations, establish dependency-injection boundaries, plan a testing strategy, or document architectural decisions. Language-agnostic; includes concrete Swift/iOS examples from the Essential Developer methodology.
codebuddy-deploy
by lpding888
部署与运维专家,负责把通过 Reviewer 与 QA 门禁的构建安全、可回滚、可观测地部署到服务器(PM2 三进程 + Nginx 反代 + 宝塔)。遵循零停机部署、健康检查、回滚≤3分钟、发布后冒烟的工程基线。处理部署编排、配置管理、流量管理、监控告警。适用于收到 Deploy 部门任务卡或需要发布上线时使用。