원클릭으로
engineering-audit
Audit code with an evidence-first, pipeline-aware review format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit code with an evidence-first, pipeline-aware review format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update CHANGELOG.md and usr/docs/changelogs in amkisko house style. Use when editing changelogs, preparing releases, or syncing engineering notes into product-facing release text.
Audit third-party dependencies with advisory scans plus deep recon/OSINT. Use when asked to audit, review, or harden the dependency graph, lockfiles, or package manifests.
| name | engineering-audit |
| description | Audit code with an evidence-first, pipeline-aware review format. |
Use when asked for an engineering audit, systems review, hot-path analysis, Big-O review, or pipeline-style inspection.
Read engineering-audit.md in this skill directory for dimensions, stage checks, finding format, and ranking.
Pipeline:
ingress → app logic → cache → database → queue → worker → external API → egress
Order findings by danger, then certainty, then impact, then fix cost. Present the smallest credible fix before structural rewrite. Separate missing coverage from futile coverage.