一键导入
quality-assurance
Quality assurance processes and methodologies. Use when planning testing, managing bugs, or improving quality.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quality assurance processes and methodologies. Use when planning testing, managing bugs, or improving quality.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Schedule reminders and recurring tasks.
Two-layer memory system with grep-based recall.
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Business process analysis and improvement. Use when mapping, analyzing, or optimizing processes.
Requirements gathering and documentation. Use when eliciting, documenting, or validating requirements.
| name | quality-assurance |
| description | Quality assurance processes and methodologies. Use when planning testing, managing bugs, or improving quality. |
| metadata | {"clawbot":{"emoji":"✅"}} |
Requirements → Design → Development → Testing → Release
↑ ↑ ↑ ↑ ↑
Review Review Code Review QA Monitoring
## Bug Report
### Summary
[One-line description]
### Environment
- Browser/OS:
- Version:
- User type:
### Steps to Reproduce
1. Go to [page]
2. Click [element]
3. Enter [data]
4. Observe [behavior]
### Expected Result
[What should happen]
### Actual Result
[What actually happens]
### Severity
- [ ] Critical - System unusable
- [ ] Major - Feature broken
- [ ] Minor - Workaround available
- [ ] Cosmetic - Visual issue
### Attachments
[Screenshots, logs, video]
## Test Case: [ID]
### Title
[Brief description]
### Preconditions
- User is logged in
- [Other setup]
### Test Steps
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | Navigate to page | Page loads |
| 2 | Click button | Modal opens |
### Test Data
- Username: test@example.com
- [Other data]
### Priority
High/Medium/Low
### Type
Functional/Regression/Smoke
Divide inputs into groups that should behave the same.
Test at the edges of valid ranges.
Cover all combinations of conditions.
Session-based testing with a charter.
| Metric | Formula | Target |
|---|---|---|
| Defect Density | Bugs / KLOC | < 1 |
| Test Coverage | Covered / Total | > 80% |
| Defect Escape | Prod bugs / Total bugs | < 5% |
| Pass Rate | Passed / Total tests | > 95% |