skills/growth-audit/SKILL.md
Composite: SEO -> content -> ads -> analytics audit for marketing and growth. Use when user mentions 'marketing', 'SEO', 'growth', 'ads', 'conversion', or 'traffic'.
npx skillsauth add ShaheerKhawaja/ProductionOS growth-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Composite skill that chains 4 marketing audit stages through the 98 installed marketing skills. Routes intelligently based on what the target has (paid ads, content, tracking) and produces a unified growth report.
seo-audit -> content-strategy -> ads-audit -> analytics-tracking
| | | |
v v v v
SEO.md CONTENT.md ADS.md (cond.) ANALYTICS.md
|
(skipped if no paid ads)
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| target | URL or path | . | Website URL or local project path |
| has_paid_ads | true, false | auto-detect | Whether to run ads audit |
Invokes: /seo-audit, /keyword-research, /technical-seo-checker
What it does:
Sub-skills activated:
seo-audit -- primary audit enginekeyword-research -- opportunity identificationtechnical-seo-checker -- crawlability and indexingon-page-seo-auditor -- content optimization signalsschema-markup-generator -- structured data validationProduces: .productionos/GROWTH-SEO.md
Gate to Step 2: Proceeds unconditionally. SEO findings inform content strategy.
Invokes: /content-strategy, /content-gap-analysis
What it does:
Sub-skills activated:
content-strategy -- strategic content planningcontent-gap-analysis -- coverage gap identificationcontent-quality-auditor -- existing content scoringseo-content-writer -- content brief generation for gapsProduces: .productionos/GROWTH-CONTENT.md
Gate to Step 3: Check if paid ads exist. Auto-detect by searching for:
If no paid ads detected, skip Step 3 and proceed to Step 4.
Condition: has_paid_ads = true (explicit or auto-detected)
Invokes: /ads-audit, platform-specific skills
What it does:
Sub-skills activated (per detected platform):
ads-google -- Google Ads account auditads-meta -- Meta/Facebook ads auditads-tiktok -- TikTok ads auditads-linkedin -- LinkedIn ads auditads-audit -- cross-platform summaryads-budget -- budget allocation analysisads-creative -- creative performance auditProduces: .productionos/GROWTH-ADS.md
Invokes: /analytics-tracking
What it does:
Sub-skills activated:
analytics-tracking -- implementation auditconversion-ops -- conversion funnel analysisrank-tracker -- ranking monitoring setupProduces: .productionos/GROWTH-ANALYTICS.md
Final composite report written to .productionos/GROWTH-AUDIT.md:
# Growth Audit Report
## Executive Summary
- **SEO Score:** X/10
- **Content Coverage:** X% of target keywords
- **Ads Efficiency:** X ROAS (or "N/A -- no paid ads")
- **Analytics Health:** X/10
- **Overall Growth Score:** X/10
## Quick Wins (implement this week)
1. {highest impact, lowest effort action}
2. ...
## SEO Findings
{top issues from GROWTH-SEO.md}
## Content Gaps
{top opportunities from GROWTH-CONTENT.md}
## Ads Optimization (if applicable)
{top recommendations from GROWTH-ADS.md}
## Analytics Gaps
{missing tracking from GROWTH-ANALYTICS.md}
## 90-Day Growth Roadmap
| Week | Action | Expected Impact | Effort |
|------|--------|----------------|--------|
Audit completed: {timestamp} | Score: {X}/10
/ads-creative directly/ads-landing directly/audit-and-fix insteadtools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.