Performance Review
Generate a prioritized content task queue from analytics and ranking data.
Command
.venv/bin/python scripts/run_performance_review.py --days 30
Optional:
.venv/bin/python scripts/run_performance_review.py --days 90 --output research/performance-review-q1.md
Expected Inputs
- Configured credentials in
data_sources/config/.env - GA4 access
- GSC access
- DataForSEO access if competitor/ranking data is required
What To Do With The Report
- Turn quick wins into
optimizeoranalyze-existingtasks - Turn declining pages into
rewritetasks - Turn trending topics into
researchandwritetasks
Codex-Specific Notes
- The original Claude command was largely orchestration around Python modules. In Codex, the script is the source of truth.
- If credentials are missing, the report should still be generated with clear gaps called out.