From fitness-studio
Generate a pipeline report showing the current state of all leads. Trigger when asked for a leads summary, pipeline update, conversion report, or "how are the leads looking".
How this skill is triggered — by the user, by Claude, or both
Slash command
/fitness-studio:leads-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the Notion CRM and produce a clear pipeline summary.
Query the Notion CRM and produce a clear pipeline summary.
Get every lead record regardless of status.
Group leads by status and report:
| Status | Count |
|---|---|
| call_booked | n |
| call_done | n |
| link_sent | n |
| converted | n |
| cold | n |
| Total | n |
link_sent → converted: X%List any leads in link_sent who are overdue for a follow-up (based on the schedule in lead-followup). Flag them by name and how many days overdue.
List names and converted date.
List names who moved to cold in the last 7 days.
List the top 3 leads who have been in link_sent the longest.
After the tables, write 2–3 sentences summarising the overall health of the pipeline. Flag anything that needs immediate action.
npx claudepluginhub jamescw/fitness-studio-ai --plugin fitness-studioGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.