wednesday-solutions/module-audit-agent
Use when asked to audit a module, check its health, or assess whether it should be refactored. Runs structural query, risk check, and test generation automatically.
npx skills add https://github.com/wednesday-solutions/ai-agent-skills --skill module-audit-agent
dep-graph.json and summaries.json for the target module. Report: what it does, its imports, what imports it, and any known conflicts.wednesday-skills score <module> and wednesday-skills blast <module>. Report risk band and total dependent count.wednesday-skills gen-tests --file <module>Take wednesday-solutions/module-audit-agent from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.