---
name: growthloud-weekly-review
description: Run the weekly growth review for the site behind this repo — score trend, search data, one shipped fix, one content action, indexing ping. Use when asked for a "weekly growth review" or to keep growth work on cadence.
---

# Growthloud: weekly growth review

One pass, once a week. The goal is a decision log and one shipped improvement —
not a dashboard tour.

## 1. Score trend

```bash
curl -s -X POST https://app.growthloud.com/api/audit \
  -H 'content-type: application/json' \
  -d '{"url":"https://YOUR-SITE.com"}'
```

Compare `scores` with last week's entry in the decision log (create
`docs/growth-log.md` in this repo if it doesn't exist). A drop means something
regressed — find the failing check and fix it first (see the
`growthloud-audit-fix` skill). The workspace at <https://app.growthloud.com>
re-audits daily and emails on drops; this weekly pass is where you act.

## 2. Search reality check

In the workspace (owner signs in): Search Console tab for clicks/impressions
and query movement; Bing Webmaster tab for the Bing side — ChatGPT search rides
the Bing index, so both matter. Note in the log: total clicks/impressions, the
one query that moved most, and whether any page earns impressions but no
clicks (title/description rewrite candidate).

## 3. One content action

Open the workspace Content tab: the topic queue ranks queries where a better
page or title wins real clicks. Pick exactly one. Either use the in-product
"Draft it" agent or draft here in the repo. Human-review the draft (check
every factual claim), ship it.

## 4. Tell the engines

After shipping, submit the changed URLs in the workspace Indexing tab
(IndexNow) so search engines re-crawl without waiting.

## 5. Log the decision

Append to `docs/growth-log.md`: date, score, search numbers, what shipped,
what you decided to kill or keep, and next week's single priority. Five lines
is enough. A year of five-line entries beats any strategy deck.
