pr-fallback

pr-fallback is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 55 tokens per session (417 once invoked), scanned A, original, MIT.

A fallback template for writing a pull-request description when a GitHub repository has no pull-request template.

In plain words
What is it for?
Use it to prepare pull-request or merge-request text with issue details and test notes before sending it through the relevant Git workflow.
Why use it?
It gives the change a consistent structure while leaving the repository’s own template in control when one exists.

Skill for Claude Code

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

Part of the agent-toolkit-complete plugin — 116 skills shipped together

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/ulises-jeremias/agent-toolkit/pr-fallback
Any agent
npx skills add ulises-jeremias/agent-toolkit --skill pr-fallback
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 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 pr-fallback

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/pr-fallback.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/pr-fallback)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/pr-fallback"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/pr-fallback.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 417 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.1 $0.00055 $0.00417
Opus 5 $0.00028 $0.00209
Sonnet 5 $0.00011 $0.00083
Haiku 4.5 $0.00006 $0.00042

Measured yesterday against content hash 4a57cea05792, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pr-fallback 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.

plugins/agent-toolkit-complete/.github/skills/pr-fallback/SKILL.md · 36 lines

What it actually says

PR body — default when no repo template (WHAT)

When to use

  • Remote is GitHub and assistant (or a file search) shows no PULL_REQUEST_TEMPLATE / pull_request_template under .github/.
  • You need a reasonable default for gh pr create --body-file until the repo adds its own template.

Instructions

  1. Run output-handshake: user confirms where the final description will live (e.g. body.md for gh, paste-only) and that a human will review.
  2. If the repository adds a template later, prefer the repo over this file.
  3. Copy sections from references/pr-body-default.md, fill placeholders (issue id, test notes), and pass the path to github-cli-workflow.

GitLab

If there is no .gitlab/merge_request_templates/, you may use the same Markdown structure in the merge request description for consistency, subject to the user’s destination choice (MR description field, file, etc.) and output-handshake.

What not to do

  • Do not assume a PR is always in a specific ticket system; the file the user points to is wherever they said in the handshake.

References

  • references/pr-body-default.md — local copy of the default body
  • development-workflow — default PR validation and DoD expectations
  • github-cli-workflow — draft PR creation
  • gitlab-cli-workflow — GitLab MRs
Files

What ships with it

1 file 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. yesterday First seen · 36 lines · 55 tokens per session scan A 4a57cea05792

Subscribe to this mod's changes

pr-fallback is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed yesterday), licensed MIT. It adds 55 tokens to every session and 417 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-04.

Related

Other skills, from other repositories

git-commit-conventional

Create Conventional Commit messages and execute safe git commits from working tree changes. Use when users ask to create a commit, write a conventional commit message, split broad changes into multiple commits, stage only parts of files, run pre-commit before committing, or perform a quick commit-time quality review…

liatrio-labs/ai-prompts · 68 tokens

unity-bridge

Remote-control Unity Editor via file-based IPC — 65 tools covering scene management, GameObject/component CRUD, asset operations, prefab editing, script execution, profiling, light probes, screenshot, runtime query/invoke, package management, and more.

butterlatte-zhang/unity-ai-bridge · 52 tokens

git-workflow

Guided Git workflow assistant. Helps with branching strategies, writing conventional commits, opening pull requests, resolving merge conflicts, and keeping history clean. TRIGGER when the user writes /git-workflow or asks for help with Git, branches, commits, PRs, or merge conflicts.

dvasyliev/ai-dev-tools-getting-started · 60 tokens

git-commit

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

dvasyliev/ai-dev-tools-getting-started · 87 tokens

vindicate

Use when the user wants to write, add, fix, stabilize (flaky), refactor, run, or audit Playwright browser tests, draft requirements/stories from a recording (no tests), find test-coverage gaps, scaffold a Playwright project, or set up Playwright CI. Vindicate's guided workflow for grounded, conformant Playwright test…

OpenEvident/vindicate · 77 tokens

verify

Fact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.

yha9806/academic-writing-toolkit · 26 tokens