form-cro

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Forms that capture leads, demo requests, or contact inquiries often lose submissions due to excessive fields, poor layout, weak error handling, and unclear calls to action, and this Skill provides a structured audit and redesign framework to fix them. ## Core Features & Use Cases - Form Audits: Evaluates field count, order, labels, validation, error messages, and submit button copy, then outputs prioritized issues with impact estimates. - Form Type Guidance: Provides specific recommendations for lead capture, contact, demo request, quote, survey, and checkout forms, including multi-step and mobile patterns. - Experiment Ideas: Supplies A/B test hypotheses covering layout, fields, copy, trust elements, and mobile UX. - Use Case: A marketing team has a demo request form with a low completion rate; the Skill audits each field, recommends removing or making optional low-value fields, rewrites the CTA button copy, and proposes multi-step and mobile tests. ## Quick Start Ask the assistant to audit your demo request form and recommend changes to improve its completion rate.

Frequently Asked Questions about form-cro

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

FAQPage Schema
How do I improve my form completion rate?▼

Reduce the number of fields, since each added field lowers completion, and start with easy fields like name and email before sensitive ones. Use visible labels, inline validation, a specific CTA button like "Get My Free Quote", and trust signals such as a privacy statement near the form.

How many fields should a lead capture form have?▼

Three fields is the baseline; 4-6 fields typically reduce completion by 10-25%, and 7 or more can cut it by 25-50% or more. For gated content, email-only or email plus name is often enough, with enrichment handled after submission.

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

Use multi-step when a form has more than 5-6 fields, logically distinct sections, or conditional paths, such as applications and quote requests. Include a progress indicator, start with easy questions, allow back navigation, and save progress so data is not lost.

Should the phone number field be required on a demo request form?▼

Make phone optional when possible, since required sensitive fields increase abandonment. If it is required, explain why, auto-format input as the user types, and consider offering a preferred contact method choice instead.

What metrics should I track to diagnose form abandonment?▼

Track form start rate, completion rate, field-level drop-off, error rate by field, time to complete, and mobile versus desktop splits. Field-level analytics reveal exactly which questions cause users to leave.

Does this Skill cover signup or registration forms?▼

No, it explicitly excludes signup and registration flows, which are handled by the signup-flow-cro skill. Forms embedded in popups or modals are covered by the popup-cro skill instead.