From coordinator
Use when about to commit, before /merge-to-main, before /workday-complete, or when the user asks to validate the repo state. Runs all CI validation checks locally.
npx claudepluginhub oduffy-delphi/coordinator-claudeThis skill uses the workspace's default tool permissions.
Run all CI checks locally to catch issues before they hit the remote pipeline.
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.
Run all CI checks locally to catch issues before they hit the remote pipeline.
Executes .github/scripts/run-all-checks.py, which uses convention-based discovery to find and run all validate-*.py and check-*.py scripts in .github/scripts/.
python .github/scripts/run-all-checks.py
Run this command using the Bash tool. Read the full output — every script's pass/fail status and any error details.
/merge-to-main or /workday-complete.github/scripts/ exists.This skill complements verification-before-completion. That skill requires evidence before claims; this skill provides the evidence for repo-level validation claims.
.env files, API keys, and private tokens before staging. CI may catch these, but prevention is better.docs/plans/ or tasks/ directories can confuse downstream pipeline tools — delete or populate before committing.