github-pr-create

github-pr-create is a skill for Claude Code from mpagot/os-autoinst-distri-opensuse-skills. It costs 70 tokens per session (533 once invoked), scanned A, original, no licence file.

A workflow for turning staged Git changes into a GitHub pull request, which is a proposed code change for review.

In plain words
What is it for?
Use it when you want to create, open, push, submit, or send a pull request for os-autoinst-distri-opensuse.
Why use it?
It combines committing, uploading the changes, and opening the review request in one process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the osado-ai-assistant plugin — 7 skills shipped together

Good fit Use it when you want to create, open, push, submit, or send a pull request for os-autoinst-distri-opensuse.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mpagot/os-autoinst-distri-opensuse-skills/github-pr-create
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 mpagot/os-autoinst-distri-opensuse-skills --skill github-pr-create
Clone the repo
git clone --depth 1 https://github.com/mpagot/os-autoinst-distri-opensuse-skills

Made for: Claude Code.

Or install osado-ai-assistant, the plugin that ships this one along with the rest of its 7 skills.

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 github-pr-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/mpagot/os-autoinst-distri-opensuse-skills/github-pr-create.svg)](https://agentmods.dev/skills/mpagot/os-autoinst-distri-opensuse-skills/github-pr-create)
Your own site
<a href="https://agentmods.dev/skills/mpagot/os-autoinst-distri-opensuse-skills/github-pr-create"><img src="https://agentmods.dev/badge/skills/mpagot/os-autoinst-distri-opensuse-skills/github-pr-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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 unknown 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.00070 $0.00533
Opus 5 $0.00035 $0.00267
Sonnet 5 $0.00014 $0.00107
Haiku 4.5 $0.00007 $0.00053

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

Security

Grade A, and why

github-pr-create 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 8d 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/github-pr-create/SKILL.md · 62 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 62 lines · 70 tokens per session scan A 2b459ad624d5

Subscribe to this mod's changes

github-pr-create is a skill published in the GitHub repository mpagot/os-autoinst-distri-opensuse-skills (4 stars, last pushed 27d ago), with no licence file. It adds 70 tokens to every session and 533 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-08-31.

Related

Other skills, from other repositories

write-release-notes

Convert sprint tickets and PRs into customer-facing release notes. Filters internal/infra work, rewrites ticket titles as user benefits, groups by category (New / Improved / Fixed), and adapts tone to the target channel. Trigger on: "write release notes", "turn these tickets into release notes", "what should we put in…

felipecabargas/gambit · 101 tokens

os-eval-backport

Reviews a completed os-eval-runner lab run and backports approved changes to master plugin sources. Trigger with "backport the eval results", "review the lab run", "apply eval improvements to master", "check what the eval agent changed".

richfrem/agent-plugins-skills · 56 tokens

symlink-manager

Create, audit, repair, and document cross-platform symlinks that work correctly on both Windows and macOS/Linux. Use this skill whenever the user mentions symlinks, symbolic links, junction points, .gitconfig symlinks, broken links after git pull, cross-platform path issues, or needs help with ln -s equivalents on…

richfrem/agent-plugins-skills · 180 tokens

github-issue-backlog-agent

Bridge skill for escalating ephemeral local task scratchpad items (tasks/.md) into durable, taxonomy-validated, evidence-rich GitHub Issues. USE ONLY when promoting a single-session local task into durable repository backlog. DO NOT USE for managing local kanban boards (use task-agent instead) or directly…

richfrem/agent-plugins-skills · 83 tokens

issue-pr-lifecycle-agent

Skill for orchestrating the end-to-end GitHub issue lifecycle flow: Issue -> Worktree -> Implementation -> PR Creation -> Resolution Closure. USE ONLY when running or dry-running full lifecycle orchestration for resolving an issue with a PR. DO NOT USE for isolated worktree management only (use issue-worktree-agent)…

richfrem/agent-plugins-skills · 81 tokens

issue-worktree-agent

Skill for creating and managing isolated git worktrees (.worktrees/issue-NNN) for issue execution branches. USE ONLY when setting up or cleaning up isolated git worktrees for specific issue execution. DO NOT USE for managing local task files (use task-agent) or escalating tasks to issues (use…

richfrem/agent-plugins-skills · 75 tokens