PMDevSolutions

Verify All — Development skill for Claude Code

Development community

/verify-all — Run All Local Quality Checks.

How to install Verify All

Installs to ~/.claude/commands/pmdevsolutions-aurelius-verify-all.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/PMDevSolutions/Aurelius/HEAD/.claude/commands/verify-all.md -o ~/.claude/commands/pmdevsolutions-aurelius-verify-all.md

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

What Verify All does


allowed-tools: Bash, Read

/verify-all — Run All Local Quality Checks

Runs every local quality check in sequence and reports a pass/fail summary. Wraps `./scripts/verify-all.sh` so you do not have to remember each individual script.

Usage

/verify-all
/verify-all --skip dead-code,security
/verify-all --include lint-and-format,types,tests

Optional flags forward to the underlying script:

Alternatives in Development

  • Discipline — Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks 2.8k ★
  • Continuous Claude — Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging 1.3k ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★

Full documentation available on GitHub

View Source Repository