This is a systematic code auditor that scans your codebase for bugs, security holes, performance issues, maintainability debt, and architectural drift. It won't fix anything, just produces a structured inventory of findings cross-classified by severity (P0/P1/P2) and type. You tell it what to scan (a module, directory, or search term), it reads the actual code with file:line references, and outputs markdown reports in .codestable/audits/ with confidence levels and suggested next actions. The hard limit of 5 findings per dimension forces it to report what actually matters instead of dumping everything. Think of it as filling the gap between "I know there's a bug here" and "something feels off but I don't know where to look."
npx skills add https://github.com/liuzhengdongfortest/codestable --skill cs-audit