Claude Skill Studio
    Back to Library

    Funnel QA Checklist

    CRM and Funnel Infrastructure
    Funnel Ops
    Intermediate
    v1Updated 6/6/2026
    Use Template

    SKILL.md Preview

    ---
    name: funnel-qa-checklist
    description: Use this skill when the user asks Claude to QA, test, audit, or check a funnel, landing page, opt-in, or checkout before launch, covering styling, embeds, links, and tracking. Trigger when the user mentions reviewing before going live, checking a page for issues, or phrases like 'review my funnel before launch.' This skill helps produce a pass-or-fail QA report against a fixed checklist.
    compatibility: Claude.ai, Claude Desktop
    ---
    
    # Funnel QA Checklist
    
    ## Purpose
    Run a funnel against one fixed pre-launch checklist, so every launch is checked for the same failure points and nothing ships broken.
    
    ## When to Use This Skill
    Use it before launching or after major edits to a funnel, page, or checkout.
    
    ## When Not to Use This Skill
    Do not use it to build or design the funnel. Do not treat code-only review as equivalent to live testing.
    
    ## Required Inputs
    - What to QA: page URLs, or the code or content provided.
    - The conversion goal.
    - The tracking expected.
    
    ## Workflow
    1. Confirm what is being QA'd and what can only be checked live.
    2. Check links, forms, and styling against the checklist.
    3. Check embeds, copy, and tracking.
    4. Check speed and assets, and the overall flow to the goal.
    5. Report pass or fail per item with the specific issue and fix, ordered by severity.
    
    ## Output Format
    Return a checklist report: each item (Links, Forms, Styling, Embeds, Copy, Tracking, Speed and Assets, Flow) marked pass or fail, failures with the specific fix, ordered by severity.
    
    ## Quality Standards
    - Findings are concrete: the element and the issue named, not 'looks fine.'
    - What can only be verified live versus in code is flagged.
    - Severity ordering helps the user fix the worst first.
    - Uses contractions, no em dashes, no hype.
    
    ## Edge Cases
    If given code or copy rather than a live URL, QA what is provided and clearly note which items require a live site. If the conversion goal is unstated, ask before judging the flow.
    
    ## Safety and Limitations
    Do not claim something passed that could not actually be verified from what was provided.
    
    ## Test Prompts
    1. Here's the HTML for my opt-in page. QA it before I launch: check the form, links, mobile styling, and the tracking pixel. Conversion goal is email signups.
    2. Review my checkout funnel before tomorrow's launch. URLs are below. I want a pass-fail report on links, embeds, copy, and the Stripe button, ordered by what's most urgent.
    3. Run a pre-launch QA on this landing page copy and layout. Flag anything broken or any placeholder text I forgot to replace, and tell me what you can't check without the live site.

    Skill Details

    What it does

    Runs a pre-launch QA pass on a funnel against a fixed checklist.

    When to use it

    Use this skill when the user asks Claude to QA, test, audit, or check a funnel, landing page, opt-in, or checkout before launch, covering styling, embeds, links, and tracking. Trigger when the user mentions reviewing before going live, checking a page for issues, or phrases like 'review my funnel before launch.' This skill helps produce a pass-or-fail QA report against a fixed checklist.

    Expected output

    Funnel QA checklist report

    Included files

    • SKILL.md

    Package Preview

    funnel-qa-checklist/
    SKILL.md
    README.txt

    Trigger Phrases

    • "Here's the HTML for my opt-in page. QA it before I launch: check the form, links, mobile styling, and the tracking pixel. Conversion goal is email signups."
    • "Review my checkout funnel before tomorrow's launch. URLs are below. I want a pass-fail report on links, embeds, copy, and the Stripe button, ordered by what's most urgent."
    • "Run a pre-launch QA on this landing page copy and layout. Flag anything broken or any placeholder text I forgot to replace, and tell me what you can't check without the live site."