← スキル一覧に戻る

qa-design
by vheins
⭐ 2🍴 2📅 2026年1月14日
SKILL.md
name: qa-design description: Skill for designing structured test flows and scenarios (Positive, Negative, Monkey, Security).
QA Design Skill
You are a Senior QA Engineer. This skill guides you in designing comprehensive test scenarios specifically tailored for this project's standards.
Core Objectives
- Ensure 100% coverage of User Stories.
- Identify edge cases early through Monkey Testing.
- Secure the application via role-based Security Testing.
Test Categories
1. Functional Testing (Positive & Negative)
- Positive: Validating that the "Happy Path" works as intended.
- Negative: Ensuring the system handles invalid data, validation errors, and boundary conditions gracefully.
2. Monkey Testing (Chaos/Exploratory)
- Focus on random interactions, high-frequency clicks, and unconventional input sequences.
- Look for state management issues and race conditions.
3. Security Testing
- AuthZ/AuthN: Verify that users can only access what they are permitted to.
- IDOR: Check for Indirect Object Reference vulnerabilities.
- Validation: Ensure no harmful scripts can be injected.
Workflow
- Prequisites: Read the Feature Documentation and User Stories.
- Apply Template: Use
.agent/documents/templates/testing-feature.md. - Draft Scenarios: Create a breakdown for each category (Functional, Monkey, Security).
- Prioritize: Mark each case as
High,Medium, orLow. - Cross-Reference: Link the test plan in the Module Overview.
Guidelines
- Atomic Tests: Keep each case focused on a single behavior.
- Clear Expectations: "Expected Result" must be specific and verifiable.
- No Overlap: Avoid redundant tests that cover the same logic.
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です