Planning Repo Impact
Use this skill before risky or cross-repo modifications.
Workflow
- Identify target symbols/files for change.
- Use metagit workspace context to bound repository scope.
- Use graph impact tooling to estimate blast radius.
- Produce a change plan with test and rollback focus.
Commands
metagit workspace select --project <name>- MCP
metagit_cross_project_dependencieswithsource_projectanddependency_typesbefore large cross-project edits - MCP
metagit_project_context_switchto bound scope to one workspace project npx gitnexus analyzeon affected repos whengraph_statusisstaleormissingmetagit gitnexus group sync -c .metagit.ymlwhen cross-repo symbol impact is needed (after per-repo analyze)npx gitnexus query/gitnexus impactfor single-repo symbol analysis;gitnexus group impactfor cross-index
Output Contract
Return:
- impacted repositories and interfaces
- highest-risk change points
- minimum validation plan
Safety
- Do not execute mutating steps in this planning phase.