원클릭으로
audit
Analyze files for quality and consistency within the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze files for quality and consistency within the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Make the current work resumable from a clean checkout — commit/push, record in-flight async work, flag what isn't durable. INVOKE ONLY when the user explicitly runs /handoff or asks for a handoff.
Launch and manage jobs on the HPC cluster (INVOKE ONLY when the user explicitly runs /hpc or asks to use this skill).
Deep analysis using parallel reasoning with iterative refinement
Deep verification that all changes meet requirements and preserve correctness
Identify files needed to accomplish a task
Read files in context
| name | audit |
| disable-model-invocation | true |
| description | Analyze files for quality and consistency within the codebase |
| allowed-tools | Bash(find:*), Bash(grep:*), Bash(ls:*), Bash(head:*), Bash(cat:*), Write |
| argument-hint | ["file1 file2 ... or directory or description"] |
$ARGUMENTS
ls -lagit status --short 2>/dev/null || echo "Not a git repository"Deploy specialized sub-agents as needed to audit the specified files across these key areas. Use Opus for all audit tasks (Sonnet only for mechanical checks like linting output, test pass/fail status, or counting TODOs; never Haiku).
Output: Write a comprehensive audit report to an appropriately named markdown file AUDIT_[descriptor]_[timestamp].md (e.g., AUDIT_docs_20241117.md, AUDIT_components_review.md). Include:
Also provide a brief summary in the conversation highlighting critical findings.