happier: Skill for Codex

.agents/skills/happier-pr-steward/SKILL.md

happier-pr-steward is a skill for Codex from happier-dev/happier. It costs 106 tokens per session (2,032 once invoked), scanned A, original, MIT.

A pull-request workflow for checking a Happier change from its intent through review, tests, CI, follow-up, and possible version-line porting.

In plain words
What is it for?
Use it to assess correctness and mergeability, apply approved refinements, verify checks, and shepherd the PR through its human approvals.
Why use it?
It keeps merge decisions based on the current code and evidence, while preventing missed review comments or split changes across versions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is happier-dev/happier's own configuration. It tells Codex how to work on happier itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything happier configures →

About the project

Happier is an open-source, end-to-end encrypted client that lets people run AI coding-agent sessions on a computer and continue controlling them from a phone, browser, or desktop app. It is for developers who use agents such as Claude Code, Codex, Gemini, or OpenCode across multiple devices, with self-hosting available. The catalogue entries are add-ons for configuring or extending this client and its supported coding-agent workflows.

happier-dev/happier · 1,638 stars · on GitHub · happier.dev

Reuse

Borrowing it

Nothing to install: this file belongs to happier-dev/happier. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/happier-dev/happier/dev/.agents/skills/happier-pr-steward/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/happier-dev/happier

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for happier-pr-steward

README.md
[![agentmods](https://agentmods.dev/badge/skills/happier-dev/happier/happier-pr-steward.svg)](https://agentmods.dev/skills/happier-dev/happier/happier-pr-steward)
Your own site
<a href="https://agentmods.dev/skills/happier-dev/happier/happier-pr-steward"><img src="https://agentmods.dev/badge/skills/happier-dev/happier/happier-pr-steward.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.02032
Opus 5 $0.00053 $0.01016
Sonnet 5 $0.00021 $0.00406
Haiku 4.5 $0.00011 $0.00203

Measured 3d ago against content hash 459588a0eff0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

happier-pr-steward scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/happier-pr-steward/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Happier PR Steward

Own the PR lifecycle and its human gates. Delegate the actual review standard, implementation, testing, compatibility analysis, commit safety, and GitHub mutations to their canonical skills instead of duplicating them here.

1. Load the owning workflows

Use these skills as applicable:

  • .agents/skills/happier-review for the review basis, affected corridor, findings, and merge assessment;
  • .agents/skills/happier-implement and .agents/skills/happier-testing for approved behavior changes and RED -> GREEN evidence;
  • .agents/skills/happier-compatibility for released seams and version skew;
  • .agents/skills/happier-port-0-2-to-0-3 when a 0.2 PR must be represented in the 0.3 line;
  • .agents/skills/happier-commit-worktree when a destination checkout is large or actively dirty;
  • .agents/skills/happier-github-ops for authenticated GitHub reads and every public mutation;
  • .agents/skills/verify-claims before relying on bot, human, CI, or delegated claims;
  • .agents/skills/attack-conclusion and .agents/skills/handoff-report for closeout.

Read lifecycle.md before starting.

2. Establish the live basis

Treat the PR body, patch, reviews, comments, approvals, and check results as claims. Fetch the current base and head SHAs, author identity, commits, complete diff, changed files, discussion, review threads, and checks. Record the head SHA for every analysis and re-check it before acting on a result.

Use a separate worktree for a foreign PR branch when needed. Never switch the primary checkout, discard local bytes, trust inherited staging, or mix unrelated work into a PR commit.

Inventory material contribution rather than using PR authorship as an attribution shortcut. For each planned commit, identify whose code, patch, design, causal diagnosis, decisive reproduction, or substantially adopted fix direction that commit actually incorporates. Resolve and add a verified Co-authored-by: trailer for each such contributor. The PR author normally earns co-authorship on commits that preserve or refactor their contributed code/intent, but not on independent steward fixes merely because they opened the PR. A newly derived fix for a reviewer finding does not transfer co-authorship to the PR author, and an automated reviewer does not create a human co-author claim. Review comments, participation, generic suggestions, requested logs, and confirmation alone do not qualify. Evaluate every commit independently, acknowledge useful non-qualifying help publicly, and stop before a commit only when a material contributor's required identity cannot be verified; never guess or expose an email.

Read the full file on GitHub · 101 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed 459588a0eff0
  2. 5d ago First seen · 101 lines · 106 tokens per session scan A 6f1c1ba18d5f

Subscribe to this mod's changes

happier-pr-steward is a skill published in the GitHub repository happier-dev/happier (1,638 stars, last pushed today), licensed MIT. It adds 106 tokens to every session and 2,032 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

review-preflight

Review tooling for a PR: review-preflight prints REVIEW.md's criteria and the PR's live gate state before a review; ci-triage maps a PR's failing checks to already-filed issues.

sonichi/sutando · 45 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openinterpreter/openinterpreter · 114 tokens

kimi-swarm-write

Run a write-capable Kimi swarm that edits many disjoint targets in a throwaway worktree and returns a reviewable patch. Use only for explicit parallel edit fan-out requests; the plugin never applies or commits the patch.

linxule/kimi-plugin-cc · 51 tokens

ship-pr

Ship one pull request, monitor hosted CI and review feedback, follow PR policy, and request authorization before merging and cleaning up.

conn-castle/agent-layer · 28 tokens

lrc

Manage LiveReview code review for staged changes in this repo. Run /lrc review to open a browser-based AI review of staged changes before committing. Use /lrc skip to bypass review and write an attestation, or /lrc vouch to manually approve without AI. Check and toggle hook state with /lrc hooks status, hooks disable…

HexmosTech/git-lrc · 124 tokens

glab-mr

A command-line tool for creating, reviewing, approving, discussing, and merging GitLab merge requests. A merge request is a proposed set of code changes for others to inspect before it is added to a project.

serejaris/kimi-skills · 92 tokens