form-cro

Audits and optimizes non-signup web forms to increase completion rates.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/yo16/cc_dev_team --skill form-cro-yo16
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: form-cro
Source: https://github.com/yo16/cc_dev_team/tree/main/specific_set/seo/skills/form-cro
Command: npx skills add https://github.com/yo16/cc_dev_team --skill form-cro-yo16

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Forms with too many fields, poor error handling, or weak mobile UX lose leads and conversions. This Skill diagnoses form friction and produces prioritized, field-level recommendations to raise completion rates for lead capture, contact, demo request, survey, quote, and checkout forms. ## Core Features & Use Cases - Form Audits: Evaluates every field against the "every field has a cost" principle and outputs findings in a structured Issue/Impact/Fix/Priority format. - Layout & Flow Guidance: Recommends single-step vs. multi-step structure, field ordering, labels, error messages, and submit button copy. - Mobile & Trust Optimization: Covers touch targets, keyboard types, autofill, privacy messaging, and anti-spam measures like honeypots. - Use Case: A demo request form with 11 fields converts at 3.1%. The Skill identifies which fields to cut or defer, restructures the form, and proposes A/B test hypotheses. ## Quick Start Ask the assistant to audit your form by listing its current fields and completion rate, for example: "Audit our demo request form with these fields and a 3.1% conversion rate."

Frequently Asked Questions about form-cro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce form abandonment on my website?▼

Cut unnecessary fields first, since each field reduces completion rate and 7+ fields can cause 25-50% drop-off. Then improve error handling with inline validation, use clear visible labels, and strengthen the submit button copy with action-plus-value wording.

When should I use a multi-step form instead of a single-step form?▼

Use multi-step when a form has more than 5-6 fields, logically distinct sections, or conditional paths. Include a progress indicator, start with easy questions, allow back navigation, and save progress so users do not lose entered data.

How do I stop spam submissions without hurting form conversions?▼

Use non-friction defenses first: honeypot fields, reCAPTCHA, and server-side validation. To improve lead quality, add at most one qualifying field such as company name or budget range rather than many required fields.

Does this skill handle signup or registration form optimization?▼

No. Signup and registration flows are explicitly out of scope and are deferred to the signup-flow-cro skill. This skill covers lead capture, contact, demo request, survey, quote, and checkout forms only.

How do I optimize a form for mobile users?▼

Use touch targets of at least 44px, appropriate keyboard types (email, tel, number), autofill support, and a single-column layout. Add a sticky submit button and minimize typing with dropdowns and toggles, then test on real devices.