gate-wiring
OfficialEnsure code is connected and clean.
Software Engineering#code quality#architecture#static analysis#code review#refactoring#dependency management
AuthorObsidian-Owl
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents code rot by detecting and flagging issues like unused exports, orphaned files, architectural layer violations, and circular dependencies, ensuring the codebase remains well-structured and maintainable.
Core Features & Use Cases
- Unused Export Detection: Identifies exported code elements that are never imported or used.
- Orphaned File Identification: Finds files within the project that are not referenced by any other part of the codebase.
- Architecture Layer Enforcement: Verifies that code adheres to defined architectural layers, preventing cross-layer violations.
- Circular Dependency Detection: Catches import cycles that can lead to runtime errors and complex maintenance.
- Use Case: Before merging a pull request, this Skill can automatically scan the changed files and their immediate dependents to ensure no new dead code or architectural breaches are introduced.
Quick Start
Run the gate-wiring skill to analyze the recently changed files for any wiring issues.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gate-wiring Download link: https://github.com/Obsidian-Owl/specwright/archive/main.zip#gate-wiring Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.