Architectural Analysis
SkillDev toolsArchitectural audit that hunts dead code, duplicated functionality, anti-patterns, type confusion, and code smells across a whole codebase. Use when the user asks for architectural analysis, to find dead or unused code, identify duplication, or assess codebase health. Don't use for style/formatting,
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Architectural Analysis skill
What this skill tells your AI
The instructions your AI receives, as published by pedronauck/skills in skills/mine/architectural-analysis/SKILL.md and read by ahel’s review.
Audit the requested scope and report concrete design problems. An audit alone is read-only; existing explicit authorization to apply findings can include remediation. Use the project's boundaries and public compatibility policy when judging a design.
- Resolve scope from the request/context. Map entry points and relevant dependencies with
rg --files, scopedrgsearches, and available static-analysis output. Do not create one todo per source file or assume a TypeScript stack. - Prioritize signals: dead exports, duplicated responsibilities, cycles, confused ownership/types, and expensive change patterns. Read the matching section of
references/detection-catalog.mdwhen classifying a candidate; thresholds are clues, not automatic defects. - Trace usage before declaring code dead, including dynamic loading, reflection, framework hooks, tests, and published APIs. An unreferenced public export is not safe to delete solely because this checkout has no consumer.
- Confirm each material finding in source. Explain the behavior or maintenance cost, cite paths/lines, state uncertainty, and propose the smallest useful change. Avoid a separate generic smell sweep when it adds no evidence.
- Match report size to the request. For a broad audit, use
assets/report-template.mdas an adaptable outline and save.audits/architectural-analysis-<timestamp>.md; distinguish inspected and uninspected areas. For a narrow answer, a concise finding list is enough. Missing coverage must never be reported asNone found. - Summarize the important findings and evidence. Existing source and summary templates are optional presentation aids, not two required reports.
Signals
- GitHub stars
- 611
- Forks
- 88
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
architectural-analysis-pedronauck- Source
- github.com/pedronauck/skills