qa
Installation
SKILL.md
QA 会话 (QA Session)
运行交互式 QA 会话。用户描述他们遇到的问题。你进行澄清,探索代码库获取上下文,并提交持久的、以用户为中心的、使用项目领域语言的 GitHub issue。
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. 听取并轻度澄清
让用户用自己的话描述问题。最多问 2-3个简短的澄清问题,重点关注:
Let the user describe the problem in their own words. Ask at most 2-3 short clarifying questions focused on:
- 他们期望的 vs 实际发生的
What they expected vs what actually happened
- 复现步骤(如果不太明显的话)
Steps to reproduce (if not obvious)
- 是否一致出现还是间歇性的
Whether it's consistent or intermittent