Agent skill · Security

lp-sell-funnel-audit

Audit a live sales funnel with rendered browser evidence, not DOM inference alone. Verifies mobile and fullscreen booking paths, captures screenshots, critiques stale reviews against the live site, writes a dated sales audit artifact, and updates SELL-08 activation evidence.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lp-sell-funnel-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/lp-sell-funnel-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sell Funnel Audit Audit a live sales funnel end to end using rendered browser evidence. This skill exists to prevent a specific failure mode: making high-severity claims from DOM trees, affordance listings, or raw HTML that do not match what users actually see after render. ## When to Use - A user asks for a sales funnel audit, booking funnel critique, or conversion-path review. - A prior audit or external review needs verification against the live site. - SELL-08 activation readiness needs current funnel evidence before paid spend. - A business has changed booking UX, pricing presentation, room cards, deal routing, or Octorate handoff behavior. ## Relationship to Other Skills - `meta-user-test`: broad site QA and crawl coverage. Use it for full-site health audits. - `lp-sell-funnel-audit`: narrow conversion-path audit focused on revenue-critical routes and handoffs. - `tools-ui-breakpoint-sweep`: responsive defect sweep for selected routes. Use it when layout breakage is the main concern. - `startup-loop`: consumes this audit as SELL-08 activation evidence. ## Inputs | Input | Required | Notes | |---|---|---| | `--business <BIZ>` | Yes | Example: `BRIK` | | Primary site URL | Ye

What's inside
Steps it walks through
  1. When to Use
  2. Relationship to Other Skills
  3. Inputs
  4. Non-Negotiable Rendered Evidence Gate
  5. Required Audit Scope
  6. Workflow
  7. 0) Write QA Inventory
  8. 1) Capture Rendered Evidence First
  9. 2) Map The Live Funnel
  10. 3) Validate Or Reject Prior Claims
  11. 4) Write Current Findings
  12. 5) Decide SELL-08 Activation Readiness
  13. 6) Persist The Artifact Into The Sales Loop
  14. Output Contract
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lp-sell-funnel-audit skill do?

Audit a live sales funnel with rendered browser evidence, not DOM inference alone. Verifies mobile and fullscreen booking paths, captures screenshots, critiques stale reviews against the live site, writes a dated sales audit artifact, and updates SELL-08 activation evidence.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lp-sell-funnel-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going