open-pr-fix

open-pr-fix is a skill for Cursor from TOMOSIA-VIETNAM/open-pr. It costs 0 tokens per session (201 once invoked), scanned A, original, MIT.

A workflow for applying findings from a code review on a pull request or merge request. A pull request is a proposed code change, while a merge request is the equivalent term used by GitLab.

In plain words
What is it for?
Use it after a pull request or merge request has already been reviewed, when you need to address its findings in the code.
Why use it?
It gives a defined way to decide which review comments to accept or decline, make the required edits, and respond to the reviewer.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the open-pr plugin — 6 skills, 1 command, 1 plugin shipped together

Good fit Use it after a pull request or merge request has already been reviewed, when you need to address its findings in the code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomosia-vietnam/open-pr/open-pr-fix
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 TOMOSIA-VIETNAM/open-pr --skill open-pr-fix
Clone the repo
git clone --depth 1 https://github.com/TOMOSIA-VIETNAM/open-pr

Made for: Cursor.

Or install open-pr, the plugin that ships this one along with the rest of its 6 skills, 1 command, 1 plugin.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomosia-vietnam/open-pr/open-pr-fix/github.svg)](https://agentmods.dev/skills/tomosia-vietnam/open-pr/open-pr-fix)
Your own site
<a href="https://agentmods.dev/skills/tomosia-vietnam/open-pr/open-pr-fix"><img src="https://agentmods.dev/badge/skills/tomosia-vietnam/open-pr/open-pr-fix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for open-pr-fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomosia-vietnam/open-pr/open-pr-fix"><img src="https://agentmods.dev/badge/skills/tomosia-vietnam/open-pr/open-pr-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 201 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.00000 $0.00201
Opus 5 $0.00000 $0.00101
Sonnet 5 $0.00000 $0.00040
Haiku 4.5 $0.00000 $0.00020

Measured 11d ago against content hash 35055302c08d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

open-pr-fix 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 11d 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.

skills/open-pr-fix/SKILL.md · 15 lines

What it actually says

  1. Read ../../adapters/root.md (relative to this file) → ROOT + this platform's tool names.
  2. Read ROOT/commands/fix.md → obey VERBATIM, every step, in order. Arguments handed to this skill are that file's Usage: block.

This one writes to real code and pushes. Its safety checks live in that file and in ROOT/core/guardrails.md — run them where they say, before anything else.

FORBIDDEN: summarizing, reordering or skipping a step; fixing from what this file says; treating a tool you lack as a step you may drop.

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. 11d ago First seen · 15 lines · 0 tokens per session scan A 35055302c08d

Subscribe to this mod's changes

open-pr-fix is a skill published in the GitHub repository TOMOSIA-VIETNAM/open-pr (42 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 201 tokens. 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-08-30.

Related

Other skills, from other repositories

github-commenting

How to post clean, rich, deduplicated GitHub PR review comments — suggestion blocks, multi-line anchors, markers, formatting rules. Load before posting or fixing any PR comment.

juspay/neurolink · 41 tokens

git-essentials

Essential Git commands and workflows for version control, branching, and collaboration.

LFTPadilla/agent-dev-kit · 19 tokens

contextual-commit

Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that preserve WHY code was written, not just WHAT changed.

yamadashy/repomix · 62 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens

lean-review

CocoLean diff-scoped over-engineering audit — scans uncommitted git diff and applies five classification tags (delete/stdlib/native/yagni/shrink) to identify unnecessary surface area before commit.

Snowflake-Labs/cocoplus · 44 tokens

review-gate

Use before an agent-produced diff is committed, pushed, opened as a PR, merged, landed, or applied to user files when explicit implementation approval is missing. Trigger for review gate, review pack, approve before landing, diff first then land, human approval, merge gate, commit gate, push gate, or PR readiness.…

majiayu000/spellbook · 95 tokens