# Rank Report

> Weekly Search Console + Bing position/click movement summary

- Skill: `meabo/rank-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add meabo/rank-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/meabo/rank-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Meabo (https://skillmd.com/u/meabo)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/meabo/rank-report

---


# Rank Report

**Requires the Seobase MCP connected — this is entirely live-data driven, no
free-tier version.**

## Usage

`/rank-report` — run weekly, or whenever the user asks "how are we doing"

## Steps

1. Call `mcp__seobase__gsc_search_analytics` and `mcp__seobase__bing_search_analytics`.
2. Call `mcp__seobase__gsc_index_status` to flag anything that dropped out of the
   index since it would otherwise silently explain a click/impression drop.
3. If this isn't the first run this session/week, compare against whatever numbers
   were reported last time (ask the user if you don't have them) — a report with no
   comparison point is just a snapshot, say so explicitly rather than implying a trend.
4. Report:

```
Rank Report — <date>
Source: live GSC + Bing data via Seobase

Articles: N clicks (Δ vs last week), N impressions, avg position N.N
Other pages: N clicks, N impressions
Bing: N clicks, N impressions

Index status: N indexed, N not indexed, N excluded
  New drops from index: [list, or "none"]

Biggest mover up: <page> (position N → N)
Biggest mover down: <page> (position N → N)

Watch: [1-2 sentences on the single most important thing to act on]
```

