open-pr

open-pr is a skill for Claude Code, Codex from f5/unovis. It costs 67 tokens per session (755 once invoked), scanned A, original, Apache-2.0.

A project guide for preparing and opening a pull request in the Unovis repository.

In plain words
What is it for?
It helps developers organize component work, create commits, and prepare a reviewable pull request.
Why use it?
It explains the repository's branch, commit grouping, title, and pull-request description rules so submissions match maintainer expectations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps developers organize component work, create commits, and prepare a reviewable pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/f5/unovis/open-pr
About the project

Unovis is a modular data-visualization framework for building charts, maps, network graphs, and other visual components in JavaScript or TypeScript applications. It supports React, Angular, Svelte, Vue, Solid, and vanilla projects, with packages that can be imported individually.

f5/unovis · 2,845 stars · on GitHub · unovis.dev

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add f5/unovis --skill open-pr
Clone the repo
git clone --depth 1 https://github.com/f5/unovis

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 open-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/f5/unovis/open-pr.svg)](https://agentmods.dev/skills/f5/unovis/open-pr)
Your own site
<a href="https://agentmods.dev/skills/f5/unovis/open-pr"><img src="https://agentmods.dev/badge/skills/f5/unovis/open-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 755 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.00067 $0.00755
Opus 5 $0.00034 $0.00378
Sonnet 5 $0.00013 $0.00151
Haiku 4.5 $0.00007 $0.00076

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

Security

Grade A, and why

open-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.

ai/skills/open-pr/SKILL.md · 80 lines

How it starts

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

Opening a PR in Unovis

Mirror the maintainers' real PRs: #821 Boxplot and #812 RadialBar.

Branch

  • Branch off main; never commit directly to main.
  • Name it for the work, e.g. feat/boxplot, fix/crosshair-threshold.
  • The F5 CLA bot comments on a first-time contributor's PR (sign the CLA when prompted). There is no DCO / Signed-off-by requirement.

Commit grouping

Split the work into logical commits (see /commit for the message format). For a new component the maintainers use this 4-commit grouping:

  1. Component | <Name>: New component — the packages/ts core (config, index, style, types, modules) plus its export wiring and registry entry.
  2. Dev | Examples: <Name> examples (or Dev | Examples | <Name>: ...) — the packages/dev pages.
  3. Misc: Framework integrations — the regenerated wrappers across React/Angular/Svelte/Vue/Solid.
  4. Website: <Name> docs and gallery example — the .mdx doc + packages/shared/examples gallery entry + previews.

For smaller changes, one well-scoped commit is fine — keep core/dev/website/wrapper concerns in separate commits when they coexist.

PR title

  • New component: New Component: <Name> (<milestone>) — e.g. New Component: Boxplot (1.7).
  • Otherwise: a concise summary in the same Type | Scope: Subject spirit isn't required for the title, but keep it specific.

PR body

Use the maintainers' checklist template (tick what applies):

Adding a new `<Name>` <XY/Core/standalone> component

- [x] Dev examples
- [x] Wrappers
- [x] Gallery example
- [x] Docs

<!-- Light + dark screenshots and/or a short screen recording of the component -->

For non-component PRs, write a short summary of what changed and why, and keep a checklist of the surfaces touched (core / dev / docs / wrappers) when relevant.

Create the PR

git push -u origin <branch>
gh pr create --base main --title "New Component: <Name> (<milestone>)" --body "$(cat <<'EOF'
Adding a new `<Name>` XY component

- [x] Dev examples
- [x] Wrappers
- [x] Gallery example
- [x] Docs
EOF
)"

Read the full file on GitHub · 80 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 · 80 lines · 67 tokens per session scan A 8facd4fdbc7a

Subscribe to this mod's changes

open-pr is a skill published in the GitHub repository f5/unovis (2,845 stars, last pushed 2d ago), licensed Apache-2.0. It adds 67 tokens to every session and 755 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.

Related

Other skills, from other repositories

bklit-ui

Bklit UI charts and data visualization for any project using the @bklit shadcn registry. Install, compose, theme, and animate charts correctly. Triggers when working with @bklitui/ui/charts, @bklit components, data visualization, dashboards, or chart theming. Also invoke manually for chart tasks.

bklit/bklit-ui · 75 tokens

common-git-collaboration

Enforce version control best practices for commits, branching, pull requests, and repository security. Use when writing commits, creating branches, merging, or opening pull requests.

HoangNguyen0403/agent-skills-standard · 40 tokens

estimate-jira

Estimate complexity, effort, and risks for JIRA tickets, features, or projects. Generates structured reports with time estimates, dependencies, risk analysis, and known unknowns. Use when user asks to "estimate", "size", or "analyze complexity" of work items.

ag-grid/ag-charts · 59 tokens

chart-builder

Use this skill when creating data visualizations, selecting the right chart type, or generating chart code. Trigger phrases: 'build a chart', 'visualize this data', 'create a graph', 'plot these numbers', 'which chart should I use for'. Not for building interactive dashboards, designing UI components, or creating…

NickCrew/Claude-Cortex · 76 tokens

github-readme

Generate, audit, or update GitHub READMEs with project-type-aware structure, voice calibration, and SEO/AEO discoverability guidance. Three modes: generate (new), audit (check existing), update (patch). Detects repo type and adapts sections, tone, and badges accordingly.

thatrebeccarae/claude-marketing · 63 tokens

hot-paths

AG Charts runtime hot paths: which files run per datum, per frame or per interaction, the invariants each tier must hold, and how to evidence a performance claim. Use when reviewing a change that touches series, scene, data-model, scale, interaction or DOM code, when asked whether a diff will cost performance, or when…

ag-grid/ag-charts · 76 tokens