npx claudepluginhub aeyeops/aeo-skill-marketplace --plugin aeo-claudeThis skill uses the workspace's default tool permissions.
---
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Address findings from a preceding ultrareview validation. Work through each finding systematically, implementing fixes with precision and completeness.
$ARGUMENTS
If no scope specified, address all findings from the most recent ultrareview output.
<context_detection> Determine what you're fixing:
Plan Mode: Ultrareview analyzed a plan/proposal. Findings reference architecture or design decisions. The plan file exists in .claude/plans/ or similar.
Implementation Mode: Ultrareview analyzed code changes. Findings reference specific file:line locations. Code files exist and need modification.
Adapt your fix strategy accordingly. </context_detection>
<investigate_before_fixing> Before modifying any artifact:
| Marker | Category | Priority |
|---|---|---|
| CRITICAL | Blockers | Fix immediately |
| ERRORS (HIGH) | Bugs/Issues | Fix before proceeding |
| ERRORS (MEDIUM/LOW) | Issues | Address systematically |
| ALIGNMENT ISSUES | Pattern conflicts | Align with codebase conventions |
| MISSING | Gaps | Fill identified gaps |
| NEEDS VALIDATION | Uncertainties | Investigate, then fix or dismiss |
| IMPROVEMENTS | Enhancements | Implement beneficial changes |
Skip VALIDATED items — these confirm correct behavior.
If ultrareview reported no actionable findings, confirm the context is ready and exit.
Parse the ultrareview output and create a task list for tracking progress. Use TaskCreate for each finding.
For plans/proposals:
For code/configuration:
For Plans: Re-read the complete plan, verify internal consistency.
For Implementations: Run relevant tests, check for linting/type errors, verify integration.
RESOLVED
DEFERRED (if any)
INTRODUCED CHANGES
VERIFICATION STATUS
<post_fix_workflow> After completing all fixes, inform the user they can run ultrareview again to verify fixes and catch any issues introduced by the changes. </post_fix_workflow>