Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

cro-optimization宏观优化

Agent Skill

cro-optimization 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,104

周安装

171

GitHub Stars

140

下载量

1,368
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cro-optimization(宏观优化)
来源仓库:https://github.com/ognjengt/founder-skills
仓库路径:skills/cro-optimization
安装命令:
npx skills add https://github.com/ognjengt/founder-skills --skill cro-optimization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ognjengt/founder-skills --skill cro-optimization

简介

该技能分析落地页 HTML/CSS 代码,输出包含元素级建议的转化率提升报告。

  • 适用于广告投放、活动推广或 Landing Page 改版前的诊断与优化。
  • 提供视觉层次、文案说服力与交互流畅性等维度的具体修改指引。
  • 需用户提供完整页面代码以确保分析准确性,片段代码可能导致误判。
  • cro-optimization 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

CRO Optimization

Purpose

Analyze a landing page and deliver a comprehensive CRO audit with specific, actionable recommendations to maximize conversions.


Execution Logic

Check $ARGUMENTS first to determine execution mode:

If $ARGUMENTS is empty or not provided:

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.

If $ARGUMENTS contains content:

Proceed immediately to Task Execution (skip the "loaded" message).


Task Execution

When landing page is available (either from initial $ARGUMENTS or follow-up message):

1. MANDATORY: Read Reference Files FIRST

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:

  • cro_principles.md: 13 core CRO principles with detection criteria and fix patterns
  • landing_page_patterns.md: Real patterns from high-converting pages (ClickUp, Notion, Stripe, Apple, etc.) organized by category
  • element_audit_framework.md: Systematic framework for auditing HTML elements, CTAs, forms, and visual hierarchy

DO NOT PROCEED to Step 2 until you have read all files and have the principles, patterns, and audit framework loaded in context.

2. Check for Business Context

Check if FOUNDER_CONTEXT.md exists in the project root.

  • If it exists: Read it and use the business context to personalize recommendations (industry, target audience, product type, competitors).
  • If it doesn't exist: Proceed with analysis based on page content alone.

3. Fetch and Extract Landing Page

If user provided a URL:

  • Use WebFetch to retrieve the landing page content
  • Extract and catalog key elements (see Element Extraction below)

If user provided HTML/CSS directly:

  • Analyze the provided code directly
  • Note any missing context (live styling, images, etc.)

4. Element Extraction

Extract and catalog these elements from the page:

Typography:

  • H1 (should be exactly one)
  • H2s (section headers)
  • Body text samples
  • CTA button copy

Visual Structure:

  • Above-the-fold content
  • Section sequence
  • Image/visual placement
  • Color scheme and contrast

Conversion Elements:

  • Primary CTA (copy, placement, design)
  • Secondary CTAs
  • Forms (field count, labels)
  • Trust signals (logos, testimonials, badges)
  • Social proof (metrics, reviews, case studies)

Technical:

  • Mobile responsiveness indicators
  • Load speed concerns (large images, etc.)

5. Audit Against CRO Principles

For each of the 13 principles in cro_principles.md:

  1. Check if the page violates the principle
  2. Note specific violations with evidence
  3. Determine severity (High/Medium/Low)
  4. Draft specific recommendations

Prioritize by impact:

  • High: Above-fold clarity, CTA effectiveness, major trust gaps
  • Medium: Objection handling, visual hierarchy, scannability
  • Low: Minor copy tweaks, nice-to-have additions

6. Compare to High-Converting Patterns

Using landing_page_patterns.md:

  1. Identify the most relevant category (B2B SaaS, E-commerce, etc.)
  2. Compare page structure to proven patterns
  3. Note missing elements that top performers include
  4. Identify opportunities to adopt successful patterns

7. Generate Recommendations

For each issue found, provide:

  1. What to change — specific element and action
  2. Why it matters — principle violated and expected impact
  3. How to implement — concrete example or rewrite
  4. Priority — High/Medium/Low with reasoning

8. Format and Verify

  • Structure output according to Output Format section
  • Complete Quality Checklist self-verification
  • Ensure recommendations are specific and actionable (not generic advice)

Writing Rules

Hard constraints. No interpretation.

Core Rules

  • Every recommendation must be specific and actionable
  • Include before/after examples for copy changes
  • Reference the specific principle violated
  • Prioritize by conversion impact, not ease of implementation
  • Frame changes as testable hypotheses when possible
  • Never recommend changes without explaining the "why"

Analysis Rules

  • Audit systematically — don't skip principles
  • Note what's working well, not just problems
  • Consider the page's apparent target audience
  • Account for likely traffic sources
  • Distinguish between critical issues and optimizations

Recommendation Rules

  • Lead with highest-impact changes
  • Group related recommendations together
  • Provide specific copy rewrites, not just "make it clearer"
  • Include placement suggestions, not just content suggestions
  • Consider mobile experience separately

Output Format

# 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]

References

All three files MUST be read using the Read tool before analysis (see Step 1):

FilePurpose
./references/cro_principles.md13 CRO principles with detection criteria, fix patterns, and violation symptoms
./references/landing_page_patterns.mdReal patterns from ClickUp, Notion, Stripe, Apple, Shopify, etc. organized by category
./references/element_audit_framework.mdSystematic 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.


Quality Checklist (Self-Verification)

Before finalizing output, verify ALL of the following:

Pre-Analysis Check

  • I read ./references/cro_principles.md before analyzing
  • I read ./references/landing_page_patterns.md before analyzing
  • I read ./references/element_audit_framework.md before analyzing
  • I have all 13 principles, category patterns, and audit criteria in context

Extraction Check

  • I identified the H1 and assessed its clarity
  • I catalogued all CTAs and their copy
  • I noted social proof elements and placement
  • I evaluated above-the-fold content
  • I assessed the section sequence

Analysis Check

  • Each principle was evaluated against the page
  • Issues cite specific principles violated
  • Recommendations include before/after examples
  • Priority is assigned based on conversion impact
  • I compared to relevant high-converting patterns

Output Check

  • Executive summary captures key findings
  • Critical issues are listed first
  • Every recommendation is specific and actionable
  • Testing roadmap provides clear next steps
  • "What's working well" section is included

If ANY check fails → revise before presenting.


Defaults & Assumptions

Use these unless context indicates otherwise:

  • Page type: SaaS landing page (most common)
  • Traffic temperature: Mixed (cold to warm)
  • Primary goal: Signups or demo requests
  • Audience: Business decision-makers
  • Device split: 60% desktop, 40% mobile
  • Conversion definition: Primary CTA click

If the page type is clearly different (e-commerce, content site, etc.), adjust analysis accordingly.

Document any assumptions made in the Executive Summary.


适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.06%
按下载量换算493

Claude

27.07%
按下载量换算370

Cursor

19.67%
按下载量换算269

Gemini CLI

8.02%
按下载量换算110

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills