create-pull-request

create-pull-request is a skill for Codex from liatrio-labs/ai-prompts. It costs 54 tokens per session (888 once invoked), scanned A, original, Apache-2.0.

A writing aid that prepares pull request or merge request titles and descriptions from changes on a code branch. A pull request is a proposal to review and merge code into a shared project.

In plain words
What is it for?
Use it to summarize branch commits and code differences, document features or internal changes, and optionally prepare content for GitHub or GitLab review.
Why use it?
It saves time when explaining what changed and helps reviewers see the scope, risks, and missing information.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to summarize branch commits and code differences, document features or internal changes, and optionally prepare content for GitHub or GitLab review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liatrio-labs/ai-prompts/create-pull-request
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 liatrio-labs/ai-prompts --skill create-pull-request
Clone the repo
git clone --depth 1 https://github.com/liatrio-labs/ai-prompts

Made for: 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 create-pull-request

README.md
[![agentmods](https://agentmods.dev/badge/skills/liatrio-labs/ai-prompts/create-pull-request.svg)](https://agentmods.dev/skills/liatrio-labs/ai-prompts/create-pull-request)
Your own site
<a href="https://agentmods.dev/skills/liatrio-labs/ai-prompts/create-pull-request"><img src="https://agentmods.dev/badge/skills/liatrio-labs/ai-prompts/create-pull-request.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 888 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.00054 $0.00888
Opus 5 $0.00027 $0.00444
Sonnet 5 $0.00011 $0.00178
Haiku 4.5 $0.00005 $0.00089

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

Security

Grade A, and why

create-pull-request 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/collect_pr_context.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/create-pull-request/SKILL.md · 117 lines

How it starts

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

Create Pull Request

Overview

Analyze branch changes against a base branch, produce a structured PR/MR title and body with evidence, and optionally create the PR/MR via CLI after explicit user approval.

Context Marker

Always begin your response with all active emoji markers, in the order they were introduced.

Format: "<marker1><marker2><marker3>\n<response>"

The marker for this skill is: 🚀

Role

Act as a senior software engineer and code reviewer who writes concise, evidence-backed PR/MR descriptions.

Core Principles

  • Base conclusions on collected git artifacts.
  • Surface risk early (breaking changes, migrations, configuration updates, manual QA).
  • Use positive, reviewer-friendly language with clear structure.
  • Mark information gaps explicitly instead of speculating.
  • Require explicit user confirmation before any PR/MR creation command.

Runtime Requirements

  • Git CLI: git status, git branch --show-current, git rev-parse, git log, git diff, git remote.
  • Shell utilities: mktemp, cat.
  • Optional creation path: gh for GitHub or glab for GitLab, with valid auth.

Workflow

Phase 1: Environment Validation

  1. Verify git repository context.
  2. Capture current branch and working tree state.
  3. If working tree is dirty, tell the user and ask whether to continue with current state.

Blocking check: complete before collecting artifacts.

Phase 2: Repository Context Collection

  1. Run the collector script:

    BASE_BRANCH="${BASE_BRANCH:-main}" bash scripts/collect_pr_context.sh
    
  2. Read the emitted artifact directory and MANIFEST.txt.

  3. Analyze artifact files from disk, not by streaming huge diffs to chat.

Blocking check: all required artifacts exist.

Phase 3: Data Analysis

From collected artifacts, identify:

  • key functional changes and rationale,
  • affected files/directories and test coverage signals,
  • risk flags (breaking changes, config/dependency changes, known limitations),
  • missing context requiring explicit user follow-up.

Read the full file on GitHub · 117 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 117 lines · 54 tokens per session scan A 212af6138052

Subscribe to this mod's changes

create-pull-request is a skill published in the GitHub repository liatrio-labs/ai-prompts (2 stars, last pushed 12d ago), licensed Apache-2.0. It adds 54 tokens to every session and 888 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

lov-release-via-cicd

A release workflow for Node, Tauri, Vite, shell, and GitHub Release projects. It checks or configures automated versioning and publishing, including macOS signing and notarisation when relevant.

lovstudio/skills · 47 tokens

dsh-plugin-publisher

A release tool for DSH plugins, where DSH is the DeepSeek Harness used to load these add-ons. It validates an existing plugin package, publishes it through npm, Git, or a tarball, and checks that the harness can load it.

lovstudio/skills · 82 tokens

lov-skill-optimizer

Audit and optimize one or more existing Agent Skills from a canonical source path, then bump semver, update README/SKILL.md/skill.yaml/CHANGELOG.md, and verify installed copies and catalog synchronization. Checks frontmatter, trigger quality, CLI hygiene, naming, portability, version drift, dirty worktrees, shared…

lovstudio/skills · 127 tokens

lov-skill-publisher

Publish or submit a validated Skill. Default to the LovStudio official website, run lov-skill-pricing automatically, and use other channels only when explicitly named.

lovstudio/skills · 38 tokens

lov-gh-access

Open a private GitHub repo to external clients or contractors without making it public. Accepts a mixed list of GitHub usernames and/or email addresses, resolves each to a GitHub account (falling back to an email invitation when the user has no discoverable account yet), and invites them as collaborators with a chosen…

lovstudio/skills · 151 tokens

lov-gh-contribute

A workflow for contributing changes to someone else’s GitHub repository by creating a fork, making branches, and opening a pull request.

lovstudio/skills · 102 tokens