ai-search-gaps-to-soci…
Find the AI-search prompts and topics where a brand is invisible (or losing to competitors) in SE Ranking, then turn those gaps into a social campaign in…
Audit a Planable workspace's content calendar for a given period — surface what's scheduled, what's missing, what has no date, and what might have publishing issues. Use this skill whenever the user asks about upcoming content, wants to review the calendar, says things like
$ npx -y skills add seranking-planable/smm-skills --skill content-calendar-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-calendar-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit a Planable workspace's content calendar for a given period — surface what's scheduled, what's missing, what has no date, and what might have publishing issues. Use this skill whenever the user asks about upcoming content, wants to review the calendar, says things like
name: content-calendar-audit description: > Audit a Planable workspace's content calendar for a given period — surface what's scheduled, what's missing, what has no date, and what might have publishing issues. Use this skill whenever the user asks about upcoming content, wants to review the calendar, says things like "what's scheduled this week", "check the calendar for [client]", "what's going out next week", "any gaps in the schedule", "content audit", "what do we have planned", or wants a weekly/monthly content overview for a workspace. Always activate for calendar review and scheduling gap analysis in Planable.
Review a Planable workspace's content schedule for a given period — what's ready, what's missing, what needs attention.
1. Identify the workspace and time window 2. Fetch scheduled and unscheduled posts 3. Surface gaps, issues, and a clean calendar view 4. Flag anything that needs action before posts go live
---
---
list_workspaces → find workspaceId list_pages(workspaceId) → get pageIds for context // Scheduled posts in window list_posts( workspaceId, postStatus: ["SCHEDULED"], scheduledAfter: [start of window], scheduledBefore: [end of window] ) // Posts with no date set (drafts that may be intended for this period) list_posts( workspaceId, postStatus: ["NO_DATE_SET"] ) // Posts with publishing errors list_posts( workspaceId, postStatus: ["WITH_ERRORS"] )
Also check for posts needing approval that are scheduled soon:
list_posts( workspaceId, approvalStatus: ["NOT_APPROVED", "PARTIAL_APPROVED"], scheduledAfter: [start of window], scheduledBefore: [end of window] )
---
Show scheduled posts grouped by day. For each day:
**Example format:**
Monday, May 19 • LinkedIn — "Three things we learned running 50 client campaigns..." ✅ • Instagram — "Behind the scenes of our Q2 content sprint..." ⏳ pending approval Tuesday, May 20 ⚠️ Nothing scheduled Wednesday, May 21 • Facebook — "Meet the team: this month we're spotlighting..." ✅ 🔴 Instagram — Publishing error — needs attention
After the calendar view, add a short summary:
2–4 short, specific callouts. Examples:
Keep recommendations specific to what's in the data. Don't generate generic best-practice advice.
---
After the audit, offer:
---
Production-ready Claude Agent Skills for social media managers, paired with the Planable MCP server and — for the cross-channel skills — the SE Ranking MCP server.
Find the AI-search prompts and topics where a brand is invisible (or losing to competitors) in SE Ranking, then turn those gaps into a social campaign in…
Build a data-backed client onboarding proposal for an agency starting a new engagement, combining an SE Ranking SEO + AI-search audit with a Planable analysis…
Analyze top-performing posts across three performance lenses — engagement, impressions, and engagement rate — to identify content patterns and give the user…
Pull and compare performance metrics across multiple Planable workspaces (clients or brands) in a single view. Use this skill whenever the user wants to…
Draft and publish a batch of social media posts directly into Planable as drafts. Use this skill whenever the user wants to generate multiple posts for a…
Build and track local search visibility with SE Ranking city-level rank tracking and turn it into local social content in Planable, including Google Business…