---
name: seo-audit-gsc
description: Pull Google Search Console data for SEO audit. Gets performance overview, top queries, top pages, device splits. Requires GSC MCP server.
disable-model-invocation: true
argument-hint: "[gsc-property] [days]"
---

# SEO Audit: Google Search Console Data Pull

Pull comprehensive GSC data for the property `$0` over the last `$1` days (default 28).

## Prerequisites
- Google Search Console MCP server connected
- Property access granted

## Data to pull:

1. **Performance overview** — total clicks, impressions, CTR, avg position with daily trend
2. **Top queries** — by clicks, with impressions, CTR, position
3. **Top pages** — by clicks, with impressions, CTR, position
4. **Query by page** — which queries each top page ranks for
5. **Device split** — mobile vs desktop performance

Use the GSC MCP tools:
- `mcp__gsc__get_performance_overview` with site_url and days
- `mcp__gsc__get_search_analytics` with dimensions: query, page, device, country

Save all data to a structured report in the project's reports directory.

## Important
- Use the exact property URL format (e.g., `sc-domain:example.com`)
- Pull data for the specified number of days
- Include daily trends for the performance overview
