From team-shinchan
Analyzes cascade impact of modifying a component using the project ontology's dependency graph. Assesses risk level and identifies affected modules, dependencies, and test coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:impact-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the cascade impact of modifying a component using the project ontology's dependency graph.
Analyze the cascade impact of modifying a component using the project ontology's dependency graph.
/team-shinchan:impact-analysis [options]
<target> — Entity name, ID, or file path to analyze--depth <N> — Traversal depth (default: 2, max: 5)--direction outgoing|incoming|both — Direction of analysis (default: both).shinchan-docs/ontology/ontology.json exists/team-shinchan:ontology scan first."Run node ${CLAUDE_PLUGIN_ROOT}/src/ontology-engine.js related <entityId> with the specified depth.
Analyze the result:
Calculate risk level based on:
Display:
Impact Analysis: {target name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Risk Level: {HIGH|MEDIUM|LOW}
Direct Dependencies ({N}):
- {component name} ({file_path}) — {relation type}
...
Indirect Dependencies ({N}):
- {component name} ({file_path}) — via {intermediate}
...
Test Coverage:
- {test suite name} ({file_path}) — covers {component}
...
Affected Modules:
- {module name} ({N} components affected)
...
Recommendations:
- {recommendation based on risk level}
If ontology doesn't exist or target not found, suggest running scan first.
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.