# Performance Review

> Use when the user wants analytics-driven content priorities, quick wins, declining-content detection, or a monthly SEO performance queue. This skill uses the project's data integrations and emits a report in research/.

- Skill: `pa4uslf/performance-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pa4uslf/performance-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pa4uslf/performance-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: pa4uslf (https://skillmd.com/u/pa4uslf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pa4uslf/performance-review

---


# Performance Review

Generate a prioritized content task queue from analytics and ranking data.

## Command

```bash
.venv/bin/python scripts/run_performance_review.py --days 30
```

Optional:

```bash
.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 `optimize` or `analyze-existing` tasks
- Turn declining pages into `rewrite` tasks
- Turn trending topics into `research` and `write` tasks

## 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.

