ihabkhaled

Final Validation — Design skill for Claude Code

Design community

Use before a push, merge, release, or completion claim for any feature, refactor, UI, documentation, or dependency change.

How to install Final Validation

Installs to ~/.claude/skills/ihabkhaled-nextranger-final-validation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ihabkhaled-nextranger-final-validation && curl -fsSL https://raw.githubusercontent.com/ihabkhaled/NextRanger/HEAD/skills/final-validation.md -o ~/.claude/skills/ihabkhaled-nextranger-final-validation/SKILL.md

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

What Final Validation does


name: final-validation description: Use before a push, merge, release, or completion claim for any feature, refactor, UI, documentation, or dependency change.

Final validation

Treat [package.json](../package.json) as the executable source of truth. Read [release gates](../rules/19-release-gates.md) and the [release checklist](../docs/sdlc/release-checklist.md). Stop at the first failure; fix the cause, then rerun the failed command and its parent composite. Never bypass a hook or wea

Alternatives in Design

  • Brainstorm Experiments New — Design lean pretotypes for new product validation 7.8k ★
  • DesignReview — Two-way validation between SwiftUI implementation and Figma designs 512 ★
  • Doc Feedback — Reviews documentation for quality, consistency, and style guide adherence 335 ★

Full documentation available on GitHub

View Source Repository