Perform full-repository engineering audits before development begins, covering architecture, backend services, APIs, databases, Android/frontend clients, and integrations. Use when Codex should review an existing codebase to identify security issues, integration bugs, reliability risks, edge cases, maintainability problems, and architectural weaknesses without rewriting the system.
Core system skill
Audit an existing repository and identify concrete engineering risks before more development happens.
Record one Markdown log per run:
export CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
export SKILL_LOGGER="$CODEX_HOME/skills/fitgpt-dev-orchestrator/scripts/skill_run_log.py"
RUN_LOG=$(python3 "$SKILL_LOGGER" --skill "codebase-auditor" --action "audit <repo>" --status started)
# ...run the audit...
python3 "$SKILL_LOGGER" --skill "codebase-auditor" --action "audit <repo>" --status success --log-file "$RUN_LOG"
# on failure: use --status failure