搜索结果
全部能力
找到 2016 个相关结果 / 测试与 QA
软件工程 / 诊断修复
rails-testing
rails-testing
Ruby on Rails testing best practices for writing effective, maintainable test suites with RSpec. This skill should be used when writing, reviewing, or…
软件工程 / 诊断修复
ln-513-regression-checker
ln-513-regression-checker
Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.
软件工程 / 诊断修复
generate-testability-wrappers
generate-testability-wrappers
Generate wrapper interfaces and DI registration for hard-to-test static dependencies in C#. Produces IFileSystem, IEnvironmentProvider, IConsole, IProcessRunner wrappers, or guides adoption of TimeProvider and IHttpClientFactory. USE FOR: generate wrapper for static, create IFileSystem wrapper, wrap DateTime.Now, make static testable, make class testable, create abstraction for File.*, generate DI registration, TimeProvider adoption, IHttpClientFactory setup, testability wrapper, mock-friendly interface, mock time in tests, create the right abstraction to mock, how to mock DateTime, test code using File.ReadAllText, what abstraction for Environment, how to make statics injectable, adopt System.IO.Abstractions, make file calls testable. DO NOT USE FOR: detecting statics (use detect-static-dependencies), migrating call sites (use migrate-static-to-wrapper), general interface design not about testability.
软件工程 / 诊断修复
browser-automation
browser-automation
Expert in browser automation using Chrome DevTools Protocol (CDP) and WebDriver. Specializes in secure web automation, testing, and scraping with proper…
软件工程 / 诊断修复
email-subject-line-optimizer
email-subject-line-optimizer
A/B test subject line variations using proven copywriting frameworks. Predict open rates based on historical performance.
软件工程 / 诊断修复
senior-qa-engineer
senior-qa-engineer
Behave as a Senior QA Engineer covering the complete software testing lifecycle from requirements analysis through test automation and continuous improvement.…
软件工程 / 部署发布
citation-bibliography-generator
citation-bibliography-generator
Format citations in APA, MLA, Chicago, IEEE, Harvard styles from structured data, DOI/ISBN lookup, or manual entry. Generate bibliographies with auto-sort.
软件工程 / 诊断修复
clap
clap
Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces
软件工程 / 诊断修复
rtk-optimizer
rtk-optimizer
Wrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output…
软件工程 / 诊断修复
backend-testing
backend-testing
Turn backend test ambiguity into one practical backend test packet. Use when the user needs API/service/repository/auth-flow coverage design, fixture or seed/reset strategy, container-vs-mock dependency choices, contract/API compatibility checks, or flaky backend-suite stabilization across local and CI. Route org-wide testing policy to `testing-strategies`, API shape decisions to `api-design`, and auth implementation to `authentication-setup`.
软件工程 / 诊断修复
sql-server-2025
sql-server-2025
SQL Server 2025 and SqlPackage 170.2.70 (October 2025) - Vector databases, AI integration, and latest features
软件工程 / 诊断修复
architecture-review
architecture-review
Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.
软件工程 / 诊断修复
accessibility
accessibility
Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy,…
软件工程 / 诊断修复
research
research
Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.
软件工程 / 诊断修复
cross-gcc
cross-gcc
Cross-compilation with GCC skill for embedded and multi-architecture targets. Use when setting up cross-gcc toolchains, configuring sysroots, building for…
软件工程 / 部署发布
cypress-playwright-setup
cypress-playwright-setup
Sets up end-to-end testing with Cypress or Playwright including page objects, fixtures, and CI integration. Use when users request "E2E testing", "Cypress…
软件工程 / 诊断修复
e2e-testing
e2e-testing
AI-powered E2E testing for any app — Flutter, React Native, iOS, Android, Electron, Tauri, KMP, .NET MAUI. Test 8 platforms with natural language through MCP.…
软件工程 / 诊断修复
swift-testing
swift-testing
Use when writing tests with Swift Testing (@Test, #expect, #require), migrating from XCTest, implementing async tests, or parameterizing tests.
软件工程 / 诊断修复
regex-visual-debugger
regex-visual-debugger
Debug regex patterns with visual breakdowns, plain English explanations, test case generation, and flavor conversion. Use when user needs help with regular…
软件工程 / 诊断修复
bad-example-skill
bad-example-skill
ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)