cro-optimization by ognjengt/founder-skills
npx skills add https://github.com/ognjengt/founder-skills --skill cro-optimization分析落地页,并提供全面的 CRO 审计报告,包含具体、可执行的建议,以最大化转化率。
首先检查 $ARGUMENTS 以确定执行模式:
回复:"cro-optimization 已加载,请提供您的落地页 URL 或粘贴您的 HTML/CSS 代码"
然后等待用户在下一消息中提供其落地页。
立即进入任务执行(跳过"已加载"消息)。
当获得落地页(无论是来自初始的 $ARGUMENTS 还是后续消息)时:
阻塞性要求 — 切勿跳过此步骤
在进行任何其他操作之前,您必须使用 Read 工具读取所有三个参考文件:
Read: ./references/cro_principles.md
Read: ./references/landing_page_patterns.md
Read: ./references/element_audit_framework.md
您将找到的内容:
在您读取所有文件并将原则、模式和审计框架加载到上下文之前,请勿继续执行步骤 2。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
检查项目根目录中是否存在 FOUNDER_CONTEXT.md。
如果用户提供了 URL:
如果用户直接提供了 HTML/CSS:
从页面中提取并分类以下元素:
排版:
视觉结构:
转化元素:
技术方面:
针对 cro_principles.md 中的 13 个原则中的每一个:
按影响优先级排序:
使用 landing_page_patterns.md:
对于发现的每个问题,提供:
硬性约束。不得自行解释。
# CRO 审计报告:[页面名称/URL]
## 执行摘要
[2-3 句话:总体评估、最大机会点、预期影响]
---
## 做得好的地方
[3-5 个遵循 CRO 最佳实践的元素要点列表]
---
## 关键问题(优先修复)
### 问题 1:[具体问题]
**违反的原则:**[原则名称和编号]
**当前状态:**[现有情况]
**问题:**[为什么这会损害转化率]
**建议:**[具体修复方案]
**示例:**
之前:[当前文案/元素] 之后:[建议文案/元素]
**预期影响:**[预期改进效果]
### 问题 2:[具体问题]
[相同结构]
---
## 高影响力优化项
### 优化项 1:[改进领域]
**当前状态:**[现有情况]
**机会点:**[可以改进的地方]
**建议:**[具体更改]
**示例:**
之前:[当前] 之后:[建议]
**优先级:**[高/中] — [理由]
[为每个优化项继续]
---
## 逐节分析
### 首屏
- **H1:**[评估和建议(如果需要)]
- **副标题:**[评估和建议(如果需要)]
- **CTA:**[评估和建议(如果需要)]
- **信任信号:**[评估和建议(如果需要)]
### [章节名称]
[分析和建议]
[为每个主要章节继续]
---
## 快速见效项(易于实施)
1. [简单更改,效果良好]
2. [简单更改,效果良好]
3. [简单更改,效果良好]
---
## 测试路线图
1. **首先测试:**[最高影响力的假设]
2. **其次测试:**[下一个优先级]
3. **再次测试:**[后续优先级]
---
## 基准对比
**对比对象:**[来自模式文件的相关高转化率示例]
**缺失元素:**[顶级表现者拥有而此页面缺乏的内容]
**可采纳的机会:**[考虑实施的具体模式]
在分析之前,必须使用 Read 工具读取所有三个文件(见步骤 1):
| 文件 | 用途 |
|---|---|
./references/cro_principles.md | 13 个 CRO 原则,包含检测标准、修复模式和违规症状 |
./references/landing_page_patterns.md | 来自 ClickUp、Notion、Stripe、Apple、Shopify 等的真实模式,按类别组织 |
./references/element_audit_framework.md | 用于审计 H1、CTA、表单、社会证明、视觉层次结构的系统化框架 |
为什么三者都重要: 原则告诉你哪里错了。模式向你展示好的样子。审计框架确保你系统地检查一切。三者结合能产生具体的、基于证据的建议,而非通用的 CRO 建议。
在最终确定输出之前,验证以下所有内容:
./references/cro_principles.md./references/landing_page_patterns.md./references/element_audit_framework.md如果任何检查失败 → 在呈现前进行修订。
除非上下文另有指示,否则使用以下内容:
如果页面类型明显不同(电子商务、内容网站等),请相应调整分析。
在"执行摘要"中记录所做的任何假设。
每周安装量
82
代码仓库
GitHub Stars
101
首次出现
2026年2月9日
安全审计
安装于
opencode76
gemini-cli72
codex70
github-copilot67
kimi-cli67
amp66
Analyze a landing page and deliver a comprehensive CRO audit with specific, actionable recommendations to maximize conversions.
Check $ARGUMENTS first to determine execution mode:
Respond with: "cro-optimization loaded, provide your landing page URL or paste your HTML/CSS code"
Then wait for the user to provide their landing page in the next message.
Proceed immediately to Task Execution (skip the "loaded" message).
When landing page is available (either from initial $ARGUMENTS or follow-up message):
BLOCKING REQUIREMENT — DO NOT SKIP THIS STEP
Before doing ANYTHING else, you MUST use the Read tool to read ALL three reference files:
Read: ./references/cro_principles.md
Read: ./references/landing_page_patterns.md
Read: ./references/element_audit_framework.md
What you will find:
DO NOT PROCEED to Step 2 until you have read all files and have the principles, patterns, and audit framework loaded in context.
Check if FOUNDER_CONTEXT.md exists in the project root.
If user provided a URL:
If user provided HTML/CSS directly:
Extract and catalog these elements from the page:
Typography:
Visual Structure:
Conversion Elements:
Technical:
For each of the 13 principles in cro_principles.md:
Prioritize by impact:
Using landing_page_patterns.md:
For each issue found, provide:
Hard constraints. No interpretation.
# CRO Audit Report: [Page Name/URL]
## Executive Summary
[2-3 sentences: Overall assessment, biggest opportunities, expected impact]
---
## What's Working Well
[Bullet list of 3-5 elements that follow CRO best practices]
---
## Critical Issues (Fix First)
### Issue 1: [Specific Problem]
**Principle Violated:** [Principle name and number]
**Current State:** [What exists now]
**Problem:** [Why this hurts conversions]
**Recommendation:** [Specific fix]
**Example:**
BEFORE: [Current copy/element] AFTER: [Recommended copy/element]
**Expected Impact:** [What improvement to expect]
### Issue 2: [Specific Problem]
[Same structure]
---
## High-Impact Optimizations
### Optimization 1: [Improvement Area]
**Current State:** [What exists]
**Opportunity:** [What could be better]
**Recommendation:** [Specific change]
**Example:**
BEFORE: [Current] AFTER: [Recommended]
**Priority:** [High/Medium] — [Reasoning]
[Continue for each optimization]
---
## Section-by-Section Analysis
### Above the Fold
- **H1:** [Assessment and recommendation if needed]
- **Subheadline:** [Assessment and recommendation if needed]
- **CTA:** [Assessment and recommendation if needed]
- **Trust signals:** [Assessment and recommendation if needed]
### [Section Name]
[Analysis and recommendations]
[Continue for each major section]
---
## Quick Wins (Easy Implementations)
1. [Simple change with good impact]
2. [Simple change with good impact]
3. [Simple change with good impact]
---
## Testing Roadmap
1. **Test First:** [Highest impact hypothesis]
2. **Test Second:** [Next priority]
3. **Test Third:** [Following priority]
---
## Benchmark Comparison
**Compared to:** [Relevant high-converting examples from patterns file]
**Missing elements:** [What top performers have that this page lacks]
**Adoption opportunities:** [Specific patterns to consider implementing]
All three files MUST be read using the Read tool before analysis (see Step 1):
| File | Purpose |
|---|---|
./references/cro_principles.md | 13 CRO principles with detection criteria, fix patterns, and violation symptoms |
./references/landing_page_patterns.md | Real patterns from ClickUp, Notion, Stripe, Apple, Shopify, etc. organized by category |
./references/element_audit_framework.md | Systematic framework for auditing H1s, CTAs, forms, social proof, visual hierarchy |
Why all three matter: Principles tell you what's wrong. Patterns show you what good looks like. The audit framework ensures you check everything systematically. Together they produce specific, evidence-based recommendations instead of generic CRO advice.
Before finalizing output, verify ALL of the following:
./references/cro_principles.md before analyzing./references/landing_page_patterns.md before analyzing./references/element_audit_framework.md before analyzingIf ANY check fails → revise before presenting.
Use these unless context indicates otherwise:
If the page type is clearly different (e-commerce, content site, etc.), adjust analysis accordingly.
Document any assumptions made in the Executive Summary.
Weekly Installs
82
Repository
GitHub Stars
101
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode76
gemini-cli72
codex70
github-copilot67
kimi-cli67
amp66
前端代码审计工具 - 自动化检测可访问性、性能、响应式设计、主题化与反模式
49,600 周安装
二进制初步分析指南:使用ReVa工具快速识别恶意软件与逆向工程
69 周安装
PrivateInvestigator 道德人员查找工具 | 公开数据调查、反向搜索与背景研究
69 周安装
TorchTitan:PyTorch原生分布式大语言模型预训练平台,支持4D并行与H100 GPU加速
69 周安装
screenshot 截图技能:跨平台桌面截图工具,支持macOS/Linux权限管理与多模式捕获
69 周安装
tmux进程管理最佳实践:交互式Shell初始化、会话命名与生命周期管理
69 周安装
Git Rebase Sync:安全同步分支的Git变基工具,解决冲突与备份
69 周安装