测试

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

显示 1753-1776 / 共 5887 个技能
hylarucoder

hai-tdd

hylarucoder

Drives implementation through a strict red-green-refactor loop and produces a filled-in test-evidence report (target behavior, the failing RED test + why it failed for the right reason, the minimal GREEN implementation, the refactor decision, and verification commands). Use whenever the user implements a feature, fixes a bug, changes or protects behavior, refactors, or asks to add/write a test or unit test — even when they never say "TDD". Trigger on TDD, test-driven development, test first, red-green-refactor, tdd this, do it test first, add test coverage, unit test for this; and on 红绿重构, 先写测试, 用测试驱动开发, 写测试, 加测试, 补个测试, 单元测试, 给这个写个测试, 测一下, 帮我测; plus the regression-safety intent — refactor without breaking behavior, 确保不回归, 别改坏了, 保证行为不变.

设计 281 3个月前
aj-geddes

accessibility-testing

aj-geddes

Test web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility test, a11y, axe, ARIA, keyboard navigation, screen reader compatibility, and WCAG validation.

无障碍 324 10个月前
aj-geddes

app-store-deployment

aj-geddes

Deploy iOS and Android apps to App Store and Google Play. Covers signing, versioning, build configuration, submission process, and release management.

CI/CD 324 10个月前
cxuu

go-testing

cxuu

Go testing patterns from Google and Uber style guides including test naming, table-driven tests, subtests, parallel tests, test helpers, test doubles, and assertions. Use when writing or reviewing Go test code, creating test helpers, or setting up table-driven tests.

调试 148 7个月前
kevinslin

ag-dir

kevinslin

Define and maintain an Agent Project Directory (AGD) with clear durable

性能 23 6个月前
kevinslin

dev.loop

kevinslin

Drive a development task end-to-end from a user-stated goal through planning, context gathering, execution, verification. Use when the user asks to run a devloop, drive a task to completion, or wants a plan-gather-execute-verify workflow with phased commits and CI verification. Also use if user asks to invoke any individual phase of the devloop

代码评审 23 6个月前
kevinslin

sudocode

kevinslin

Write consistent sudocode from real code. Use whenever sudocode needs to be written, including flow docs, specs, architecture docs, or code-to-sudocode transformations.

调试 23 6个月前
kevinslin

dev.code

kevinslin

This skill should be used when performing any coding task including implementing features, fixing bugs, refactoring code, or making any modifications to source code. Provides best practices, security considerations, testing guidelines, and a structured workflow for development tasks.

调试 23 8个月前
zerobearing2

rails-ai:testing

zerobearing2

Use when testing Rails applications - TDD, Minitest, fixtures, model testing, mocking, test helpers

代码生成 44 9个月前
zerobearing2

rails-ai:mailers

zerobearing2

Use when sending emails - ActionMailer with async delivery via SolidQueue, templates, previews, and testing

邮件 44 9个月前
zerobearing2

rails-ai:project-setup

zerobearing2

Setting up and configuring Rails 8+ projects - Gemfile dependencies, environment config, credentials, initializers, Docker, RuboCop, project validation

CI/CD 44 9个月前
zerobearing2

using-rails-ai

zerobearing2

Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development

代码评审 44 9个月前
zerobearing2

rails-ai:debugging-rails

zerobearing2

Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process

代码评审 44 9个月前
zerobearing2

rails-ai:jobs

zerobearing2

Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE #1 - NEVER Sidekiq/Redis)

缓存 44 9个月前
NTCoding

typescript-backend-project-setup

NTCoding

"Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty project folder."

Lint 与格式化 340 7个月前
NTCoding

challenge-that

NTCoding

"Force critical evaluation of proposals, requirements, or decisions by analyzing from multiple adversarial perspectives. Triggers on: accepting a proposal without pushback, 'sounds good', 'let's go with', design decisions with unstated tradeoffs, unchallenged assumptions, premature consensus. Invoke with /challenge-that."

代码评审 340 7个月前
NTCoding

concise-output

NTCoding

"Enforces brevity and signal-over-noise in all outputs. Eliminates verbose explanations, filler phrases, and unnecessary elaboration. Triggers on: every response (governs output length and density when loaded)."

认证鉴权 340 7个月前
aj-geddes

agile-sprint-planning

aj-geddes

Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily standups to maximize team productivity and deliver value incrementally.

代码生成 324 10个月前
openclaw

Obsidian CLI 探索记录

openclaw

默认 Vault:建议先设置默认 vault,避免每次都要指定 -v 参数

CLI 工具 4473 6个月前
ed3dai

playwright-debugging

ed3dai

Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues

调试 248 7个月前
ed3dai

systematic-debugging

ed3dai

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

代码生成 248 7个月前
ed3dai

finishing-a-development-branch

ed3dai

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

代码评审 248 7个月前
ed3dai

testing-skills-with-subagents

ed3dai

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

智能体 248 6个月前
ed3dai

playwright-patterns

ed3dai

Use when writing Playwright automation code, building web scrapers, or creating E2E tests - provides best practices for selector strategies, waiting patterns, and robust automation that minimizes flakiness

数据处理 248 7个月前