원클릭으로
code-audit
Use when reviewing code or a codebase for DevOps readiness, security issues, and missing best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when reviewing code or a codebase for DevOps readiness, security issues, and missing best practices
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use before any DevOps build, change, or new feature — refine requirements through dialogue before touching infrastructure or code
Use when working with Docker — building images, writing Dockerfiles, debugging container issues
Use to execute a written implementation plan via subagents with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when working with Kubernetes or Helm — authoring, reviewing, hardening, or debugging manifests, Deployments, Services, Ingress, RBAC, NetworkPolicy, or cluster operations
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
| name | code-audit |
| description | Use when reviewing code or a codebase for DevOps readiness, security issues, and missing best practices |
Run through each category. Report findings as: CRITICAL, WARNING, or INFO.
.env files committed to git (check .gitignore)FROM ubuntu:latest without pinned version).dockerignore present (prevents leaking local files into image)latest)HEALTHCHECK in Dockerfile or K8s livenessProbe)requests and limits set for CPU and memorylivenessProbe and readinessProbe definedreplicas > 1 for production workloadsdefault)imagePullPolicy: Always for mutable tags.github/workflows/, .gitlab-ci.yml, Jenkinsfile)/health, /ready)/metrics)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.