← スキル一覧に戻る

explore
by ianwatts22
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: explore description: Systematically explore a codebase area and find/fix obvious issues with fresh eyes. argument-hint: [FOCUS=]
Explore the codebase methodically, not randomly. Goal: understand the relevant execution flow, identify likely issues, and make the smallest correct improvements.
How To Operate
- Clarify the target
- If
FOCUSis provided, use it. If not, ask what area/bug/goal matters most. - Ask for repro steps, expected behavior, and constraints.
- If
- Map the flow
- Identify entrypoints (CLI entry, API route, job, UI page, DB mutation, etc.).
- Trace the call chain through imports and callers.
- Note sources of truth (schema, config, shared types).
- Look for high-signal problems
- Obvious bugs, incorrect assumptions, dead code, mismatched types.
- Inconsistencies with the repo’s conventions (SSOT, validation, config).
- Missing error handling / logging around external boundaries.
- Fix surgically
- Prefer minimal diffs over refactors.
- Don’t introduce new abstractions unless they delete more complexity than they add.
- Verify
- Run the smallest targeted test/build/lint available.
- Report
- What you inspected, what you found, what you changed, what remains.
Output Format
- Summary (1–3 bullets)
- Findings (bugs / risks / debt)
- Fixes (what changed + why)
- Next steps (if any)
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です