测试

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

显示 217-240 / 共 5886 个技能
ArabelaTso

code-change-summarizer

ArabelaTso

"Generates clear and structured pull request descriptions from code changes. Use when Claude needs to: (1) Create PR descriptions from git diffs or code changes, (2) Summarize what changed and why, (3) Document breaking changes with migration guides, (4) Add technical details and design decisions, (5) Provide testing instructions, (6) Enhance descriptions with security, performance, and architecture notes, (7) Document dependency changes. Takes code changes as input, outputs comprehensive PR description in Markdown."

认证鉴权 238 6个月前
ArabelaTso

coverage-enhancer

ArabelaTso

Analyze existing test suites and source code to suggest additional unit tests that improve test coverage. Use this skill when working with test files and source code to identify untested code paths, missing edge cases, uncovered branches, untested error conditions, and gaps in test coverage. Supports major testing frameworks (pytest, Jest, JUnit, Go testing, etc.) and generates targeted test suggestions based on coverage analysis.

数据处理 238 6个月前
ArabelaTso

behavioral-mutation-analyzer

ArabelaTso

Analyzes surviving mutants from mutation testing to identify why tests failed to detect them. Takes repository code, test suite, and mutation testing results as input. Identifies root causes including insufficient coverage, equivalent mutants, weak assertions, and missed edge cases. Automatically generates actionable test improvements and new test cases. Use when analyzing mutation testing results, improving test suite effectiveness, investigating low mutation scores, generating tests to kill surviving mutants, or enhancing test quality based on mutation analysis.

代码评审 238 6个月前
ArabelaTso

bug-reproduction-test-generator

ArabelaTso

"Automatically generates executable tests that reproduce reported bugs from issue reports and code repositories. Use when users need to: (1) Create a test that reproduces a bug described in an issue report, (2) Generate failing tests from bug descriptions, stack traces, or error messages, (3) Validate bug reports by creating reproducible test cases, (4) Convert issue reports into executable regression tests. Takes a repository and issue report as input and produces test code that reliably triggers the reported bug."

代码生成 238 6个月前
ArabelaTso

assertion-synthesizer

ArabelaTso

Generate test assertions from existing code implementation. Use when the user has implementation code without tests or incomplete test coverage, and needs assertions synthesized by analyzing the code's behavior, inputs, outputs, and state changes. Supports Python (pytest/unittest), Java (JUnit/AssertJ), and JavaScript/TypeScript (Jest/Chai). Handles equality checks, collections, exceptions, and state verification.

代码生成 238 6个月前
ArabelaTso

behavior-preservation-checker

ArabelaTso

Compare runtime behavior between original and migrated repositories to detect behavioral differences, regressions, and semantic changes. Use when validating code migrations, refactorings, language ports, framework upgrades, or any transformation that should preserve behavior. Automatically compares test results, execution traces, API responses, and observable outputs between two repository versions. Provides actionable guidance for fixing deviations and ensuring behavioral equivalence.

数据处理 238 6个月前
ArabelaTso

c-cpp-to-lean4-translator

ArabelaTso

Translate C or C++ programs into equivalent Lean4 code, preserving program semantics and ensuring the generated code is well-typed, executable, and can run successfully. Use when the user asks to convert C/C++ code to Lean4, port C/C++ programs to Lean4, translate imperative code to functional Lean4, or create Lean4 versions of C/C++ algorithms.

性能 238 6个月前
ArabelaTso

ci-pipeline-synthesizer

ArabelaTso

Generate GitHub Actions CI/CD pipeline configurations for automated building and testing of library and package projects. Use when creating or updating CI workflows for npm packages, Python packages, Go modules, Rust crates, or other library projects that need automated build and test pipelines. Includes templates for common package ecosystems with best practices for dependency caching, matrix testing, and artifact publishing.

CI/CD 238 6个月前
NeoLabHQ

kaizen:plan-do-check-act

NeoLabHQ

Iterative PDCA cycle for systematic experimentation and continuous improvement

CI/CD 1482 6个月前
NeoLabHQ

customaize-agent:test-prompt

NeoLabHQ

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

Git 与版本控制 1482 6个月前
NeoLabHQ

customaize-agent:agent-evaluation

NeoLabHQ

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

智能体 1482 6个月前
NeoLabHQ

git:analyze-issue

NeoLabHQ

Analyze a GitHub issue and create a detailed technical specification

代码评审 1482 6个月前
NeoLabHQ

kaizen:cause-and-effect

NeoLabHQ

Systematic Fishbone analysis exploring problem causes across six categories

API 开发 1482 6个月前
NeoLabHQ

customaize-agent:create-agent

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

智能体 1482 6个月前
NeoLabHQ

customaize-agent:create-skill

NeoLabHQ

Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

代码生成 1482 6个月前
NeoLabHQ

kaizen:why

NeoLabHQ

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals

数据库 1482 6个月前
NeoLabHQ

customaize-agent:test-skill

NeoLabHQ

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

智能体 1482 6个月前
NeoLabHQ

code-review:review-local-changes

NeoLabHQ

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

代码评审 1482 6个月前
NousResearch

pinecone

NousResearch

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

数据库 23.7万 6个月前
rsmdt

deployment-pipeline-design

rsmdt

Pipeline design, deployment strategies (blue-green, canary, rolling), and CI/CD platform patterns. Use when designing pipelines, implementing deployments, configuring quality gates, or setting up automated release workflows. Covers GitHub Actions, GitLab CI, and platform-agnostic patterns.

CI/CD 508 6个月前
rsmdt

pattern-detection

rsmdt

Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices. Ensures new code aligns with project conventions.

代码生成 508 6个月前
rsmdt

testing

rsmdt

Writing effective tests and running them successfully. Covers layer-specific mocking rules, test design principles, debugging failures, and flaky test management. Use when writing tests, reviewing test quality, or debugging test failures.

Kubernetes 508 6个月前
deanpeters

finance-based-pricing-advisor

deanpeters

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

智能体 6676 6个月前
deanpeters

pol-probe

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.

数据处理 6676 7个月前