- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
project-referee
by sundial-org
Critiques ML conference papers with reviewer-style feedback. Use when users want to anticipate reviewer concerns, identify weaknesses, check claim-evidence gaps, or find missing citations.
Building Paper Screening Rubrics
by kthorn
Collaboratively build and refine paper screening rubrics through brainstorming, test-driven development, and iterative feedback
testing-test-case
by OzeroHAX
Design detailed reproducible test cases (Given/When/Then, one check per case); not smoke/regression checklists
github-actions-pipeline-creator
by patricio0312rev
Creates comprehensive GitHub Actions CI/CD workflows for linting, testing, building, and deploying. Includes caching strategies, matrix builds, artifact handling, and failure diagnostics. Use for "GitHub Actions", "CI pipeline", "workflow automation", or "continuous integration".
implementing-service-mesh
by ancoleman
Implement production-ready service mesh deployments with Istio, Linkerd, or Cilium. Configure mTLS, authorization policies, traffic routing, and progressive delivery patterns for secure, observable microservices. Use when setting up service-to-service communication, implementing zero-trust security, or enabling canary deployments.
managing-configuration
by ancoleman
Guide users through creating, managing, and testing server configuration automation using Ansible. When automating server configurations, deploying applications with Ansible playbooks, managing dynamic inventories for cloud environments, or testing roles with Molecule, this skill provides idempotency patterns, secrets management with ansible-vault and HashiCorp Vault, and GitOps workflows for configuration as code.
evaluating-llms
by ancoleman
Evaluate LLM systems using automated metrics, LLM-as-judge, and benchmarks. Use when testing prompt quality, validating RAG pipelines, measuring safety (hallucinations, bias), or comparing models for production deployment.
stripe-stack
by ScientiaCapital
"Stripe integration patterns for Next.js + Supabase - payments, subscriptions, webhooks, credit systems, checkout. Use when: stripe, payments, billing, subscription, webhook, checkout, add payments to project."
linkerd-expert
by personamanagmentlayer
Expert-level Linkerd service mesh management, traffic control, reliability, and production operations
istio-expert
by personamanagmentlayer
Expert-level Istio service mesh management, traffic control, security, and observability for Kubernetes
integrations
by tuanductran
NextDNS integration guides for third-party platforms and services. This skill should be used when
network-tools
by chaterm
Linux network tools and diagnostics
deployment
by chaterm
Kubernetes Deployment 管理
1password
by malue-ai
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
ralph-loop-template
by 2ykwang
Generates iterable checklist PROMPT files for Ralph Loop from plan files or current context, and provides the /ralph-loop execution command.
discover-wasm
by rand
Automatically discover WebAssembly skills when working with WebAssembly, WASM, WASI, wasm-bindgen, Rust to WASM, wasm-pack, or browser runtime. Activates for WASM development tasks.
eslint-vitest-rule-tester
by antfu-collective
Help users test ESLint rules with Vitest, supporting snapshot testing and custom assertions
building-ci-pipelines
by ancoleman
Constructs secure, efficient CI/CD pipelines with supply chain security (SLSA), monorepo optimization, caching strategies, and parallelization patterns for GitHub Actions, GitLab CI, and Argo Workflows. Use when setting up automated testing, building, or deployment workflows.
hadamard-transform
by unitarylab
A quantum algorithm for performing the Hadamard transform, which is a fundamental operation in quantum computing that creates superposition states. This skill includes efficient implementations and educational resources for understanding and utilizing the Hadamard transform in various quantum algorithms and applications.
skill-creator
by koolamusic
Guide for creating effective skills. Use when creating a new skill, updating an existing skill, or verifying skills work before deployment. Covers skill structure, creation process, testing methodology, and packaging.
code-review-checklist
by ils15
Systematic code review using quality gates, SOLID principles, error handling patterns, and test coverage analysis. Provides structured feedback with severity levels and actionable improvements.
tdd-with-agents
by ils15
"Comprehensive TDD enforcement guide — RED→GREEN→REFACTOR cycle across backend, frontend, and database agents"
hadamard-test
by unitarylab
A quantum algorithm that uses the Hadamard test to estimate the expectation value of a unitary operator with respect to a given quantum state. This algorithm is fundamental in quantum computing and has applications in various quantum algorithms, including quantum phase estimation and variational quantum algorithms.
playwright-e2e-testing
by ils15
Write end-to-end tests with Playwright for web applications. Includes fixtures, page objects, test templates, visual regression testing, and accessibility audits.