qa

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

把人工报告流程和问题定位结合,适合开发者与测试协作的场景。

▸ 风险提示

会自动创建或提交 GitHub issue,需授权仓库写入权限。

这个 Skill 做什么

交互式 QA 会话中定位问题并为确认的缺陷创建 GitHub issue。

以对话形式帮你定位程序或产品中的问题,并把确认的缺陷直接建成 GitHub issue。会在后台查看代码库获取上下文、复现线索,并用简短问题厘清细节后生成可追踪的 issue。适合想边聊边做 QA、把口头问题落成可跟踪工单的场景,输出面向使用者且便于后续跟进。

▸ 展开 SKILL.md 英文原文

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

开发编程QA会话问题记录自动提单代码探索通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/qa/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/qa/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# QA Session

Run an interactive QA session. The user describes problems they're encountering. You clarify, explore the codebase for context, and file GitHub issues that are durable, user-focused, and use the project's domain language.

## For each issue the user raises

### 1. Listen and lightly clarify

Let the user describe the problem in their own words. Ask **at most 2-3 short clarifying questions** focused on:

- What they expected vs what actually happened
- Steps to reproduce (if not obvious)
- Whether it's consistent or intermittent

Do NOT over-interview. If the description is clear enough to file, move on.

### 2. Explore the codebase in the background

While talking to the user, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有