auditcodexdirect

Solid

Send specific files to OpenAI Codex CLI for an independent audit/review

AI & Automation 192 stars 14 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 70/100

Stars 20%
76
Recency 20%
75
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Codex Direct File Audit ## Your Task The user wants to audit specific files (not a git diff). They will provide file paths, or you should identify the relevant files from context. 1. Identify the files to audit. If the user provided paths, use those. Otherwise, determine the most relevant files from the conversation context. 2. Prepare a brief summary of what each file does and why it's being audited. 3. Run the following command, replacing `<FILE_PATHS>` with the space-separated list of files, and `<FILE_SUMMARY>` with a concise description of each file's purpose: ``` codex exec -m "gpt-5.4" -c 'model_reasoning_effort="xhigh"' -c 'service_tier="fast"' --dangerously-bypass-approvals-and-sandbox -C "$(pwd)" "You are a READ-ONLY code reviewer. Read and review the following files: <FILE_PATHS>. Review them for: bugs, security issues, performance problems, logic errors, and style concerns. Be specific about file names and line numbers. You may read other files in the repo and run tests to verify your findings. SAFETY RULES: Do NOT delete files, edit existing files, change branches, checkout, reset, revert, amend, or undo commits. Do NOT run git push, git checkout, git reset, git clean, rm, or any destructive command. You may create temporary files if needed for debugging. Your job is strictly to READ and REPORT. Do a deep audit and think from first principles. Leave no question unanswered. Here is context about the files: <FILE_SUMMARY>" ``` 4. **Validate every finding b...

Details

Author
sterlingcrispin
Repository
sterlingcrispin/claude_slash_commands
Created
4 months ago
Last Updated
1 months ago
Language
N/A
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category