This skill should be used when the user asks to "optimize content", "improve headlines", "readability analysis", "SEO score", "content scoring", "meta description optimization", "content freshness", "content audit", "content triage", "bulk content optimization", "headline score", "Flesch-Kincaid", "keyword density", or mentions improving existing WordPress content quality and performance.
AI-driven content optimization using Claude's linguistic analysis combined with GSC data (v2.5.0) and WooCommerce attribution data. No external optimization APIs are needed — this skill uses existing WP REST Bridge tools plus Claude's built-in analysis capabilities to perform headline scoring, readability analysis, SEO density checks, meta optimization, content freshness audits, and bulk content triage.
This is Claude-native. No external optimization APIs like Clearscope, SurferSEO, or MarketMuse are required. Claude itself performs headline analysis, readability scoring, SEO density checks, and content classification by leveraging its linguistic capabilities directly on content fetched through the WP REST Bridge.
What type of optimization?
Run detection first:
node skills/wp-content-optimization/scripts/content_optimization_inspect.mjs [--cwd=/path/to/project]
This identifies available content, GSC integration status, and WooCommerce data availability.
| # | Procedure | Input | Output | |---|-----------|-------|--------| | 1 | Headline Analysis | Title + target keyword | Score 1-10, 3 optimized alternatives | | 2 | Readability Analysis | Body content | Flesch-Kincaid score, long sentences, suggestions | | 3 | SEO Content Scoring | Body + keyword + GSC data | Keyword density, H2/H3 coverage, internal linking gaps | | 4 | Meta Description Optimization | Current meta + GSC CTR data | Optimized meta for CTR, A/B variant | | 5 | Content Freshness Audit | Content list + publish date | Stale content identified, update priorities | | 6 | Bulk Content Triage | N contents + GSC data | Classified: quick wins, needs rewrite, archive |
| Category | Criteria | Action | |----------|----------|--------| | Quick Wins | High traffic + low CTR, weak headline | Optimize title/meta | | Needs Rewrite | >12 months, low readability, keyword off-target | Rewrite content | | Performing | High traffic + high CTR | Maintain, refresh date | | Archive | Zero traffic >6 months, no keywords | 301 redirect or noindex |
See references/headline-optimization.md
list_content → Claude analyzes → generate alternatives → update_contentSee references/readability-analysis.md
See references/seo-content-scoring.md
gsc_search_analytics for keyword dataSee references/meta-optimization.md
See references/content-freshness.md
list_content by date → analyze age → check GSC traffic trends → prioritizeCombines all sections above into a single audit workflow:
list_contentgsc_page_performance and gsc_top_queries| File | Content |
|------|---------|
| references/headline-optimization.md | Headline formulas, power words, scoring criteria |
| references/readability-analysis.md | Flesch-Kincaid, sentence length, passive voice, jargon |
| references/seo-content-scoring.md | Keyword density, H-tag hierarchy, internal link analysis |
| references/meta-optimization.md | Title tag + meta description best practices, CTR optimization |
| references/content-freshness.md | Content decay, refresh strategies, evergreen vs temporal |
These are existing tools used by the optimization procedures (no new tools introduced):
| Tool | Usage |
|------|-------|
| list_content | Fetch published content for analysis |
| get_content | Get full content body for individual post analysis |
| update_content | Apply optimized titles, meta descriptions, content updates |
| Tool | Usage |
|------|-------|
| gsc_page_performance | Page-level traffic data for triage classification |
| gsc_top_queries | Top queries for keyword density validation |
| gsc_search_analytics | Detailed search metrics for CTR-based meta optimization |
| Tool | Usage |
|------|-------|
| wc_get_orders | Attribution data linking content to conversions |
| wc_list_products | Product pages for content-commerce optimization |
Use the wp-content-strategist agent for content optimization workflows that combine Claude's linguistic analysis with search performance data and WordPress content management.
wp-content — create and manage WordPress contentwp-search-console — search performance data for optimization decisionswp-content-attribution — track content sources and attribute trafficwp-programmatic-seo — generate SEO-optimized content at scalewp-social-email — distribute optimized content across channelswp-analytics + wp-content-optimizationEdit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools