一键导入
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.