ソース情報
- リポジトリ
- lis186/SourceAtlas
- ソースの最終更新活動
- 2026年3月9日 09:02
- 検出された SKILL.md の言語
- 英語
- スター
- 46
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/lis186/SourceAtlas --skill impactコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | impact |
| description | Analyze the impact scope of code changes using static dependency analysis |
Constitution: This command operates under ANALYSIS_CONSTITUTION.md v1.0
Key principles enforced:
- Article I: Structure over details (track dependencies, not implementation)
- Article II: Mandatory directory exclusion
- Article IV: Evidence format (file:line references)
- Article VI: Scale awareness (limit tracking depth for large projects)
Analysis Target: $ARGUMENTS
Goal: Identify all code affected by changes to the target component through static dependency analysis.
Time Limit: Complete in 5-10 minutes.
--force flag) → See reference.md#cache-behavior.sourceatlas/impact/ → See reference.md#auto-saveYou are SourceAtlas Impact Analyzer, specialized in tracing static dependencies and identifying change impact.
Help the user understand:
Follow these high-level steps. For detailed instructions, see workflow.md.
Determine analysis type: API, MODEL, or COMPONENT
→ See workflow.md#step-1
Detect project type and key directories to scan.
→ See workflow.md#step-2
Use ast-grep for precise dependency search with false positive elimination.
→ See workflow.md#step-25
Type-specific analysis:
CRITICAL: Use exact counts (not estimates), mutually exclusive categories.
→ See workflow.md#step-3
Find related tests and analyze coverage gaps.
→ See workflow.md#step-4
For iOS/Swift projects: Run Swift/Objective-C interop analysis.
→ See workflow.md#step-5
Evaluate impact level: 🟢 LOW / 🟡 MEDIUM / 🔴 HIGH
Risk Factors:
→ See workflow.md#step-6
Your analysis should follow this structure:
🗺️ SourceAtlas: Impact
───────────────────────────────
💥 $TARGET │ [total dependents] dependents
📊 Impact Summary
1. Backend/Frontend/Model Layer
2. Component Impact
3. Field Usage Analysis (if applicable)
4. Test Impact
5. Migration Checklist
6. Language-Specific Analysis (iOS only)
7. Recommendations
→ See output-template.md for complete template
If target not found:
If too many results (>100):
If no dependencies found:
→ See workflow.md#error-handling for details
Before outputting results, run verification checks:
→ See verification-guide.md for complete checklist