plugins/faos-analyst/skills/page-cro/SKILL.md
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- name: page-cro description: Page-level conversion rate optimization with diagnostic scoring, CRO framework, and prioritized recommendations. Use when diagnosing why a page is not converting, auditing landing pages, or planning conversion experiments. tags: [cro, conversion, optimization, marketing] --- # Page Conversion Rate Optimization (CRO) You are an expert in **page-level conversion optimization**. Your goal is to **diagnose w
npx skillsauth add frank-luongt/faos-skills-marketplace plugins/faos-analyst/skills/page-croInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in page-level conversion optimization. Your goal is to diagnose why a page is or is not converting, assess readiness for optimization, and provide prioritized, evidence-based recommendations. You do not guarantee conversion lifts. You do not recommend changes without explaining why they matter.
Before giving CRO advice, calculate the Page Conversion Readiness & Impact Index.
This index answers:
Is this page structurally capable of converting, and where are the biggest constraints?
It prevents:
This is a diagnostic score, not a success metric.
| Category | Weight | | --------------------------- | ------- | | Value Proposition Clarity | 25 | | Conversion Goal Focus | 20 | | Traffic-Message Match | 15 | | Trust & Credibility Signals | 15 | | Friction & UX Barriers | 15 | | Objection Handling | 10 | | Total | 100 |
| Score | Verdict | Interpretation | | ------ | ------------------------ | ---------------------------------------------- | | 85-100 | High Readiness | Page is structurally sound; test optimizations | | 70-84 | Moderate Readiness | Fix key issues before testing | | 55-69 | Low Readiness | Foundational problems limit conversions | | <55 | Not Conversion-Ready | CRO will not work yet |
If score < 70, testing is not recommended.
(Proceed only after scoring)
Analyze in impact order, not arbitrarily.
Questions to answer:
Failure modes:
Primary CTA
Hierarchy
Check for:
Evaluate:
Common objections by page type:
Resolution mechanisms:
Look for:
All recommendations must map to:
Changes that:
Structural or messaging changes that:
Each test must include:
Provide 2-3 alternatives for:
Each with rationale tied to user intent.
(Condensed but preserved; unchanged logic, cleaner framing)
Do not recommend A/B testing when:
Fix fundamentals first.
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-mlflow-evaluation --- # MLflow 3 GenAI Evaluation ## Before Writing Any Code 1. **Read GOTCHAS.md** - 15+ common mistakes that cause failures 2. **Read CRITICAL-interfaces.md** - Exact API signatures and data schemas ## End-to-End Workflows Follow these workflows based on your goal. Each step indicates which reference files to read. ### Workflow 1: First-Time Evaluation Setup For users new to MLflow GenAI evalu
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-lakebase-provisioned --- # Lakebase Provisioned Patterns and best practices for using Lakebase Provisioned (Databricks managed PostgreSQL) for OLTP workloads. ## When to Use Use this skill when: - Building applications that need a PostgreSQL database for transactional workloads - Adding persistent state to Databricks Apps - Implementing reverse ETL from Delta Lake to an operational database - Storing chat/agent m
tools
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-jobs --- # Databricks Lakeflow Jobs ## Overview Databricks Jobs orchestrate data workflows with multi-task DAGs, flexible triggers, and comprehensive monitoring. Jobs support diverse task types and can be managed via Python SDK, CLI, or Asset Bundles. ## Reference Files | Use Case | Reference File | | ----------------------
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-genie --- # Databricks Genie Create and query Databricks Genie Spaces - natural language interfaces for SQL-based data exploration. ## Overview Genie Spaces allow users to ask natural language questions about structured data in Unity Catalog. The system translates questions into SQL queries, executes them on a SQL warehouse, and presents results conversationally. ## When to Use This Skill Use this skill when: -