← スキル一覧に戻る

test-feedback
by MQFacultyOfArts
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: test-feedback description: File structured GitHub issues for testing feedback on prototype releases. Use when testing a new prototype build and need to report bugs, usability issues, or feature requests. Guides through creating well-structured issue reports.
Test Feedback Skill
Help testers create well-structured GitHub issues for prototype feedback.
When to Use
- After testing a prototype release
- When encountering a bug or unexpected behavior
- When suggesting improvements or new features
- When reporting usability issues
Issue Types
Bug Report
## Bug Report
**Prototype Version:** [version/commit/date of build tested]
**Environment:**
- Browser: [e.g., Chrome 120, Safari 17]
- OS: [e.g., macOS 14.2, Windows 11]
- Screen size: [e.g., 1920x1080, mobile]
**Steps to Reproduce:**
1. [First step]
2. [Second step]
3. [Continue...]
**Expected Behavior:**
[What should happen]
**Actual Behavior:**
[What actually happened]
**Screenshots/Recording:**
[Attach if applicable]
**Severity:**
- [ ] Critical - blocks core functionality
- [ ] Major - significant feature broken
- [ ] Minor - cosmetic or edge case
Feature Request
## Feature Request
**Related to:** [Brief context, e.g., "Case annotation workflow"]
**Problem Statement:**
[What problem does this solve? What's frustrating about current behavior?]
**Proposed Solution:**
[How should it work?]
**Alternatives Considered:**
[Other approaches, if any]
**Priority:**
- [ ] Must-have for MVP
- [ ] Nice-to-have
- [ ] Future consideration
Usability Issue
## Usability Issue
**Prototype Version:** [version/date]
**Task Attempted:**
[What were you trying to accomplish?]
**Difficulty Encountered:**
[What made it hard?]
**Suggested Improvement:**
[How could this be easier?]
**User Context:**
[Relevant experience level, e.g., "First time using the tool"]
Process
- Identify the issue type - Bug, feature request, or usability issue
- Gather context - Version, environment, steps to reproduce
- Draft the issue using the appropriate template above
- Add labels - Use labels like
bug,enhancement,usability,case-brief-tool - Submit via gh CLI
Creating Issues
Use the GitHub CLI to create issues:
# Bug report
gh issue create --title "Bug: [Brief description]" \
--label "bug,case-brief-tool" \
--body "$(cat <<'EOF'
[Issue body from template]
EOF
)"
# Feature request
gh issue create --title "Feature: [Brief description]" \
--label "enhancement,case-brief-tool" \
--body "$(cat <<'EOF'
[Issue body from template]
EOF
)"
# Usability issue
gh issue create --title "UX: [Brief description]" \
--label "usability,case-brief-tool" \
--body "$(cat <<'EOF'
[Issue body from template]
EOF
)"
Labels to Use
| Label | When to use |
|---|---|
bug | Something is broken |
enhancement | New feature or improvement |
usability | Confusing or hard to use |
case-brief-tool | Specific to Case Brief Tool (vs PromptGrimoire) |
promptgrimoire | Specific to PromptGrimoire |
mvp-blocker | Must fix before Feb 2025 release |
documentation | Docs need updating |
Good Issue Titles
- Bug: "PDF highlights disappear after page navigation"
- Feature: "Add keyboard shortcuts for highlight tagging"
- UX: "Brief section order doesn't match reading workflow"
Tips for Effective Feedback
- One issue per report - Don't bundle multiple problems
- Be specific - "Button doesn't work" → "Save button shows spinner but never completes"
- Include context - What were you doing when this happened?
- Attach evidence - Screenshots, screen recordings, console errors
- Suggest solutions - If you have ideas, share them
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です