| name | code-audit |
| description | Use when reviewing code or a codebase for DevOps readiness, security issues, and missing best practices |
Code Audit
Works In Both Modes
- Repo mode — scan actual files in the working directory
- Chat mode — audit pasted code snippets or configs
Audit Categories
Run through each category. Report findings as: CRITICAL, WARNING, or INFO.
1. Secrets & Security
2. Container Readiness
3. Kubernetes / Orchestration
4. CI/CD
5. Infrastructure as Code
6. Observability
Reporting Format
For each finding:
[SEVERITY] Category — Description
File: path/to/file (or "pasted code")
Why it matters: ...
Fix: ...
End with a summary count: X critical, Y warnings, Z info items.