boring-ui: Skill for Claude Code

.agents/skills/present-pr/SKILL.md

present-pr is a skill for Claude Code, Codex from hachej/boring-ui. It costs 68 tokens per session (3,337 once invoked), scanned A, original, MIT.

A presentation skill that packages a completed pull request for owner review with visuals, review history, scope, file structure, and prioritized diffs.

In plain words
What is it for?
Use it on a tested and audited implementation pull request before asking for a merge decision.
Why use it?
It makes the important changes and their reasons visible without requiring the owner to inspect a path-sorted GitHub file list first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is hachej/boring-ui's own configuration. It tells Claude Code and Codex how to work on boring-ui 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 boring-ui configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hachej/boring-ui. 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/hachej/boring-ui/main/.agents/skills/present-pr/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hachej/boring-ui

Made for: Claude Code, 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 present-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/hachej/boring-ui/present-pr.svg)](https://agentmods.dev/skills/hachej/boring-ui/present-pr)
Your own site
<a href="https://agentmods.dev/skills/hachej/boring-ui/present-pr"><img src="https://agentmods.dev/badge/skills/hachej/boring-ui/present-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,337 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.
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.00068 $0.03337
Opus 5 $0.00034 $0.01669
Sonnet 5 $0.00014 $0.00667
Haiku 4.5 $0.00007 $0.00334

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

Security

Grade A, and why

present-pr 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/present-pr/SKILL.md · 255 lines

How it starts

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

Present PR

This is the standard final step of every implementation PR: before requesting owner validation, generate the presentation (composed context visuals + summary + sankey + importance-ordered diffs) and publish/hand the artifact to the owner.

The review flow it encodes, in the owner's own order:

  1. What review already happened — was this deep-audited? thermo-reviewed? what failed and did it get fixed? Answerable yes/no without reading a single comment thread.
  2. What areas/packages are touchedpackages/ vs apps/ vs the rest.
  3. Per-package scope check — a PR reaching into a package it has no business in is visible at a glance, with that package's ±line counts on the node.
  4. Why is each file in this PR at all — one line per file or group, readable by skimming headers without opening a single diff.
  5. Most important diffs first — not alphabetical, not whatever GitHub shows first.

A GitHub PR page answers none of these: it opens on a path-sorted file list with lockfiles and snapshots competing with the one file that decides the review.

When to use

  • Any implementation PR that is CI-green and audited and needs a merge decision.
  • A change spanning several packages, where "which seam does this touch?" comes first.

Do not use it as a substitute for the review itself. Present only what you have already reviewed, and state the open questions.

Steps

  1. Understand the seam. Read the production files first and ../show-me/SKILL.md. Identify the flow the PR changes—entry point → policy/decision → effect—and compose the views that make that seam easiest to review.

  2. Write the context sidecar — one markdown file, per PR, at <scratchpad>/pr-<n>-context.md:

    # PR <n> context
    
    ```text
    submitForm
      createSession
    +   expandSkillMention
        launchAgent
      navigateToSession
    ```
    
    ```ts
    type SubmitResult =
    + | { status: 'expanded'; skill: string }
      | { status: 'started'; sessionId: string }
    ```
    

Read the full file on GitHub · 255 lines

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 First seen · 255 lines · 68 tokens per session scan A 03093b1c6f71

Subscribe to this mod's changes

present-pr is a skill published in the GitHub repository hachej/boring-ui (46 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 3,337 once invoked, about $0.0003 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.