open-pr2

open-pr2 is a skill for Claude Code, Codex from pascalorg/editor. It costs 48 tokens per session (1,707 once invoked), scanned A, original, MIT.

A workflow for opening or updating a pull request on the pascalorg/editor repository. A pull request is a request for others to review and merge a branch’s code changes.

In plain words
What is it for?
Use it to inspect branch changes, follow the repository’s pull-request template, run relevant checks, and write a plain-language issue-and-fix summary.
Why use it?
It bases the description on the complete branch difference and checks the project’s required tests and build before opening the request.

Skill for Claude CodeCodex

About the project

Pascal Editor is a 3D building editor for creating and sharing architectural projects. It serves people working with building layouts, scenes, and related 3D design workflows.

pascalorg/editor · 21,872 stars · on GitHub

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.

agentmods
npx agentmods add skills/pascalorg/editor/open-pr2
Any agent
npx skills add pascalorg/editor --skill open-pr2
Clone the repo
git clone --depth 1 https://github.com/pascalorg/editor

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-pr2

README.md
[![agentmods](https://agentmods.dev/badge/skills/pascalorg/editor/open-pr2.svg)](https://agentmods.dev/skills/pascalorg/editor/open-pr2)
Your own site
<a href="https://agentmods.dev/skills/pascalorg/editor/open-pr2"><img src="https://agentmods.dev/badge/skills/pascalorg/editor/open-pr2.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00048 $0.01707
Opus 5 $0.00024 $0.00853
Sonnet 5 $0.00010 $0.00341
Haiku 4.5 $0.00005 $0.00171

Measured yesterday against content hash 41a6d7cf1aef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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/open-pr2/SKILL.md · 215 lines

How it starts

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

OpenPR2

Open or update a pull request against pascalorg/editor from the current branch. Keep the repository's PR template, but write the body like one developer explaining the change to another.

1. Pre-flight

Inspect the working tree and the whole branch before writing anything:

git status
git branch --show-current
git log --oneline main..HEAD
git diff --stat main...HEAD
git diff --name-status main...HEAD

Read the relevant parts of git diff main...HEAD. Do not build the description from the latest commit alone or from conversation memory.

Stop if:

  • The current branch is main. Ask the user to create a feature branch first.
  • The branch has no commits ahead of main.
  • There are uncommitted changes the user has not asked to commit.

For a non-trivial change, run checks that match the affected packages. Prefer focused tests plus:

bun run check-types
bun run build

Do not open a PR when a required check fails. Report the failure instead. Do not claim that a command or manual test passed unless it was run.

2. Read the current PR template

Read .github/pull_request_template.md every time. Its headings and checklist wording are the source of truth.

Keep the template headings in the same order:

  1. ## What does this PR do?
  2. ## How to test
  3. ## Screenshots / screen recording
  4. ## Checklist

Do not replace them with Summary, Details, Validation, or custom headings unless the template itself changes.

3. Write the title

  • Keep it under 70 characters when practical.
  • State the result, not the activity. Prefer fix(editor): keep curved room slabs attached over update wall files.
  • Add a package scope when one package clearly owns the change, such as core:, viewer:, editor:, or mcp:.
  • Avoid vague verbs such as improve, enhance, update, or refactor when a concrete verb fits.

4. Write the body in plain language

What does this PR do?

The reviewer should understand every changed behavior without opening the diff. Do not compress unrelated fixes into a paragraph or a long bullet.

Read the full file on GitHub · 215 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. yesterday First seen · 215 lines · 48 tokens per session scan A 41a6d7cf1aef

Subscribe to this mod's changes

open-pr2 is a skill published in the GitHub repository pascalorg/editor (21,872 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 1,707 once invoked, about $0.0002 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

fy_layout

Use when doing construction site layout planning with the FeiYang LightCAD platform — fence, lawn, foundation pit, road, prefab house 2D/3D modeling. FYLayout: construction site layout secondary development plugin for LightCAD/LightBIM.

znlgis/opengis-skills · 56 tokens

freecad

Use when doing parametric 3D CAD modeling, BIM/architectural design, FEM simulation, CAM toolpath generation, or robot simulation with Python scripting. FreeCAD: the leading open-source parametric 3D CAD with Sketcher, Part, PartDesign, Arch, CAM, and FEM workbenches.

znlgis/opengis-skills · 67 tokens

FluidCAD

Workflow and best practices for designing parts in FluidCAD through its MCP server. Use this skill whenever the user wants to model, design, or modify any part in FluidCAD, whenever they mention FluidCAD, a .fluid.js file, or ask for CAD/parametric modeling work that involves sketches, extrudes, cuts, fillets…

Fluid-CAD/FluidCAD · 131 tokens

FluidCAD-from-drawing

Turning a 2D engineering drawing into a parametric FluidCAD model. Use this skill whenever the user supplies a drawing, blueprint, dimension sheet, hand sketch, screenshot, PDF, or photo of a part and wants it modeled — "model this", "build this part", "make this in CAD", "here's the drawing". Trigger it alongside the…

Fluid-CAD/FluidCAD · 114 tokens

ara3d-sdk

Use when processing AEC/BIM 3D data in .NET 8 — mesh generation and transformation, SIMD-accelerated math, IFC/STEP/PLY to glTF/GLB/VIM conversion, plugin development. Ara3D-SDK: high-performance .NET 3D geometry and BIM library suite.

znlgis/opengis-skills · 70 tokens

supersplat

Use when editing 3D Gaussian Splatting (3DGS) .ply models in browser — cleanup noise/floaters, crop, transform, color-adjust, animate camera, publish online. SuperSplat: open-source browser-based 3DGS editor by PlayCanvas with PLY/compressed PLY/Splat/KSplat/SOG export.

znlgis/opengis-skills · 76 tokens