بنقرة واحدة
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.