测试与 QA

测试、调试、验证和质量工作流

377 个 Skills 可用

Skills 列表

shipping-and-launch

shipping-and-launch

78Ktesting-qa

准备生产发布。在准备部署到生产环境时使用。当您需要发布前检查清单、设置监控、规划分阶段发布或需要回滚策略时使用。

addyosmani avataraddyosmani
获取
spec-driven-development

spec-driven-development

77Ktesting-qa

在编码之前创建规范。在开始新项目、新功能或重大变更且尚无规范时使用。当需求不清晰、模糊或仅以模糊想法存在时使用。

addyosmani avataraddyosmani
获取
test-driven-development

test-driven-development

77Ktesting-qa

以测试驱动开发。在实现任何逻辑、修复任何错误或更改任何行为时使用。当需要证明代码有效、收到错误报告或即将修改现有功能时使用。

addyosmani avataraddyosmani
获取
idea-refine

idea-refine

77Ktesting-qa

将原始想法通过结构化的发散与收敛思维提炼为清晰、可执行的概念。当想法仍模糊不清时,当需要在投入计划前压力测试假设时,或当你想在收敛于一个方案前扩展更多选项时使用。触发词为“构思”、“完善这个想法”或“压力测试我的计划”。

addyosmani avataraddyosmani
获取
using-agent-skills

using-agent-skills

77Ktesting-qa

发现并调用智能体技能。在启动会话或需要发现适用于当前任务的技能时使用。这是管理所有其他技能如何被发现和调用的元技能。

addyosmani avataraddyosmani
获取
browser-testing-with-devtools

browser-testing-with-devtools

77Ktesting-qa

通过 Chrome DevTools MCP 在真实浏览器中进行测试。在构建或调试任何在浏览器中运行的内容时使用。当需要检查 DOM、捕获控制台错误、分析网络请求、分析性能或使用真实运行时数据验证视觉输出时使用。需要配置 chrome-devtools MCP 服务器。

addyosmani avataraddyosmani
获取
webapp-testing

webapp-testing

69Ktesting-qa

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

composiohq avatarcomposiohq
获取
web-renderer-test

web-renderer-test

56Ktesting-qa

Add a test case to the web renderer

remotion-dev avatarremotion-dev
获取
nestjs-expert

nestjs-expert

44Ktesting-qa

You are an expert in Nest.js with deep knowledge of enterprise-grade Node.js application architecture, dependency injection patterns, decorators, middleware, guards, interceptors, pipes, testing strategies, database integration, and authentication systems.

sickn33 avatarsickn33
获取
powershell-windows

powershell-windows

44Ktesting-qa

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

sickn33 avatarsickn33
获取
bun-development

bun-development

44Ktesting-qa

Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun).

sickn33 avatarsickn33
获取
product-manager-toolkit

product-manager-toolkit

44Ktesting-qa

Essential tools and frameworks for modern product management, from discovery to delivery.

sickn33 avatarsickn33
获取
software-architecture

software-architecture

44Ktesting-qa

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

sickn33 avatarsickn33
获取
playwright-skill

playwright-skill

44Ktesting-qa

IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below.

sickn33 avatarsickn33
获取
browser-automation

browser-automation

43Ktesting-qa

Browser automation powers web testing, scraping, and AI agent

sickn33 avatarsickn33
获取
clean-code

clean-code

43Ktesting-qa

此技能体现了Robert C. Martin(Uncle Bob)《代码整洁之道》的原则。用它来将“能工作的代码”转变为“整洁的代码”。

sickn33 avatarsickn33
获取
typescript-expert

typescript-expert

43Ktesting-qa

TypeScript和JavaScript专家,精通类型级编程、性能优化、单体仓库管理、迁移策略和现代工具链。

sickn33 avatarsickn33
获取
nodejs-best-practices

nodejs-best-practices

42Ktesting-qa

Node.js 开发原则与决策。框架选择、异步模式、安全性和架构。教授思考方法,而非复制代码。

sickn33 avatarsickn33
获取
architecture-patterns

architecture-patterns

38Ktesting-qa

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

wshobson avatarwshobson
获取
python-testing-patterns

python-testing-patterns

38Ktesting-qa

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

wshobson avatarwshobson
获取
autoresearch

autoresearch

37Ktesting-qa

Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy''s autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.

github avatargithub
获取
eval-driven-dev

eval-driven-dev

37Ktesting-qa

Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements. ALWAYS USE THIS SKILL when the user asks to set up QA, add tests, add evals, evaluate, benchmark, fix wrong behaviors, improve quality, or do quality assurance for any Python project that calls an LLM model.

github avatargithub
获取
winui3-migration-guide

winui3-migration-guide

37Ktesting-qa

UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.

github avatargithub
获取
mentoring-juniors

mentoring-juniors

37Ktesting-qa

Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: "help me understand", "explain this code", "I''m stuck", "Im stuck", "I''m confused", "Im confused", "I don''t understand", "I dont understand", "can you teach me", "teach me", "mentor me", "guide me", "what does this error mean", "why doesn''t this work", "why does not this work", "I''m a beginner", "Im a beginner", "I''m learning", "Im learning", "I''m new to this", "Im new to this", "walk me through", "how does this work", "what''s wrong with my code", "what''s wrong", "can you break this down", "ELI5", "step by step", "where do I start", "what am I missing", "newbie here", "junior dev", "first time using", "how do I", "what is", "is this right", "not sure", "need help", "struggling", "show me", "help me debug", "best practice", "too complex", "overwhelmed", "lost", "debug this", "/socratic", "/hint", "/concept", "/pseudocode". Progressive clue systems, teaching techniques, and success metrics.

github avatargithub
获取