refactor-arch-hotspots

Refactor: Architecture Hotspots

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "refactor-arch-hotspots" with this command: npx skills add cantagestudio/cosmicatlaspacker/cantagestudio-cosmicatlaspacker-refactor-arch-hotspots

Refactor: Architecture Hotspots

Find structural issues that create ongoing maintenance burden.

Hotspot Categories

  1. High-Churn Files

Files changed frequently indicate poor abstraction boundaries.

  1. Coupling Analysis
  • Afferent Coupling (Ca): Who depends on this?

  • Efferent Coupling (Ce): What does this depend on?

  • Instability (I): Ce / (Ca + Ce)

  1. Layer Violations
  • UI accessing database directly

  • Business logic in controllers

  • Circular module dependencies

  1. Dependency Tangles
  • Import cycles

  • Bidirectional dependencies

  • God modules everything imports

Prioritization

Focus on hotspots that are:

  • High churn AND high complexity

  • Frequently causing bugs

  • Blocking feature development

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

refactor-dedupe-and-cleanup

No summary provided by upstream source.

Repository SourceNeeds Review
General

aesthetic-pattern-miner

No summary provided by upstream source.

Repository SourceNeeds Review
General

brand-guidelines-enforcer

No summary provided by upstream source.

Repository SourceNeeds Review