
from specialist-agent12
Audit landing pages and user flows to find conversion friction and deliver prioritized, testable A/B recommendations.
This skill audits pages and conversion flows (landing pages, signup, checkout) to identify drop-off points, persuasion gaps, and technical blockers. It produces prioritized recommendations with concrete A/B hypotheses and file-level implementation guidance.
Use before launching paid traffic, after a redesign, when conversion or signup rates drop, or whenever a measurable funnel needs optimization. Not intended for general visual design or SEO-only issues.
Best fit for developer-focused coding assistants and Claude Code / Copilot-style agents that can run shell checks, read repo files, and produce markdown recommendations.
This skill has not been reviewed by our automated audit pipeline yet.
Test-Driven Development (TDD)
Run disciplined TDD cycles: write a failing test, implement the minimal fix, then refactor — for features and bugfixes where correctness matters.
/verify — Verification Before Completion
Run fresh verification commands (tests, build, lint, types) and require full output evidence before claiming work is complete or merging changes.
/learn — Interactive Learning Mode
Teaching-first implementation assistant: explains why decisions are made, walks through architecture, and produces incremental code with pedagogy for onboarding
Adaptive Planning (/plan)
Generate an implementation plan matched to task complexity — from quick mini-plans to full design documents — before writing code or making large changes.
Systematic Debug (/debug)
A four-phase, evidence-first debugging methodology agent skill: gather evidence, analyze patterns, formulate hypotheses, and implement & prove fixes.
Grill (Adversarial Code Challenge)
Performs adversarial stress-testing of code to find edge cases, race conditions, security holes, and logical flaws before deployment.
Smart Commit (conventional commit generator)
Generate and apply conventional commit messages with automatic type & scope detection plus pre-commit validation for secrets and debug artifacts.