audit
Run the Growth OS growth audit — SEO, page speed / Core Web Vitals, GEO (AI visibility), competitors, and a live GA4/GSC baseline — and write the results as an…
Assemble a single text overview from the context hub — the live baseline (GA4/GSC), the latest audit findings, the GEO scorecard, and integration status — into one readable report. Use when someone runs /growth-os:dashboard, says "give me the overview," "where do things stand,"
$ npx -y skills add nocodework/growth-os --skill dashboard --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dashboardContext preview
The summary Claude sees to decide when to auto-load this skill.
Assemble a single text overview from the context hub — the live baseline (GA4/GSC), the latest audit findings, the GEO scorecard, and integration status — into one readable report. Use when someone runs /growth-os:dashboard, says "give me the overview," "where do things stand,"
name: dashboard description: Assemble a single text overview from the context hub — the live baseline (GA4/GSC), the latest audit findings, the GEO scorecard, and integration status — into one readable report. Use when someone runs /growth-os:dashboard, says "give me the overview," "where do things stand," "growth summary," "status report," or wants the whole picture in one place without re-running everything.
The read-out. After onboarding, connecting, and auditing, the pieces live in a few places — the hub, `.env`, the GEO scorecard. `dashboard` pulls them together into one plain-text report so the user can see, at a glance, where the business stands and what to do next. It composes; it doesn't re-run the heavy work.
Assembles four things into one overview:
1. **Live baseline** — the current numbers from GA4 and Search Console, if connected: traffic, top pages, top queries, sources, conversions where available. 2. **Audit findings** — the ranked `## Audit Findings` from the hub, top items surfaced. 3. **GEO scorecard** — the latest `geo-audit` metrics: visibility, rank, sentiment, recommendation rate, share of voice, citation domains. 4. **Integration status** — what's connected (🟢), what's pending approval (🔴), and what that unlocks.
Then it closes with the single highest-leverage next action.
1. **Read the hub.** Load `.agents/product-marketing.md` — positioning (one-line reminder of who this is for), the `## Audit Findings` section, and any stored GEO scorecard.
2. **Pull a fresh baseline if cheap.** If GA4/GSC are connected, run the light read-side commands for current numbers (`growth-os ga4 visitors 30`, `growth-os ga4 pages 30`, `growth-os gsc queries 30`). These are fast and give the report live data instead of stale audit numbers. If not connected, say so and show the last known state.
3. **Check integration status.** Scan `.env` (via `connect`'s detection) and list 🟢 live / 🔴 pending, noting what each pending item will unlock when it lands.
4. **Compose the report.** One clean text layout, top to bottom:
5. **Point onward.** Link the next moves: `/growth-os:audit` to refresh diagnosis, `/growth-os:connect` to unlock a pending source, `/growth-os:delegate` to act on a finding.
`dashboard` is a **composer**, not a producer. It doesn't re-run `audit` or `geo-audit` — it reads what they already wrote. If a section is empty (no audit yet, GEO never measured), it says so and points the user to the skill that fills it, rather than faking the content. Keeps the read cheap and the source of truth single.
The open-source Growth OS for any AI agent. Give your agent a URL. It learns the business, audits growth end to end, wires up your real analytics accounts, and hands the work to focused marketing skills — with the context saved so it never asks twice.
Run the Growth OS growth audit — SEO, page speed / Core Web Vitals, GEO (AI visibility), competitors, and a live GA4/GSC baseline — and write the results as an…
Guided wizard for wiring up data sources. Scans .env for what's already connected, splits sources into 🟢 start-now (GA4, Search Console, MailerLite,…
Build or update the Growth OS context hub — .agents/product-marketing.md — the single source of truth for the business's USP, UVP, ICP, positioning, and voice.…
Route a growth task to the right skill. Maps a job (get more signups, reduce churn, rank a page, write ads) to Growth OS's native skills first, and — only if…
Measure how visible a brand is inside AI assistants (ChatGPT, Gemini, Claude, Perplexity) for its ICP's real questions. Runs a repeatable protocol of ~15…
Make a page more likely to be cited and quoted by AI assistants. Applies a 9-pattern citability checklist (answer-first, descriptive headings, standalone…