测试

单元测试、集成测试与测试自动化

显示 193-216 / 共 5885 个技能
cursor

fix-merge-conflicts

cursor

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution

调试 5385 6个月前
cursor

run-smoke-tests

cursor

Run Playwright smoke tests, debug failures, and verify fixes

调试 5385 6个月前
forcedotcom

deployment-readiness-check

forcedotcom

Comprehensive pre-deployment validation checklist for Salesforce releases. Use before deploying to production to catch metadata issues, test coverage gaps, and configuration errors.

代码评审 928 7个月前
forcedotcom

trigger-refactor-pipeline

forcedotcom

Refactor Salesforce triggers into handler patterns with automated test generation and deployment. Use when modernizing legacy triggers with DML/SOQL in loops or inconsistent patterns.

CI/CD 928 7个月前
longbridge

gpui-test

longbridge

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

代码生成 1.4万 7个月前
K-Dense-AI

geniml

K-Dense-AI

This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.

无障碍 3.5万 8个月前
K-Dense-AI

gtars

K-Dense-AI

High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.

CLI 工具 3.5万 8个月前
K-Dense-AI

deepchem

K-Dense-AI

Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.

数据处理 3.5万 8个月前
mattpocock

PRD to Issues

mattpocock

Do NOT close or modify the parent PRD issue.

代码生成 23.8万 6个月前
mattpocock

tdd

mattpocock

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

重构 23.8万 7个月前
mattpocock

request-refactor-plan

mattpocock

Use this skill when user wants to create a refactor plan.

代码生成 23.8万 7个月前
mattpocock

diagnose

mattpocock

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

调试 23.8万 4个月前
mattpocock

migrate-to-shoehorn

mattpocock

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

数据处理 23.8万 7个月前
brycewang-stanford

python-econ-computing

brycewang-stanford

Use when writing Python code for DSGE models, HANK models, numerical economic computation, causal inference, or quantitative economic data analysis

数据处理 3622 5个月前
brycewang-stanford

iv-estimation

brycewang-stanford

Econometrics skill for instrumental variables and treatment effect estimation. Activates when the user asks about: "instrumental variables", "IV estimation", "2SLS", "two-stage least squares", "endogeneity", "weak instruments", "first stage", "Sargan test", "overidentification", "propensity score matching", "PSM", "average treatment effect", "ATT", "LATE", "local average treatment effect", "endogenous regressor", "instrument validity", "工具变量", "两阶段最小二乘", "内生性", "弱工具变量", "倾向得分匹配", "平均处理效应", "处理效应", "局部平均处理效应"

MLOps 3622 2个月前
brycewang-stanford

marginaleffects

brycewang-stanford

Manual for the marginaleffects R and Python package, and guide to the book "Model to Meaning". Use when users ask about predictions, comparisons, slopes, marginal effects, average treatment effects (ATE/ATT/CATE), hypothesis testing, contrasts, counterfactuals, risk ratios, odds ratios, causal inference with G-computation, or need help with marginaleffects functions like predictions(), comparisons(), slopes(), hypotheses(), datagrid(), avg_predictions(), avg_comparisons(), avg_slopes(), or plot functions.

MLOps 3622 5个月前
brycewang-stanford

lifelines

brycewang-stanford

Complete survival analysis library in Python. Handles right-censored data, Kaplan-Meier curves, and Cox regression. Standard for clinical trial analysis and epidemiology.

数据处理 3622 3个月前
brycewang-stanford

PyFixest LLM Skill Reference

brycewang-stanford

```

MLOps 3622 5个月前
revokslab

writing-plans

revokslab

Use when you have a spec or requirements for a multi-step task, before touching code

认证鉴权 1690 7个月前
ArabelaTso

counterexample-explainer

ArabelaTso

Explain why counterexamples violate specifications by analyzing formal specifications (temporal logic, invariants, pre/postconditions, code contracts), informal requirements (user stories, acceptance criteria), test specifications (assertions, property-based tests), and providing step-by-step traces showing state changes, comparing expected vs actual behavior, identifying root causes, and assessing violation impact. Use when debugging test failures, understanding model checker output, explaining runtime assertion violations, analyzing static analysis warnings, or teaching specification concepts. Produces structured markdown explanations with traces, comparisons, state diagrams, and cause chains. Triggers when users ask why something failed, explain a violation, understand a counterexample, debug a specification, or analyze why a test fails.

调试 238 6个月前
ArabelaTso

bug-to-patch-generator

ArabelaTso

Generate code fixes and patches from bug reports, failing test cases, error messages, and stack traces. Use this skill when debugging code, fixing test failures, addressing GitHub issues, resolving runtime errors, or patching security vulnerabilities. Analyzes the bug context, identifies root causes, and generates precise code patches with explanations and validation steps.

数据处理 238 6个月前
ArabelaTso

build-ci-migration-assistant

ArabelaTso

Automatically migrates build systems and CI/CD configurations to target platforms. Use when modernizing build infrastructure, switching CI/CD providers, or standardizing across projects. Supports common migration paths including Maven↔Gradle, npm↔Yarn, Travis CI→GitHub Actions, CircleCI→GitHub Actions, Jenkins→GitLab CI, and GitLab CI→GitHub Actions. Analyzes existing configuration, generates equivalent target configuration, maps dependencies and commands, and provides validation and migration documentation.

CI/CD 238 6个月前
ArabelaTso

code-repair-generation-combo

ArabelaTso

Automatically repair buggy code and generate comprehensive tests for Python, Java, and C++ programs. Use when users need to fix logic errors or runtime errors in functions, modules, or repositories. Accepts specifications via natural language descriptions, existing test cases, or input/output examples. Generates corrected code, creates or updates tests to verify correctness and prevent regressions, and produces a detailed report explaining the bug, fix, and testing strategy. Triggers on requests like "fix this bug", "repair this code", "debug this function", or "this code is broken".

代码生成 238 6个月前
ArabelaTso

counterexample-to-test-generator

ArabelaTso

Automatically generates executable test cases from model checking counterexample traces. Translates abstract counterexample states and transitions into concrete test inputs, execution steps, and assertions that reproduce property violations. Use when working with model checker outputs (SPIN, CBMC, NuSMV, TLA+, Java PathFinder, etc.) and needing to create regression tests, validate bug fixes, or reproduce verification failures in executable test suites.

代码生成 238 6个月前