From milo-activity
Test an ActivityPolicy against sample data and iterate on its rules. Use when the user wants to test, debug, or validate an existing or in-progress ActivityPolicy, or when they say "preview this policy" or "test this policy".
npx claudepluginhub datum-cloud/claude-code-plugins --plugin milo-activityThis skill uses the workspace's default tool permissions.
Test and validate an ActivityPolicy.
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.
Test and validate an ActivityPolicy.
Load the policy: Read the ActivityPolicy YAML from the file or conversation context provided by the user.
Run preview: Call preview_activity_policy with the policy spec and
autoFetch: { limit: 20, timeRange: "24h", sources: "both" } to test
against real data.
Analyze results: For each input in the preview results:
Report coverage:
Suggest improvements: If rules have errors or many inputs are unmatched, propose new or modified rules.
Re-preview: After making changes, preview again to verify fixes.
$ARGUMENTS