원클릭으로
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% |