From magic-powers
Use when building a test coverage plan, choosing what to test at each layer, or applying risk-based testing to focus effort
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When starting a new project, the test suite is chaotic, or coverage is either too low (bugs slip through) or too high (tests slow everything down).
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.
When starting a new project, the test suite is chaotic, or coverage is either too low (bugs slip through) or too high (tests slow everything down).
/\
/E2E\ (few — slow, expensive, fragile)
/------\
/Integration\ (some — verify service interactions)
/------------\
/ Unit Tests \ (many — fast, isolated, specific)
/--------------\
Invert = ice cream cone = too many E2E tests = slow, flaky CI.
Unit (function/class level):
Integration (service/DB level):
E2E (full stack):
Prioritize coverage based on:
Track: