测试

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

显示 1369-1392 / 共 5891 个技能
sd0xdev

bug-fix

sd0xdev

"Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev), understanding code (use code-explore). Output: fix + regression test + review gate."

代码评审 188 7个月前
sd0xdev

create-request

sd0xdev

"Create or update request documents. Use when: planning features, tracking requests, updating progress. Not for: tech specs (use tech-spec), code implementation (use feature-dev). Output: request document with status tracking."

代码生成 188 7个月前
sd0xdev

codex-implement

sd0xdev

"Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop."

代码评审 188 6个月前
sd0xdev

test-review

sd0xdev

"Test coverage review via Codex MCP. Use when: reviewing test sufficiency, identifying coverage gaps, test quality audit. Not for: generating tests (use codex-test-gen), code review (use codex-code-review). Output: coverage analysis + gap report."

代码评审 188 7个月前
sd0xdev

tech-spec

sd0xdev

"Tech spec generation and review. Use when: designing features, writing specs, requirement analysis. Not for: implementation (use feature-dev), architecture advice (use codex-architect). Output: numbered tech spec document."

代码生成 188 7个月前
sammcj

testing-anti-patterns

sammcj

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behaviour, production pollution with test-only methods, and mocking without understanding dependencies

调试 159 7个月前
raintree-technology

hig-technologies

raintree-technology

Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center, in-app purchase, NFC, Wallet, VoiceOver, Maps, Mac Catalyst, and more. Use when asked about: "Siri integration", "Apple Pay", "HealthKit", "HomeKit", "ARKit", "augmented reality", "machine learning", "generative AI", "iCloud sync", "Sign in with Apple", "SharePlay", "CarPlay", "in-app purchase", "NFC", "VoiceOver", "Maps", "Mac Catalyst". Also use when the user says "how do I integrate Siri," "what are the Apple Pay guidelines," "how should my AR experience work," "how do I use Sign in with Apple," or asks about any Apple framework or service integration. Cross-references: hig-inputs for input methods, hig-components-system for widgets.

数据处理 113 7个月前
pskoett

plan-interview

pskoett

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The skill runs an upfront interview to gather requirements across technical constraints, scope boundaries, risk tolerance, and success criteria before any codebase exploration. Do NOT use this skill for: pure research/exploration tasks, simple bug fixes, or when the user just wants standard planning without the interview process.

认证鉴权 286 6个月前
pskoett

agent-teams-simplify-and-harden

pskoett

"Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle."

代码评审 286 6个月前
OpenHands

flarglebargle

OpenHands

A test skill that responds to the magic word "flarglebargle" with a compliment. Use for testing skill activation and trigger functionality.

测试 136 8个月前
OpenHands

onboarding-agent

OpenHands

Interactive onboarding workflow that interviews users to understand their coding goals and generates PR-ready implementation plans. Use when starting a new development task to ensure clear requirements and structured execution.

代码生成 136 8个月前
sammcj

rust-engineer

sammcj

Acquire expert Rust developer specialisation in rust systems programming, memory safety, and zero-cost abstractions. Masters ownership patterns, async programming, and performance optimisation for mission-critical applications.

性能 159 7个月前
sammcj

ghostty-config

sammcj

Guidance for editing Ghostty terminal configuration files. You must use this skill when creating or modifying Ghostty config files.

CLI 工具 159 7个月前
kasperjunge

discover-assumptions

kasperjunge

Use after solution concepts exist to surface and prioritize assumptions behind outcomes, opportunities, or solution ideas and design experiments to test them.

智能体 450 7个月前
anton-abyzov

Java Spring Boot Agent - Enterprise API & Microservice Expert

anton-abyzov

Java/Spring Boot backend developer for building enterprise APIs and microservices. Use when building Java backends with Spring Boot 3.x, REST/gRPC APIs, Spring Data JPA, Spring Security 6, reactive WebFlux, or microservice architectures.

API 开发 158 7个月前
anton-abyzov

Spec Generator - Flexible Increment Documentation

anton-abyzov

Generates comprehensive specifications (spec.md, plan.md, tasks.md with embedded tests) for SpecWeave increments. Use when creating new increments, planning features, or converting ideas into actionable specs. Produces structured documentation with proven templates and context-aware organization.

文档生成 158 6个月前
anton-abyzov

Auto Command

anton-abyzov

Start autonomous execution with stop hook feedback loop. Works until all tasks complete or max iterations reached. Use when you want continuous unattended execution.

认证鉴权 158 6个月前
anton-abyzov

/sw:plan - Generate Implementation Plan

anton-abyzov

Generate plan.md and tasks.md for increment. Use when saying "create plan", "generate tasks", or "plan the increment".

CLI 工具 158 6个月前
anton-abyzov

Sync Setup Wizard

anton-abyzov

Interactive sync setup wizard that configures GitHub, JIRA, and/or ADO integration in one guided flow. Use when saying "setup sync", "configure sync", "connect to jira", "connect to github", or "sync-setup".

API 开发 158 7个月前
anton-abyzov

SpecWeave Framework Expert

anton-abyzov

SpecWeave framework expert for structure, rules, spec-driven conventions. Use for SpecWeave best practices, increment lifecycle, hooks, tasks.md/spec.md, living docs sync.

Git 与版本控制 158 6个月前
anton-abyzov

Plan Product Increment

anton-abyzov

Plan and create SpecWeave increments with PM and Architect agent collaboration. Use when starting new features, hotfixes, bugs, or any development work that needs specification and task breakdown. Creates spec.md, plan.md, tasks.md with proper AC-IDs and living docs integration.

CLI 工具 158 6个月前
anton-abyzov

GitHub Sync - Two-way Spec ↔ Project Synchronization

anton-abyzov

Two-way synchronization between SpecWeave specs and GitHub Projects (push & pull by default). Use when asking about GitHub integration setup, troubleshooting sync issues, or configuring sync settings. For actual syncing, use /sw-github:sync-spec command.

CLI 工具 158 6个月前
anton-abyzov

TDD Red Phase - Write Failing Tests

anton-abyzov

Write failing tests that define expected behavior. Use when saying "TDD red", "write failing tests", or "test first".

代码生成 158 6个月前
anton-abyzov

Design System Architect

anton-abyzov

Scalable design systems with Atomic Design, design tokens, theming. Use for component libraries, dark mode, typography, color systems, Storybook, multi-brand, a11y.

无障碍 158 6个月前