cta-validator

Validate CTA placement, hierarchy, and route mappings across the codebase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BruceTyndall/socelle-global --skill cta-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cta-validator
Source: https://github.com/BruceTyndall/socelle-global/tree/main/.agents/skills/cta-validator
Command: npx skills add https://github.com/BruceTyndall/socelle-global --skill cta-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all Calls to Action (CTAs) across the platform adhere to a strict intelligence-first hierarchy, are correctly mapped to their intended routes, and are present on relevant persona pages, preventing conversion leaks and maintaining a clear user journey.

Core Features & Use Cases

  • CTA Inventory: Scans the codebase to identify all buttons, links, and navigation elements that function as CTAs.
  • Intelligence-First Compliance: Verifies that commerce-related CTAs (e.g., "Shop", "Buy") do not appear on pages primarily focused on intelligence or information.
  • Persona Page CTA Check: Confirms that dedicated persona pages have the necessary CTAs to guide users towards conversion or next steps.
  • CTA-to-Route Mapping: Audits the destinations of CTAs to ensure they link to the correct pages or actions.
  • Use Case: Before a new feature launch, run this Skill to guarantee that all new CTAs are correctly implemented, don't conflict with existing intelligence surfaces, and lead users to the appropriate destinations, ensuring a seamless conversion funnel.

Quick Start

Run the cta-validator skill to audit all calls to action within the SOCELLE-WEB application.

Frequently Asked Questions about cta-validator

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

FAQPage Schema
How do I audit CTAs across my codebase for compliance and conversion leaks?

To audit CTAs for compliance, you can scan your checked-out codebase to identify all calls to action, verify their placement hierarchy, and check their route mappings to prevent conversion leaks. This ensures a clear user journey.

How do I check if commerce CTAs are incorrectly placed on intelligence pages?

Checking CTA placement involves scanning the codebase to verify intelligence-first compliance, ensuring that commerce-related CTAs like Shop or Buy do not appear on pages primarily focused on intelligence or information.

How do I verify that persona pages have the necessary CTAs for user conversion?

Verifying persona page CTAs requires auditing the codebase to confirm that dedicated persona pages contain the necessary calls to action to guide users toward conversion or next steps.

What's the best way to validate CTA-to-route mappings before a feature launch?

Validating CTA-to-route mappings before launch involves running an audit script to verify that all buttons and links link to the correct pages or actions, ensuring a seamless conversion funnel.

Do I need installed dependencies to run a CTA inventory scan on my codebase?

Yes, running a CTA inventory scan requires a checked-out codebase with installed dependencies, enabling the script to accurately identify all navigation elements and validate their mappings.

Why does CTA validation focus on an intelligence-first hierarchy?

CTA validation focuses on an intelligence-first hierarchy to prevent commerce elements from conflicting with information surfaces, maintaining a clear user journey and preventing conversion leaks.