ワンクリックで
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.