From ATELIER — Design studio & adversarial UI review
Verify ATELIER's external tool dependencies are installed and reachable — a ✓/✗ table by tier (advisory; --strict to fail on a missing required tool).
How this command is triggered — by the user, by Claude, or both
Slash command
/atelier:checkThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the ATELIER dependency check. Execute the script and present its ✓/✗ table, then summarise anything missing and how to install it. Advisory by default; `--strict` exits non-zero on a missing **required** tool. ATELIER reviews with built-in vision (no API key); live crawls use the **Playwright MCP** + a Chromium browser. User-flow rendering belongs to pressroom (`/pressroom:check`). See the [`check` skill](../skills/check/SKILL.md).
Run the ATELIER dependency check. Execute the script and present its ✓/✗ table, then summarise anything missing and how to install it.
bash ${CLAUDE_PLUGIN_ROOT}/skills/check/scripts/check.sh $ARGUMENTS
Advisory by default; --strict exits non-zero on a missing required tool. ATELIER reviews with
built-in vision (no API key); live crawls use the Playwright MCP + a Chromium browser. User-flow
rendering belongs to pressroom (/pressroom:check). See the check skill.
npx claudepluginhub agentic-underground/idea-to-production/checkRuns project validation checks like lint/test across JavaScript/TypeScript, Python, Go, Rust, Ruby and auto-fixes errors without committing changes.
/checkRuns project validation checks like lint/test across JavaScript/TypeScript, Python, Go, Rust, Ruby and auto-fixes errors without committing changes.
/checkDetects drift between SPEC.md and source code, classifying items as HOLD/VIOLATE/UNVERIFIABLE (or MATCH/DRIFT/MISSING/EXTRA for interfaces) with file:line evidence and remedy hints. Read-only, writes nothing.
/checkRuns a unified pre-publish quality gate on marketing content, scoring across hallucination, brand voice, structure, and claims dimensions. Returns a pass/warn/blocked decision with fix suggestions.
/checkGenerates CodeDNA coverage report for the project, identifying unannotated source files and stale used_by references in Python, TypeScript/JS, Go, Rust, Java.
/checkChecks spec-kit CLI (uv and specify) installation status and project setup (.specify/ directory), outputs ✅/❌ results with install guides and next steps.