← スキル一覧に戻る

reject-investigation
by brendankowitz
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: reject-investigation description: > Mark an investigation as rejected with documented rationale. Use when user says "reject investigation {topic} for {feature-name}". Updates status to Rejected, fills in verdict section with clear rejection reason.
Reject Investigation
Mark an investigation as rejected with documented rationale.
Usage: When user says "reject investigation {topic} for {feature-name}"
Instructions
-
Read the investigation at
docs/features/{feature-name}/investigations/{topic}.md -
Update the investigation:
- Change
**Status**:toRejected - Fill in the Verdict section with clear rejection rationale
- Change
-
Common rejection reasons (be specific):
- Layer violation: "Violates architectural layering (e.g., Data layer calling API layer)"
- Complexity: "Adds 500+ lines for marginal benefit"
- Performance: "O(n^2) scaling with resource count"
- DevEx violation: "Requires external service to run locally"
- Spec non-compliance: "Violates specification"
- Superseded: "Approach B solves this more elegantly"
-
Update
readme.md: Change investigation status in table to "Rejected" -
Output: Summarize what was rejected and why. Note remaining viable investigations.
Rejection Format
In the Verdict section:
## Verdict
**Rejected**: {One sentence reason}
{Optional: 2-3 sentences of additional context if the rejection isn't obvious}
スコア
総合スコア
60/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未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です