소스 정보
- 저장소
- lis186/SourceAtlas
- 최근 소스 활동
- 2026년 3월 9일 09:02
- 감지된 SKILL.md 언어
- 영어
- 스타
- 46
- 포크
- 4
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/lis186/SourceAtlas --skill impact명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| 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