スキル一覧に戻る
place-to-stand

test-plan

by place-to-stand

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: test-plan description: Generate manual test plans with test cases, role-based scenarios, and edge cases. Use when preparing for QA, before releases, after completing features, or when asked to create test documentation.

Manual Test Plan Generator

Generate comprehensive manual test plans for features, changes, or releases.

Scope

Create test plans covering:

1. Functional Testing

  • Happy path scenarios
  • Edge cases and boundary conditions
  • Error handling and validation
  • State transitions
  • Data persistence

2. User Flow Testing

  • Complete user journeys
  • Multi-step workflows
  • Navigation and routing
  • Form submissions
  • File uploads (task-attachments, user-avatars)

3. Role-Based Testing

  • ADMIN role scenarios
  • CLIENT role scenarios
  • Permission boundaries
  • Access control verification
  • Client membership scoping

4. Cross-Browser Testing

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

5. Responsive Testing

  • Mobile (320px+)
  • Tablet (768px+)
  • Desktop (1024px+)
  • Per AGENTS.md: no horizontal scroll

6. Accessibility Testing

  • Keyboard-only navigation
  • Screen reader compatibility
  • Focus management
  • Color contrast

7. Integration Points

  • Supabase Auth flows
  • Supabase Storage operations
  • Email sending (Resend)
  • External API integrations

Output Format

# Test Plan: [Feature Name]

## Overview
Brief description of what's being tested

## Prerequisites
- Required test data
- User accounts needed
- Environment setup

## Test Cases

### TC-001: [Test Case Name]
**Priority:** P0|P1|P2
**Type:** Functional|UI|Integration|Security
**Role:** ADMIN|CLIENT|Unauthenticated

**Preconditions:**
- List of required states

**Steps:**
1. Step-by-step instructions
2. Be specific about clicks/inputs
3. Include expected intermediate states

**Expected Result:**
- What should happen

**Actual Result:**
- [ ] Pass
- [ ] Fail (describe issue)

---

Actions

  1. Analyze the feature or change scope
  2. Identify all user-facing behaviors
  3. Map permission requirements
  4. Consider failure modes
  5. Include regression scenarios

Test Plan Principles

  • Cover both positive and negative cases
  • Include data boundary conditions
  • Test with different user roles
  • Verify soft delete behavior
  • Check loading and empty states

Post-Generation

Provide:

  • Prioritized test case list (P0 first)
  • Estimated testing time
  • Required test data setup scripts
  • Automation candidates for future

スコア

総合スコア

50/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
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です