qa-do

仓库创建 2026年3月24日最近提交 1 个月前SkillHot 收录 18 小时前
▸ 精选理由

在需求模糊时快速指引合适技能,避免盲目调用

这个 Skill 做什么

根据自然语言描述诊断 QA 情况并推荐应按序使用的 1–2 个技能。

把你一句话描述的 QA 问题快速诊断出匹配的测试流程,告诉你优先该用哪一到两个技能并按什么顺序跑。适合不知道从哪儿下手、问“我该先做什么测试”的场景,用来把模糊需求路由到具体工具和步骤。它不做深度指导,只做判断和推荐,帮你少走试错路线。

▸ 展开 SKILL.md 英文原文

Routing skill of last resort. Takes a plain-language QA situation and names the right 1-2 skills to use and in what order. Use ONLY when the request does not match any other skill's trigger phrases. Use when: "which skill should I use," "where do I start," "I'm not sure what to test," "/qa-do," or any vague QA situation that doesn't map to one skill. Not for: bootstrapping a brand-new project with no QA — use qa-start. Not for: capturing project setup/context — use qa-project-context. If the request clearly matches another skill, invoke that skill directly instead of routing through here. Related: qa-start, qa-project-context, test-strategy.

Skill 开发管理诊断路由QA通用
47
Stars
10
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-do/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/qa-do/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<objective>
Most QA situations fit a recognizable pattern. This skill takes a plain-language
description of what you're trying to do or what problem you're facing, matches it to a
pattern, and names the 1-2 skills to use and in what order. It diagnoses and routes — it
does not duplicate content from the skills it points to. If invoked with arguments, the
situation is `$ARGUMENTS`; otherwise ask the user for a sentence or two describing it.
</objective>

## Core Principles

1. **Route to the most precise skill, not the nearest neighbor.** A vague match to a
   broad skill is worse than a direct hit on a narrow one. "Reproduce this bug" goes to
   `bug-reproduction`, not the broader `ai-bug-tr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有