Promote a Happier release only after validation and human review approval. Runs release dry-run first, requires explicit human approval for external side effects, then executes preview or production promotion through the repo release orchestrator.
Scanned 5/27/2026
Install via CLI
openskills install happier-dev/happier---
name: happier-release-promote
description: Promote a Happier release only after validation and human review approval. Runs release dry-run first, requires explicit human approval for external side effects, then executes preview or production promotion through the repo release orchestrator.
metadata: {"openclaw":{"homepage":"https://github.com/happier-dev/happier"}}
---
# Happier Release Promote
Use this skill only after `happier-release-validation-review` approves the candidate.
## Mission
Perform the actual release promotion through the canonical repo release orchestrator. This skill has external side effects and must always ask for explicit human approval before the non-dry-run command.
## Required Inputs
- Human approval from validation review
- Target lane: preview or production
- Candidate branch/worktree
- Bump mode
- Deploy targets
- Mobile/desktop action choices, if any
## Process
1. Re-read `AGENTS.md`.
2. Read `references/promotion-commands.md`.
3. Confirm validation review verdict is `APPROVE_FOR_PREVIEW_PROMOTION` or equivalent production approval.
4. Run dry-run command.
5. Summarize planned side effects.
6. Ask for explicit approval to run the real command.
7. Execute only after approval.
8. Monitor GitHub/release jobs until completion.
9. Verify the post-publish `release-verify.yml` result when the release profile triggers it, or explicitly record why it was skipped.
10. Report published versions/artifacts and any follow-up verification.
Never bypass `node scripts/pipeline/run.mjs release` for full releases unless the user explicitly requests a manual partial publish.
## Target Discipline
Preview and production have different gates. Use this skill with an explicit target:
- `preview`: promote `dev` to `preview` after validation review approval.
- `production`: promote `preview` to `main` only after preview soak and separate production approval.
Deploy webhook calls may require Cloudflare Access service tokens. If required credentials are missing, stop and report the missing secret; do not attempt unauthenticated workarounds.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.