To perform thorough, automated code reviews using the OpenAI Codex CLI agent, use this skill. Codex runs locally and can analyze code changes, identify issues, suggest improvements, and provide security/performance insights through non-interactive automation.
⚠️ CRITICAL: When reviewing code that involves dependency versions, latest releases, or current best practices, you MUST use the WebSearch tool to verify information before making any claims. Never assume version numbers or release status - always search first to avoid false positives. See the "Web Search Verification" section for details.
When running codex for automated code reviews, you MUST use the --full-auto flag to grant all necessary permissions for headless operation. Without this flag, codex may hang waiting for user approval.
Esegui revisioni complete del codice utilizzando la CLI di OpenAI Codex. Questa competenza dovrebbe essere utilizzata quando gli utenti richiedono revisioni del codice, desiderano analizzare differenze/PR, necessitano di controlli di sicurezza, analisi delle prestazioni o desiderano feedback automatizzati sulla qualità del codice. Supporta la revisione di modifiche graduali, file specifici, intere directory o differenze git. Fonte: tyrchen/claude-skills.