Assess which canonical architecture components a proposed edit or current diff may affect. Use before a cross-module or boundary-changing edit, or when asked what could break. Do not use for an obvious local edit confined to one known implementation.
Install
npx skillscat add thesoulgiver/live-architecture-context/architecture-impact Install via the SkillsCat registry.
SKILL.md
Architecture impact
Use the repository's Archctx command only when the change may cross an architecture boundary.
- Run
archctx statuswhen.archctx/architecture.jsonexists (or the exact configured command from local guidance); if it isFRESH, runimpact --files <exact changed paths>. - Use the returned component IDs to decide which owners and source evidence to inspect. An empty result
is a reason to continue normal targeted review, not a proof of no impact. - Let the repository watcher refresh after an edit. Run
refreshyourself only when the task authorizes
a local index update and no watcher is active.
Archctx narrows review; it neither approves a change nor replaces tests, source review, or release rules.