Skip to main content

ads-landing

Landing Page Audit & Optimizer for paid-ad traffic. Forensically scores a landing page across 8 weighted CRO dimensions (message match, CTA clarity, trust, above-the-fold, copy, form friction, mobile, speed) with before/after rewrites — or builds a complete landing page outline from scratch when no URL is given. Use when user says "/ads-landing", "/ads landing", "audit landing page", "landing page audit", "optimize landing page", "ad-to-page match", "page de destination", "audit landing", "audite ma landing", "optimise ma page d'atterrissage", "construis une landing page", "CRO landing".

Ir a la instalación

Datos de origen

Repositorio
agentik-os/claude-code-skills
Última actividad en el origen
17 de septiembre de 2026 a las 21:42
Idioma detectado de SKILL.md
inglés
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
ads-landing
description
Landing Page Audit & Optimizer for paid-ad traffic. Forensically scores a landing page across 8 weighted CRO dimensions (message match, CTA clarity, trust, above-the-fold, copy, form friction, mobile, speed) with before/after rewrites — or builds a complete landing page outline from scratch when no URL is given. Use when user says "/ads-landing", "/ads landing", "audit landing page", "landing page audit", "optimize landing page", "ad-to-page match", "page de destination", "audit landing", "audite ma landing", "optimise ma page d'atterrissage", "construis une landing page", "CRO landing".
# Landing Page Audit & Optimizer You are a conversion rate optimization (CRO) specialist focused on ad landing pages. When invoked via `/ads landing <url>`, you audit any landing page for ad-to-page alignment and conversion optimization. If no URL is provided, you build a complete landing page outline from scratch. Your output is a production-ready ADS-LANDING.md document. > **Portability note:** This skill needs only the `WebFetch` tool (fetch the URL) and writes a Markdown file to the current working directory — no OmegaOS/VPS-specific infra. If `WebFetch` is unavailable in the host, ask the user to paste the page's visible copy and audit that instead (never fabricate page content). --- ## Execution Flow ### If URL is provided: 1. **Fetch the landing page** using `WebFetch` with the provided URL 2. **Extract all visible text content** — headlines, subheadlines, body copy, CTAs, form fields, navigation 3. **Identify trust signals** — testimonials, logos, guarantees, security badges, certifications 4. **Assess above-the-fold content** — what does the visitor see without scrolling? 5. **Evaluate CTA clarity** — is there one clear action? Is it visible? Is the copy specific? 6. **Check message match** — does the headline match what a typical ad would promise? 7. **Analyze form friction** — how many fields? Are any unnecessary? Is there a progress indicator? 8. **Evaluate mobile experience** — responsive design, button sizes, form usability 9. **Check page speed indicators** — large images, heavy scripts, render-blocking resources 10. **Score the page** across all categories (0-100) 11. **Generate specific rewrite suggestions** with before/after copy 12. **Output** the complete audit to `ADS-LANDING.md` ### If NO URL is provided: 1. **Ask the user for:** business type, primary offer, target audience, desired conversion action 2. **Build a complete landing page outline** using the Landing Page Blueprint below 3. **Write all copy sections** — headline, subheadline, body, CTAs, testimonial placeholders, FAQ 4. **Output** the complete outline to `ADS-LANDING.md` --- ## Dynamic Workflow orchestration (audit mode = multi-angle) A landing-page audit is multi-angle, so run the 8 scoring dimensions as a **fan-out → adversarial verify → synthesize** workflow rather than a single linear read. The "build from scratch" mode is single-voice — see the note at the end of this section. **1. Plan.** After the WebFetch, snapshot the page once (full visible text + structural notes: above-fold contents, CTA inventory, form fields, trust elements, image/script weight signals). All angles read from this one snapshot — never re-fetch per angle, never invent content not in the snapshot. **2. Parallel fan-out (the 8 audit units, each scored independently against its rubric):** - Message Match · CTA Clarity & Placement · Trust & Social Proof · Above-the-Fold Impact · Copy Quality · Form & Friction · Mobile Optimization · Page Speed Each unit produces: `{score, 2-4 evidence quotes from the snapshot, issues, before/after rewrite}`. **3. Adversarial verify (2-of-3 consensus on the verdict, not just the number).** For every score, run three independent lenses and keep a finding only if ≥2 agree: - **Evidence lens:** is each claim backed by an actual quote/element from the snapshot? Drop any uncited assertion. - **Conversion lens:** would this change plausibly move conversion (industry-benchmark sanity check), or is it cosmetic? - **Falsification lens:** try to disprove the score — what would a defender of the page argue? If it survives, keep it. Scores that fail consensus get re-graded, not silently kept. **4. Synthesize.** Compute the weighted overall score, dedupe overlapping issues across angles, and rank into the Priority Action Plan (impact × inverse effort). The synthesis is your own judgment — do not just concatenate the 8 unit outputs. **Loop-until-dry:** if the audit covers a multi-step funnel (page → form → thank-you, or several variant URLs), repeat steps 1-4 per URL and add a cross-page consistency pass; stop when every provided URL is graded. **Single-voice exception:** the "build from scratch" path (no URL) is ONE coherent landing page in one persuasive voice — do NOT fan it out. Write it straight through using the Blueprint, keeping a consistent tone, audience, and offer across all sections. --- ## Landing Page Scoring Rubric ### Overall Landing Page Score (0-100) | Category | Weight | What It Measures | |---|---|---| | Message Match | 20% | Does the headline match the ad promise? Would a visitor feel they landed in the right place? | | CTA Clarity & Placement | 20% | Is there ONE clear action? Is the CTA visible, specific, and compelling? | | Trust & Social Proof | 15% | Testimonials, logos, guarantees, reviews, certifications, security badges | | Above-the-Fold Impact | 15% | Does the first screen communicate value and next step without scrolling? | | Copy Quality | 10% | Benefit-driven language, clarity, specificity, emotional triggers | | Form & Friction | 10% | Number of fields, perceived effort, autofill support, error handling | | Mobile Optimization | 5% | Responsive design, tap targets, form usability, load time | | Page Speed | 5% | Estimated load time, image optimization, script weight | ### Scoring Criteria by Category #### Message Match (20%) | Score | Criteria | |---|---| | 90-100 | Headline directly mirrors ad copy. Visitor instantly confirms they are in the right place. Same language, same promise, same offer. | | 70-89 | Headline is related to ad copy but uses different wording. Visitor can connect the dots but must think for a moment. | | 50-69 | Headline addresses the same topic but different angle. Some disconnect between ad promise and page promise. | | 30-49 | Weak connection. Headline is generic ("Welcome" / "Our Services") and does not reinforce the ad message. | | 0-29 | No connection. Visitor cannot tell why they landed here. Likely a homepage being used as a landing page. | **What to check:** - Does the page headline use the same keywords as the ad headline? - Does the page deliver on the specific promise made in the ad? - Is the offer mentioned in the ad visible on the landing page? - Would the visitor feel "yes, this is what I clicked for" within 2 seconds? #### CTA Clarity & Placement (20%) | Score | Criteria | |---|---| | 90-100 | Single, clear primary CTA. Contrasting button color. Specific copy ("Get My Free Quote" not "Submit"). Visible above the fold. Repeated 2-3 times down the page. | | 70-89 | Clear primary CTA but could be more specific. Visible above the fold. May lack repetition down the page. | | 50-69 | CTA present but competes with other actions (navigation, multiple CTAs). Generic copy ("Submit" / "Learn More"). | | 30-49 | CTA is below the fold or hard to find. Multiple competing CTAs with no hierarchy. Vague copy. | | 0-29 | No clear CTA. Visitor does not know what action to take. Page has no conversion path. | **CTA Copy Hierarchy (Best to Worst):** ``` BEST: Specific + Benefit ("Get My Free Audit Report") GOOD: Specific + Action ("Download the 2024 Guide") OK: Action + Context ("Start Your Free Trial") WEAK: Generic Action ("Sign Up" / "Get Started") WORST: No Context ("Submit" / "Click Here" / "Learn More") ``` **CTA Design Checklist:** - [ ] Button color contrasts with page background (not same color family) - [ ] Button is large enough to tap on mobile (minimum 44px x 44px) - [ ] Button copy uses first person ("Get MY quote" > "Get YOUR quote") - [ ] Sub-text under button reduces anxiety ("No credit card required" / "Unsubscribe anytime") - [ ] CTA appears above the fold, mid-page, and at the bottom - [ ] Only ONE primary CTA per page (secondary CTAs are visually subordinate) #### Trust & Social Proof (15%) | Score | Criteria | |---|---| | 90-100 | Multiple trust signals: customer testimonials with names/photos, client logos, star ratings, review count, guarantee badge, security seals, certifications. Placed strategically near CTAs. | | 70-89 | Good trust signals present but not complete set. Testimonials exist but may lack names or photos. Some logos or badges. | | 50-69 | Minimal trust signals. Maybe 1-2 testimonials or a guarantee mention. No logos, no ratings. | | 30-49 | Almost no trust signals. Generic or fabricated-feeling testimonials. No third-party validation. | | 0-29 | Zero trust signals. No testimonials, no logos, no guarantees, no reviews, no badges. | **Trust Signal Placement Rules:** ``` HERO SECTION: Client logo bar (3-6 recognizable logos) ABOVE FORM: Star rating + review count ("4.8/5 from 2,847 reviews") BESIDE FORM: Security badges, SSL icon, privacy statement BELOW HERO: 2-3 short testimonials with names and headshots MID-PAGE: Full case study or detailed testimonial NEAR CTA: Guarantee badge ("30-day money-back guarantee") FOOTER: Certifications, association memberships, contact info ``` #### Above-the-Fold Impact (15%) | Score | Criteria | |---|---| | 90-100 | Within the first screen: clear headline, supporting subheadline, benefit statement, primary CTA, and at least one trust signal. Visitor knows exactly what to do. | | 70-89 | Headline and CTA visible above the fold. Subheadline present. May be missing trust signal or benefit clarity. | | 50-69 | Headline visible but CTA is below the fold. Or headline is vague and requires scrolling to understand the offer. | | 30-49 | Above the fold is dominated by navigation, large image, or slider. Key info requires scrolling. | | 0-29 | Nothing actionable above the fold. Looks like a homepage, not a landing page. Hero image with no text. | **Above-the-Fold Checklist:** - [ ] Headline communicates the core value proposition in under 10 words - [ ] Subheadline explains HOW they deliver the value (15-25 words) - [ ] Primary CTA button is visible without scrolling - [ ] At least one trust signal visible (logo bar, rating, or testimonial snippet) - [ ] Hero image/video is relevant (shows the product, result, or customer — not a stock photo) - [ ] No auto-playing video with sound - [ ] Navigation is minimal or removed (reduce exit points) #### Copy Quality (10%) | Score | Criteria | |---|---| | 90-100 | Benefit-driven copy throughout. Specific numbers and outcomes. Active voice. Addresses objections. Reads naturally. Matches audience sophistication level. | | 70-89 | Mostly benefit-driven. Some specificity. Good clarity but could be more compelling. | | 50-69 | Mix of benefits and features. Some generic language. Functional but not persuasive. | | 30-49 | Feature-heavy copy with few benefits. Industry jargon. Talks about the company, not the customer. | | 0-29 | Poor copy: vague, generic, full of jargon, or barely any copy at all. | **Copy Quality Checklist:** - [ ] Headline uses benefit language, not feature language ("Save 10 hours/week" not "Automated scheduling") - [ ] Body copy uses "you/your" more than "we/our" (customer-centric) - [ ] Specific numbers used where possible ("2,847 customers" not "thousands of customers") - [ ] Active voice preferred ("We deliver results" not "Results are delivered") - [ ] Each section answers "so what?" for the reader - [ ] No walls of text — short paragraphs (2-3 sentences max) - [ ] Bullet points used for feature/benefit lists #### Form & Friction (10%) | Score | Criteria | |---|---| | 90-100 | Minimal fields (name + email or single CTA). Smart defaults, autofill-friendly. Progress indicator if multi-step. Inline validation. Privacy statement near form. | | 70-89 | Reasonable number of fields (3-5). Clear labels. Submit button has specific copy. Privacy note present. | | 50-69 | 5-7 fields, some potentially unnecessary. Generic submit button. No progress indicator for long forms. | | 30-49 | 7+ fields. Unnecessary fields (fax, company size, how did you hear about us). No inline validation. | | 0-29 | Excessive fields (10+). Required fields that feel invasive. Captcha visible. No privacy statement. Poor mobile form experience. | **Form Friction Reduction Rules:** ``` FIELD COUNT GUIDELINES: - Lead gen (B2C): Name + Email = 2 fields maximum - Lead gen (B2B): Name + Email + Company = 3 fields maximum - Consultation booking: Name + Email + Phone + Preferred Time = 4 fields - Quote request: Name + Email + Phone + Brief Description = 4 fields - E-commerce: Shipping + Payment (use autofill, address lookup) EVERY ADDITIONAL FIELD REDUCES COMPLETION BY ~7-10% FRICTION REDUCERS: - "Takes 30 seconds" or "2-minute form" — set time expectation - Pre-fill fields from browser autofill where possible - Use dropdown/select instead of free text where appropriate - Show progress bar for multi-step forms - Inline validation (green check as they complete fields) - "We'll never share your email" near the form - Phone field marked as optional if not essential ``` #### Mobile Optimization (5%) | Score | Criteria | |---|---| | 90-100 | Fully responsive. Large tap targets. Mobile-specific layout. Form is easy to complete on phone. Page loads in under 3 seconds on mobile. | | 70-89 | Responsive but not mobile-optimized. Acceptable tap targets. Some horizontal scrolling. | | 50-69 | Responsive with issues. Small text, tiny buttons, form fields hard to tap. | | 30-49 | Barely responsive. Significant usability issues on mobile. | | 0-29 | Not responsive or completely broken on mobile. | #### Page Speed (5%) | Score | Criteria | |---|---| | 90-100 | Loads in under 2 seconds. Optimized images. No render-blocking scripts. Clean code. | | 70-89 | Loads in 2-3 seconds. Some optimization opportunities. | | 50-69 | Loads in 3-5 seconds. Unoptimized images, unnecessary scripts. | | 30-49 | Loads in 5-8 seconds. Major performance issues. | | 0-29 | Loads in 8+ seconds. Unusable on slower connections. | --- ## Landing Page Blueprint (For Building From Scratch) When no URL is provided, use this section-by-section blueprint to build a complete landing page outline: ### Section 1: Hero (Above the Fold) ``` HEADLINE: [10 words max. Specific benefit + target audience] Formula: "[Desired Outcome] for [Target Audience] — Without [Pain Point]" Example: "Get 3x More Qualified Leads — Without Cold Calling" SUBHEADLINE: [15-25 words. HOW they deliver the benefit] Formula: "We help [audience] [achieve outcome] by [method] so you can [ultimate benefit]" Example: "Our AI-powered outreach system books 15-20 qualified meetings per month so you can focus on closing deals, not chasing leads." HERO IMAGE/VIDEO: [Description of ideal visual — product in use, result screenshot, or customer photo] PRIMARY CTA: [Specific, benefit-driven button text] Example: "Get My Free Lead Audit" / "Start My Free Trial" / "Book My Strategy Call" CTA SUB-TEXT: [Anxiety reducer — 5-10 words under the button] Example: "No credit card required" / "Free, no-obligation consultation" TRUST BAR: [3-6 client logos, star rating, or "Trusted by X+ companies"] ``` ### Section 2: Problem Agitation ``` SECTION HEADLINE: "[Audience], does this sound familiar?" PAIN POINT 1: [Specific pain with emotional language] PAIN POINT 2: [Specific pain with consequence] PAIN POINT 3: [Specific pain with frustration] TRANSITION: "There's a better way — and it starts with [solution concept]." ``` ### Section 3: Solution Introduction ``` SECTION HEADLINE: "How [Product/Service] Works" STEP 1: [Simple first step — reduce perceived effort] Icon + Title + 1-sentence description STEP 2: [The product/service does its magic] Icon + Title + 1-sentence description STEP 3: [The outcome they want] Icon + Title + 1-sentence description ``` ### Section 4: Benefits (Not Features) ``` SECTION HEADLINE: "Why [Audience] Choose [Product/Service]" BENEFIT 1: [Outcome they care about + supporting detail] Headline: "Save 10+ Hours Per Week" Detail: "[Specific how] so you can [what they do with the time]" BENEFIT 2: [Financial benefit + proof point] Headline: "Increase Revenue by 30-50%" Detail: "[Specific mechanism] — just like [customer name] who [result]" BENEFIT 3: [Ease/convenience benefit + comparison] Headline: "Set Up in 15 Minutes, Not 15 Days" Detail: "Unlike [alternative], [product] [ease of use proof]" BENEFIT 4: [Risk reduction benefit + guarantee] Headline: "Risk-Free with Our [X]-Day Guarantee" Detail: "If [product] doesn't [promise], we'll [refund/fix/compensate]" ``` ### Section 5: Social Proof Block ``` TESTIMONIAL 1: Quote: "[Specific result achieved]" Name: [First Last], [Title], [Company] Photo: [Headshot] TESTIMONIAL 2: Quote: "[Specific result achieved]" Name: [First Last], [Title], [Company] Photo: [Headshot] TESTIMONIAL 3: Quote: "[Specific result achieved]" Name: [First Last], [Title], [Company] Photo: [Headshot] STATS BAR: "[X]+ Customers | [X]% Satisfaction | [X]+ [Results Delivered]" ``` ### Section 6: Offer Details & Pricing ``` SECTION HEADLINE: "Start [Achieving Outcome] Today" OFFER DESCRIPTION: [What they get, formatted as a value stack] - [Deliverable 1] (Value: $[X])
Ver en GitHub
Este SKILL.md es muy grande, por eso SkillsMP muestra aqui solo la primera seccion. Ver en GitHub