bug-analysis
Solid对已确认的 Bug 做根因定位、影响分析、回归建议时使用——复现 → 读代码定位根因 → 影响五面分析 → 回归建议,条目(根因/影响/Severity 依据/修复建议/回归建议五个扩展字段)落盘为 Bug 条目。不用于:仅收集 Bug 证据(automated-e2e-testing / api-testing)、疑似未定性缺陷(test-case-writing 的 Cx 记录)。
Install
Quality Score: 87/100
Skill Content
Details
- Author
- fishzjp
- Repository
- fishzjp/qa-skills
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
systematic-debug
在 debug / 修 bug / 异常排查 / "为什么不工作" 等语境下自动唤起。强制 agent 先走完根因分析的 7 问与 5 步骤,禁止直接给出反应式修补。当用户描述��bug、错误、stack trace、异常行为、"为什么 X 失败"、"为什么 Y 不工作"、"修一下这个"、"测试不过"、"500 报错"、"突然就坏了" 等情形时使用。
diagnosing-bugs
6-phase diagnosis loop for hard bugs and performance regressions. Use when debugging, diagnosing, or investigating something broken/throwing/failing/slow.
defect-analyze
分析异常堆栈、console 报错和 HTTP 失败,裁决带冲突标记的文本,对明确指定的 diff、分支、MR 或 PR 生成静态缺陷扫描报告,或根据 ZenTao Bug ID/URL 生成 hotfix 回归报告。需要 YAML 回归用例时转 test-case;基础设施连通性问题转 infra-diagnose。