audit
SolidAudit a whole repository against procoder's four rungs — SAFE, TRUE, OBVIOUS, ALONE. Use when the user says "procoder audit", "audit this codebase", "audit the whole repo", "audit the entire codebase", "where is this codebase weakest", "how bad is this repo", or invokes /procoder:audit. Whole-repo sweep; use /procoder:review for a diff.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- azrtydxb
- Repository
- azrtydxb/procoder
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
review
Review the current diff against procoder's four rungs — SAFE, TRUE, OBVIOUS, ALONE. Use when the user says "procoder review", "review my changes", "review this diff", "is this safe to ship", "check this diff", "review before commit", "review my staged changes", or invokes /procoder:review. Reviews changed code only; use /procoder:audit for the whole repo.
rot
Find dead, stale, and deprecated code left behind — rung 4, ALONE. Use when the user says "procoder rot", "find dead code", "what can I delete", "unused exports", "stale code", "deprecated code", "unused dependencies", "what's rotting in here", or invokes /procoder:rot. Reports deletions with reachability evidence; never deletes.
audit
Use when auditing, reviewing, hardening, or assessing code — a whole codebase, a single module, a branch diff, staged changes, or a PR. Triggers include 'audit', 'code review', 'security review', 'find vulnerabilities', 'check for weaknesses', 'is this code safe', 'pre-release review', 'what could go wrong here', 'quality review', 'this is getting messy', 'improve the architecture', 'find refactoring opportunities', 'is this abstraction worth it'. Any language, any layer: backend, frontend, CLI, library, infrastructure-as-code. Defensive purpose only: findings and remediation, never exploit development.