搜索结果
全部能力
找到 2016 个相关结果 / 测试与 QA
软件工程 / 诊断修复
阿里云平合文档 API 审核
alicloud-platform-docs-api-review
根据产品名称自动审阅最新阿里云产品文档和OpenAPI文档,然后输出带证据的详细优先级改进建议…
软件工程 / 诊断修复
generate-synthetic-data
generate-synthetic-data
Create diverse synthetic test inputs for LLM pipeline evaluation using dimension-based tuple generation. Use when bootstrapping an eval dataset, when real user data is sparse, or when stress-testing specific failure hypotheses. Do NOT use when you already have 100+ representative real traces (use stratified sampling instead), or when the task is collecting production logs.
软件工程 / 诊断修复
frontend-architecture
frontend-architecture
Component architecture, design patterns, state management strategies, module systems, build tools, and scalable application structure
软件工程 / 诊断修复
playwright-core
playwright-core
Battle-tested Playwright patterns for writing and debugging reliable E2E, API, component, visual, accessibility, and security tests. Use when you need locator…
软件工程 / 诊断修复
Angular 最佳实践 - Material
angular-best-practices-material
Angular Material 和 CDK 最佳实践。涵盖选择性导入、M3 主题、CDK 工具函数和组件测试 harness。在使用 @angular/material 和 @angular/cdk 时激活。不适用于 PrimeNG、Spartan UI 或其他组件库。与 angular-best-practices 搭配安装以获得完整覆盖。
软件工程 / 诊断修复
dependency-injection-patterns
dependency-injection-patterns
Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable…
软件工程 / 诊断修复
playwright-blazor-testing
playwright-blazor-testing
Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common…
软件工程 / 诊断修复
designlang-design-extract
designlang-design-extract
Extract complete design systems from any website — colors, typography, spacing, shadows, and more — using the designlang CLI.
软件工程 / 诊断修复
data-validation
data-validation
QA an analysis before sharing with stakeholders — methodology checks, accuracy verification, and bias detection. Use when reviewing an analysis for errors,…
软件工程 / 诊断修复
tdd-workflows-tdd-green
tdd-workflows-tdd-green
Implement the minimal code needed to make failing tests pass in the TDD green phase.
软件工程 / 诊断修复
comfyui-nodes-dev
comfyui-nodes-dev
Develop ComfyUI server-side V3 custom nodes (Python) using Comfy API v0_0_2/latest, schema-based inputs/outputs, ComfyExtension entrypoints, and UI preview…
软件工程 / 诊断修复
axum
axum
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
软件工程 / 诊断修复
memory-literary-analysis
memory-literary-analysis
Analyze a complete literary work into a structured Basic Memory knowledge graph. Covers schema design, entity seeding, chapter-by-chapter processing,…
软件工程 / 诊断修复
book-study
book-study
Reading coach: guides users through books systematically with knowledge compilation, mastery testing, spaced repetition, and knowledge querying. Use when user…
软件工程 / 诊断修复
fastapi-microservices-development
fastapi-microservices-development
Comprehensive guide for building production-ready microservices with FastAPI including REST API patterns, async operations, dependency injection, and…
软件工程 / 诊断修复
kernel-python-sdk
kernel-python-sdk
Build browser automation scripts using the Kernel Python SDK with Playwright and remote browser management.
软件工程 / 诊断修复
ecommerce-support
ecommerce-support
AI电商客服助手,支持订单查询、商品推荐、工单处理,可使用Playwright MCP自动操作电商后台查询真实订单状态。
软件工程 / 诊断修复
create-pr
create-pr
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing…
软件工程 / 诊断修复
performance-testing-review-multi-agent-review
performance-testing-review-multi-agent-review
Use when working with performance testing review multi agent review
软件工程 / 诊断修复
golang-testing-strategies
golang-testing-strategies
Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration