Testing

Unit tests, integration tests, test automation

Showing 145-168 of 5583 skills
GPTomics

bio-causal-genomics-colocalization-analysis

by GPTomics

Test whether two traits share a causal variant at a genomic locus using Bayesian colocalization with coloc. Computes posterior probabilities for shared vs distinct causal variants between GWAS and eQTL signals. Use when determining if a GWAS signal and an eQTL share the same causal variant.

Processing 1.1K 5mo ago
GPTomics

bio-causal-genomics-mediation-analysis

by GPTomics

Decompose genetic effects into direct and indirect paths through mediating variables using the mediation R package. Tests whether gene expression, methylation, or other molecular phenotypes mediate the effect of genetic variants on disease. Use when testing whether a molecular phenotype mediates the genotype-to-phenotype relationship.

CI/CD 1.1K 5mo ago
GPTomics

bio-causal-genomics-mendelian-randomization

by GPTomics

Estimate causal effects between exposures and outcomes using genetic variants as instrumental variables with TwoSampleMR. Implements IVW, MR-Egger, weighted median, and MR-PRESSO methods for robust causal inference from GWAS summary statistics. Use when testing whether an exposure causally affects an outcome using genetic instruments.

Processing 1.1K 5mo ago
wondelai

pragmatic-programmer

by wondelai

'Apply meta-principles of software craftsmanship: DRY, orthogonality, tracer bullets, and design by contract. Use when the user mentions "best practices", "pragmatic approach", "broken windows", "tracer bullet", or "software craftsmanship". Covers estimation, domain languages, and reversibility. For code-level quality, see clean-code. For refactoring techniques, see refactoring-patterns.'

Database 1.7K 4mo ago
ryoppippi

merge-main

by ryoppippi

Merge the latest main branch into your current feature branch. Use when you need to sync your branch with upstream changes.

Code Review 248 5mo ago
borghei

program-manager

by borghei

Expert program management covering multi-project coordination, portfolio governance, strategic alignment, and cross-functional leadership.

Docs Gen 395 6mo ago
jmagly

sdlc-reports

by jmagly

Dashboard guide: docs/dashboard-configuration.md

Analytics 166 6mo ago
deanpeters

pol-probe

by deanpeters

Define a Proof of Life (PoL) probe—a lightweight validation artifact that surfaces harsh truths before expensive development. Use it to test hypotheses with minimal investment.

Processing 5.9K 5mo ago
GPTomics

bio-sashimi-plots

by GPTomics

Creates sashimi plots showing RNA-seq read coverage and splice junction counts using ggsashimi or rmats2sashimiplot. Visualizes differential splicing events with grouped samples and junction read support. Use when visualizing specific splicing events or validating differential splicing results.

Code Gen 1.1K 5mo ago
GPTomics

bio-causal-genomics-pleiotropy-detection

by GPTomics

Detect and correct for horizontal pleiotropy in Mendelian randomization analyses using MR-PRESSO for outlier removal, MR-Egger regression for directional pleiotropy, and Steiger filtering for variant directionality. Use when validating MR results, detecting pleiotropic instruments, or running sensitivity analyses for causal inference.

Analytics 1.1K 5mo ago
deanpeters

finance-based-pricing-advisor

by deanpeters

Evaluate pricing changes using financial impact analysis - ARPU/ARPA, conversion, churn risk, NRR, and payback. Recommends go/no-go on pricing decisions.

Agents 5.9K 5mo ago
wondelai

clean-code

by wondelai

'Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", or "readable code". Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.'

Debugging 1.7K 4mo ago
wondelai

mom-test

by wondelai

'Talk to customers without leading them using Mom Test rules: discuss their life not your idea, ask about specifics in the past, and talk less. Use when the user mentions "customer interviews", "validate my idea", "users say they want it but don''t buy", "leading questions", or "The Mom Test". Covers commitment and advancement, avoiding compliments, and extracting signal from noise. For product-market fit, see jobs-to-be-done. For rapid prototype testing, see design-sprint.'

Processing 1.7K 4mo ago
wondelai

lean-startup

by wondelai

'Design MVPs, validated learning experiments, and pivot-or-persevere decisions using Build-Measure-Learn. Use when the user mentions "MVP scope", "validated learning", "pivot or persevere", "vanity metrics", or "test assumptions". Covers innovation accounting and actionable metrics. For 5-day prototype testing, see design-sprint. For customer motivation analysis, see jobs-to-be-done.'

Design 1.7K 5mo ago
OpenClaudia

pricing-strategy

by OpenClaudia

Optimize pricing pages, pricing models, and pricing strategy. Use when the user asks about pricing, pricing pages, how to price a product, tiered pricing, freemium vs. paid, price testing, pricing psychology, or pricing page design. Trigger phrases include "pricing", "pricing page", "how to price", "pricing strategy", "freemium", "tiered pricing", "per-seat pricing", "usage-based pricing", "pricing experiment", "price anchoring", "pricing psychology", "pricing optimization".

Security 585 5mo ago
existential-birds

elixir-writing-docs

by existential-birds

Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation in .ex files.

Debugging 73 5mo ago
Ed1s0nZ

deserialization-testing

by Ed1s0nZ

反序列化漏洞测试的专业技能和方法论

CLI Tools 5.2K 6mo ago
longbridge

gpui-test

by longbridge

Writing tests for GPUI applications. Use when testing components, async operations, or UI behavior.

Code Gen 12.2K 6mo ago
wondelai

continuous-discovery

by wondelai

'Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots. Use when the user mentions "continuous discovery", "opportunity solution tree", "weekly interviews", "assumption testing", or "discovery habits". Covers experience mapping, co-creation, and prioritizing opportunities. For interview technique, see mom-test. For team structure, see inspired-product.'

Code Gen 1.7K 4mo ago
NeoLabHQ

customaize-agent:create-agent

by NeoLabHQ

Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns

Agents 1.3K 5mo ago
ruvnet

agent-production-validator

by ruvnet

Agent skill for production-validator - invoke with $agent-production-validator

Code Gen 65.5K 5mo ago
existential-birds

pydantic-ai-testing

by existential-birds

Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.

Agents 73 5mo ago
existential-birds

elixir-docs-review

by existential-birds

Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc, @spec coverage, doctest correctness, and cross-reference usage in .ex files.

Code Review 73 5mo ago
existential-birds

llm-artifacts-detection

by existential-birds

Detects common LLM coding agent artifacts in codebases. Identifies test quality issues, dead code, over-abstraction, and verbose LLM style patterns. Use when cleaning up AI-generated code or reviewing for agent-introduced cruft.

Prompts 73 5mo ago