---
name: Happier Release Validation Review
slug: happier-release-validation-review
category: Quality
description: Happier Release Validation Review resolves the private release authority and uses its instructions for validation-review work. Use it before reviewing a release and inspect the public shape with the release-contract command.
github: "https://github.com/happier-dev/happier/tree/dev/skills/happier-release-validation-review"
language: TypeScript
stars: 1489
forks: 131
install: "npx degit https://github.com/happier-dev/happier/tree/dev/skills/happier-release-validation-review ~/.claude/skills/happier-release-validation-review"
installs_to: ~/.claude/skills/happier-release-validation-review
source_path: skills/happier-release-validation-review/SKILL.md
collection_size: 24
category_size: 1354
collection_url: "https://dirskills.com/collections/happier-dev/happier"
added: 2026-08-19T07:27:04.094Z
last_synced: 2026-08-19T07:27:04.094Z
canonical_url: "https://dirskills.com/skills/happier-release-validation-review"
---

# Happier Release Validation Review

Happier Release Validation Review resolves the private release authority and uses its instructions for validation-review work. Use it before reviewing a release and inspect the public shape with the release-contract command.

**Install:**

```bash
npx degit https://github.com/happier-dev/happier/tree/dev/skills/happier-release-validation-review ~/.claude/skills/happier-release-validation-review
```

## README

# Happier Release Validation Review

Resolve the private release authority before validation-review work:

```bash
hmaint release bootstrap --repo <absolute checkout> --json
```

Use the returned private skill and its instructions as the authoritative review procedure. Inspect the public shape with `node scripts/pipeline/run.mjs release-contract`; do not retain a second review policy here.
