Govuk Check banner
benjaminr benjaminr

Govuk Check

Design community

Description

[--fix] [--verbose] - Review the current GOV.UK project for compliance with design guidelines and requirements. ## Usage ``` /project:govuk-check [--fix] [--verbose] ``` ## Arguments - `--fix` - Optional. Automatically fix issues where possible. This includes: - Adding missing macro imports - Correcting font sizes to nearest valid GOV.UK scale value - Fixing @import to @use syntax in Sass files - Adding missing global font-family declarations - `--verbose` - Optional. Show detailed che

Installation

Installs to ~/.claude/commands/benjaminr-govuk-claude-template-govuk-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminr/govuk-claude-template/HEAD/.claude/commands/govuk-check.md -o ~/.claude/commands/benjaminr-govuk-claude-template-govuk-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository