# Landing Audit

> Use when the user wants a CRO and landing-page quality audit on a local landing page draft. This skill runs the landing audit script and then applies the highest-priority fixes.

- Skill: `pa4uslf/landing-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pa4uslf/landing-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pa4uslf/landing-audit/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/landing-audit

---


# Landing Audit

Audit a local landing page draft with the dedicated landing-page analyzers.

## Command

```bash
.venv/bin/python scripts/run_landing_audit.py landing-pages/<page-file>.md --type seo --goal trial
```

## What The Script Covers

- Landing page scoring
- Above-the-fold analysis
- CTA analysis
- Trust signal analysis
- CRO checklist review

## What Codex Should Add

- Turn the report into an editing plan
- Fix the page directly if requested
- Re-run the audit after meaningful changes

