← スキル一覧に戻る

discovery
by GarGraham
Provide a self‑service platform for automated correlation and multivariate analysis of tabular datasets. The tool should allow non‑specialists and analysts alike to quickly surface relationships between variables without manually coding statistical tests.
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: discovery description: Map unfamiliar code, trace data flows, and identify entry points without changing behavior.
Skill: Discovery
See also:
AGENT_SYSTEM.md
Phase
- Understand
Purpose
- Map unfamiliar or confusing code without changing it.
Use When
- “How does X work?”
- “Where is Y handled?”
- “Trace the data flow”
- “What calls this?”
Inputs to Request (only if needed)
- What is the user trying to understand (X/Y/Z)?
- Any suspected area (file, module, feature name)?
- Any constraints (timebox, depth)?
Workflow
- Search the codebase (grep/ripgrep/find) before guessing
- Identify entry points:
- routes/controllers/handlers
- CLI entry
- UI entry component
- Trace flow:
- entry → processing → storage/output
- Identify side effects:
- DB writes
- external API calls
- filesystem
- global state
- Note “gotchas”:
- duplicated logic
- dead/legacy paths
- confusing naming
Output
- Map: bullet list of key files + 1-line role each
- Flow: 2–3 sentence summary
- Gotchas: bullets
Guardrails
- Don’t propose changes unless asked
- Don’t speculate; label unknowns clearly
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です