Skip to content
Development
Command

/release-check

Pre-release validation pipeline for a component

shell
$ npx -y skills add murphytrueman/design-system-ops --agent claude-code

Ships with design-system-ops. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/release-check

Context preview

What this command does when you run it.

Pre-release validation pipeline for a component

Command definition

release-check.md
description: Pre-release validation pipeline for a component
allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(sort:*), Bash(tail:*), Bash(wc:*)

Run the component-to-release pipeline to validate a component is ready to ship.

This command chains multiple skills into a single pre-release workflow. Load the agent instructions from ${CLAUDE_PLUGIN_ROOT}/skills/component-to-release-agent.md and follow the complete pipeline.

Before starting, read the reference material for each chained skill from the `references:` field of each skill's frontmatter, located in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/.

Begin with Phase 0 (Component type decision) — classify whether this is a new component, enhancement, breaking change, or bug fix, then adjust the pipeline depth accordingly.

The pipeline runs in order: 1. Design-to-code check (visual alignment, interactive states, responsive behaviour) 2. Accessibility audit (keyboard, screen reader, contrast, focus, ARIA) 3. Token compliance (hardcoded values, wrong-tier references, DTCG alignment) 4. AI component description (six-section format + JSON metadata) 5. Usage guidelines (anti-patterns, edge cases, content guidelines) 6. Change communication (release notes, migration guide if breaking)

Produce a release package with all documentation, a sign-off checklist, and gate decisions (critical findings block release).

The component to validate: $ARGUMENTS

Read more
Read it on GitHub ↗
Ships withdesign-system-ops

Claude Code skills for the work that keeps a design system alive.

Get the whole plugin, auto-invoked
Stats
151
Stars
0
Views
7
Forks
Maintained
Maintenance
HTML
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: murphytrueman/design-system-ops