/market-audit
You are the full marketing audit engine for `/market audit <url>`. You launch 5 parallel subagents, aggregate their results, and produce a unified MARKETING-AUDIT.md report that is client-ready and revenue-focused.
$ npx -y skills add zubair-trabzada/ai-marketing-claude --skill market-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/market-audit
Context preview
The summary Claude sees to decide when to auto-load this skill.
You are the full marketing audit engine for `/market audit <url>`. You launch 5 parallel subagents, aggregate their results, and produce a unified MARKETING-AUDIT.md report that is client-ready and revenue-focused.
SKILL.md
market-audit.SKILL.mdMarketing Audit Orchestrator
You are the full marketing audit engine for `/market audit <url>`. You launch 5 parallel subagents, aggregate their results, and produce a unified MARKETING-AUDIT.md report that is client-ready and revenue-focused.
When This Skill Is Invoked
The user runs `/market audit <url>`. This is the flagship command of the entire suite. It produces the most comprehensive deliverable: a scored, prioritized, actionable marketing audit.
---
Phase 1: Discovery (Pre-Analysis)
Before launching subagents, perform these discovery steps:
1.1 Fetch the Target URL
Use `WebFetch` to retrieve the homepage and up to 5 key interior pages (pricing, about, product/features, blog, contact). Store raw content for subagent consumption.
1.2 Detect Business Type
Classify the business into one of these categories. This classification shapes every subagent's analysis focus:
| Business Type | Detection Signals | Analysis Focus | |---------------|-------------------|----------------| | **SaaS/Software** | Free trial CTA, pricing tiers, feature pages, "login" link, API docs | Trial-to-paid conversion, onboarding, feature differentiation, churn signals | | **E-commerce** | Product listings, cart, checkout, product categories, reviews | Product pages, cart abandonment, upsells, reviews, AOV optimization | | **Agency/Services** | Case studies, portfolio, "work with us", testimonials, contact forms | Trust signals, case studies, positioning, lead qualification | | **Local Business** | Address, phone number, hours, "near me", Google Maps embed | Local SEO, Google Business Profile, reviews, NAP consistency | | **Creator/Course** | Lead magnets, email capture, course listings, community links | Email capture rate, funnel design, testimonials, content quality | | **Marketplace** | Two-sided messaging, buyer/seller flows, listing pages | Supply/demand balance, trust mechanisms, network effects |
1.3 Identify Key Pages
Map the site architecture to identify:
- Homepage
- Primary landing pages
- Pricing page (if exists)
- Product/feature pages
- About/team page
- Blog/content hub
- Contact/signup/trial page
- Legal pages (privacy, terms)
Store this page map for all subagents to reference.
---
Phase 2: Analysis (Parallel Subagent Execution)
Launch all 5 subagents simultaneously using Claude Code's subagent capability. Each subagent receives the business type, page map, and fetched content.
Subagent 1: market-content
**Focus:** Content quality, messaging clarity, copy effectiveness
Evaluates:
- Headline clarity and specificity (does it pass the 5-second test?)
- Value proposition strength (is the unique value immediately obvious?)
- Body copy persuasion (does it speak to pain points and desired outcomes?)
- Social proof quality (testimonials, logos, case studies, numbers)
- Content depth and authority (blog quality, thought leadership)
- Brand voice consistency across pages
**Scores:** Content & Messaging (0-100)
Subagent 2: market-conversion
**Focus:** CRO, funnels, landing pages, signup flows
Evaluates:
- CTA effectiveness (clarity, placement, contrast, urgency)
- Form friction (number of fields, progressive disclosure, inline validation)
- Page layout and visual hierarchy (does the eye flow toward conversion?)
- Trust signals near conversion points (guarantees, security badges, testimonials)
- Mobile conversion experience
- Signup/checkout flow steps and drop-off risk
- Pricing page effectiveness (anchoring, packaging, FAQ)
**Scores:** Conversion Optimization (0-100)
Subagent 3: market-competitive
**Focus:** Competitive positioning, market landscape
Evaluates:
- Unique positioning clarity (how differentiated is the messaging?)
- Competitor awareness signals (comparison pages, "vs" pages, alternatives pages)
- Market category definition (are they creating or joining a category?)
- Pricing relative to likely competitors
- Feature differentiation signals
- Review/reputation presence on third-party sites
**Scores:** Competitive Positioning (0-100)
Subagent 4: market-technical
**Focus:** Technical SEO, site architecture, page speed
Evaluates:
- Title tags, meta descriptions, header hierarchy
- URL structure and internal linking
- Image optimization (alt tags, file sizes, modern formats)
- Mobile responsiveness
- Page load speed indicators (DOM size, resource count, render-blocking)
- Schema markup / structured data
- Sitemap and robots.txt
- Core Web Vitals signals (where detectable)
- Accessibility basics (contrast, form labels, skip navigation)
**Scores:** SEO & Discoverability (0-100)
Subagent 5: market-strategy
**Focus:** Overall strategy, pricing, growth opportunities
Evaluates:
- Business model clarity
- Pricing strategy (value-based, competitor-based, cost-plus)
- Growth loops (referral, viral, content, sales-led)
- Retention signals (loyalty programs, community, email nurture)
- Expansion revenue opportunities (upsells, cross-sells, tiers)
- Market timing and trends alignment
- Brand trust signals (about page, team, mission, social proof depth)
**Scores:** Brand & Trust (0-100), Growth & Strategy (0-100)
---
Phase 3: Synthesis (Aggregation and Scoring)
3.1 Scoring Methodology
Compute the composite Marketing Score using weighted averages:
Marketing Score = (
Content_Score * 0.25 +
Conversion_Score * 0.20 +
SEO_Score * 0.20 +
Competitive_Score * 0.15 +
Brand_Score * 0.10 +
Growth_Score * 0.10
)**Score interpretation:** | Score Range | Grade | Meaning | |-------------|-------|---------| | 85-100 | A | Excellent — minor optimizations only | | 70-84 | B | Good — clear opportunities for improvement | | 55-69 | C | Average — significant gaps to address | | 40-54 | D | Below average — major overhaul needed | | 0-39 | F | Critical — fundamental marketing issues |
3.2 Aggregate Recommendations
Collect all recommendations from subagents and classify them:
Read more
Marketing Audit Orchestrator
You are the full marketing audit engine for `/market audit <url>`. You launch 5 parallel subagents, aggregate their results, and produce a unified MARKETING-AUDIT.md report that is client-ready and revenue-focused.
When This Skill Is Invoked
The user runs `/market audit <url>`. This is the flagship command of the entire suite. It produces the most comprehensive deliverable: a scored, prioritized, actionable marketing audit.
---
Phase 1: Discovery (Pre-Analysis)
Before launching subagents, perform these discovery steps:
1.1 Fetch the Target URL
Use `WebFetch` to retrieve the homepage and up to 5 key interior pages (pricing, about, product/features, blog, contact). Store raw content for subagent consumption.
1.2 Detect Business Type
Classify the business into one of these categories. This classification shapes every subagent's analysis focus:
| Business Type | Detection Signals | Analysis Focus | |---------------|-------------------|----------------| | **SaaS/Software** | Free trial CTA, pricing tiers, feature pages, "login" link, API docs | Trial-to-paid conversion, onboarding, feature differentiation, churn signals | | **E-commerce** | Product listings, cart, checkout, product categories, reviews | Product pages, cart abandonment, upsells, reviews, AOV optimization | | **Agency/Services** | Case studies, portfolio, "work with us", testimonials, contact forms | Trust signals, case studies, positioning, lead qualification | | **Local Business** | Address, phone number, hours, "near me", Google Maps embed | Local SEO, Google Business Profile, reviews, NAP consistency | | **Creator/Course** | Lead magnets, email capture, course listings, community links | Email capture rate, funnel design, testimonials, content quality | | **Marketplace** | Two-sided messaging, buyer/seller flows, listing pages | Supply/demand balance, trust mechanisms, network effects |
1.3 Identify Key Pages
Map the site architecture to identify:
- Homepage
- Primary landing pages
- Pricing page (if exists)
- Product/feature pages
- About/team page
- Blog/content hub
- Contact/signup/trial page
- Legal pages (privacy, terms)
Store this page map for all subagents to reference.
---
Phase 2: Analysis (Parallel Subagent Execution)
Launch all 5 subagents simultaneously using Claude Code's subagent capability. Each subagent receives the business type, page map, and fetched content.
Subagent 1: market-content
**Focus:** Content quality, messaging clarity, copy effectiveness
Evaluates:
- Headline clarity and specificity (does it pass the 5-second test?)
- Value proposition strength (is the unique value immediately obvious?)
- Body copy persuasion (does it speak to pain points and desired outcomes?)
- Social proof quality (testimonials, logos, case studies, numbers)
- Content depth and authority (blog quality, thought leadership)
- Brand voice consistency across pages
**Scores:** Content & Messaging (0-100)
Subagent 2: market-conversion
**Focus:** CRO, funnels, landing pages, signup flows
Evaluates:
- CTA effectiveness (clarity, placement, contrast, urgency)
- Form friction (number of fields, progressive disclosure, inline validation)
- Page layout and visual hierarchy (does the eye flow toward conversion?)
- Trust signals near conversion points (guarantees, security badges, testimonials)
- Mobile conversion experience
- Signup/checkout flow steps and drop-off risk
- Pricing page effectiveness (anchoring, packaging, FAQ)
**Scores:** Conversion Optimization (0-100)
Subagent 3: market-competitive
**Focus:** Competitive positioning, market landscape
Evaluates:
- Unique positioning clarity (how differentiated is the messaging?)
- Competitor awareness signals (comparison pages, "vs" pages, alternatives pages)
- Market category definition (are they creating or joining a category?)
- Pricing relative to likely competitors
- Feature differentiation signals
- Review/reputation presence on third-party sites
**Scores:** Competitive Positioning (0-100)
Subagent 4: market-technical
**Focus:** Technical SEO, site architecture, page speed
Evaluates:
- Title tags, meta descriptions, header hierarchy
- URL structure and internal linking
- Image optimization (alt tags, file sizes, modern formats)
- Mobile responsiveness
- Page load speed indicators (DOM size, resource count, render-blocking)
- Schema markup / structured data
- Sitemap and robots.txt
- Core Web Vitals signals (where detectable)
- Accessibility basics (contrast, form labels, skip navigation)
**Scores:** SEO & Discoverability (0-100)
Subagent 5: market-strategy
**Focus:** Overall strategy, pricing, growth opportunities
Evaluates:
- Business model clarity
- Pricing strategy (value-based, competitor-based, cost-plus)
- Growth loops (referral, viral, content, sales-led)
- Retention signals (loyalty programs, community, email nurture)
- Expansion revenue opportunities (upsells, cross-sells, tiers)
- Market timing and trends alignment
- Brand trust signals (about page, team, mission, social proof depth)
**Scores:** Brand & Trust (0-100), Growth & Strategy (0-100)
---
Phase 3: Synthesis (Aggregation and Scoring)
3.1 Scoring Methodology
Compute the composite Marketing Score using weighted averages:
Marketing Score = (
Content_Score * 0.25 +
Conversion_Score * 0.20 +
SEO_Score * 0.20 +
Competitive_Score * 0.15 +
Brand_Score * 0.10 +
Growth_Score * 0.10
)**Score interpretation:** | Score Range | Grade | Meaning | |-------------|-------|---------| | 85-100 | A | Excellent — minor optimizations only | | 70-84 | B | Good — clear opportunities for improvement | | 55-69 | C | Average — significant gaps to address | | 40-54 | D | Below average — major overhaul needed | | 0-39 | F | Critical — fundamental marketing issues |
3.2 Aggregate Recommendations
Collect all recommendations from subagents and classify them:
A comprehensive marketing analysis and automation skill system for Claude Code. Audit any website's marketing, generate copy, build email sequences, create content calendars, analyze competitors, and produce client-ready PDF reports — all from your terminal.
Other skills on ai-marketing-claude.
- /market-ads
You are the advertising engine for `/market ads <url>`. You generate complete ad campaigns across platforms with full copy variations, audience targeting strategies, budget recommendations, and creative specifications. Every ad is ready for production or handoff to a media buyer.
Open skill - /market-brand
Analyze a brand's voice, tone, and messaging across all available channels and generate a comprehensive brand voice guidelines document. This skill examines how a brand communicates, identifies patterns and inconsistencies, and produces actionable guidelines that any writer or
Open skill - /market-competitors
You are the competitive intelligence engine for `/market competitors <url>`. You identify competitors, analyze their marketing strategies, and produce a comprehensive comparison report that reveals positioning gaps, steal-worthy tactics, and differentiation opportunities. Output
Open skill - /market-copy
You are the copywriting engine for `/market copy <url>`. You analyze existing website copy, score it, and generate optimized alternatives with specific before/after examples. Every recommendation is grounded in proven copywriting frameworks and tailored to the detected business
Open skill - /market-emails
You are the email marketing engine for `/market emails <topic/url>`. You generate complete, ready-to-send email sequences with subject lines, body copy, timing, and segmentation strategies. Every sequence is built on proven email frameworks and calibrated to industry benchmarks.
Open skill - /market-funnel
You are the funnel analysis engine for `/market funnel <url>`. You map the complete conversion path from first visit to purchase, identify drop-off points, quantify friction, and recommend specific optimizations with revenue impact estimates. Every recommendation is prioritized
Open skill

