creating-issues-and-pull-requests

creating-issues-and-pull-requests is a skill for Claude Code, Codex from axiomantic/spellbook. It costs 71 tokens per session (2,864 once invoked), scanned A, original, MIT.

A procedure for creating GitHub issues and pull requests, including checking the repository's templates before writing them. A pull request is a proposal to merge code changes into another branch.

In plain words
What is it for?
It is for opening GitHub issues and pull requests after confirming the target repository, templates, and user approval for external actions.
Why use it?
It helps keep issues and pull requests consistent with repository rules and reduces the risk of sending changes to the wrong project or without required information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit It is for opening GitHub issues and pull requests after confirming the…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/axiomantic/spellbook/creating-issues-and-pull-requests
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 axiomantic/spellbook --skill creating-issues-and-pull-requests
Clone the repo
git clone --depth 1 https://github.com/axiomantic/spellbook

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 creating-issues-and-pull-requests

README.md
[![agentmods](https://agentmods.dev/badge/skills/axiomantic/spellbook/creating-issues-and-pull-requests.svg)](https://agentmods.dev/skills/axiomantic/spellbook/creating-issues-and-pull-requests)
Your own site
<a href="https://agentmods.dev/skills/axiomantic/spellbook/creating-issues-and-pull-requests"><img src="https://agentmods.dev/badge/skills/axiomantic/spellbook/creating-issues-and-pull-requests.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,864 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.00071 $0.02864
Opus 5 $0.00036 $0.01432
Sonnet 5 $0.00014 $0.00573
Haiku 4.5 $0.00007 $0.00286

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

Security

Grade A, and why

creating-issues-and-pull-requests 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 3d 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/creating-issues-and-pull-requests/SKILL.md · 256 lines

How it starts

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

Creating Issues and Pull Requests

Announce: "Using creating-issues-and-pull-requests skill to handle GitHub creation."

Invariant Principles

  1. Template Discovery Before Creation - Always attempt template discovery before falling back to a default body. Never skip it.
  2. Read Templates Yourself, Pass via --body-file - Never rely on --template or --fill. Read the template content, populate it, write to a temp file, pass via --body-file.
  3. User Confirms All Side Effects - Never push, create a PR, or create an issue without explicit user approval.
  4. Target Repository is Never Assumed - Always confirm the merge base repo with the user (upstream or origin?).
  5. Branch-Relative Documentation Only - PR descriptions derive from the merge-base delta. No development history, no session narratives.
  6. Jira Tickets are Real or Absent - If no Jira ticket is evident from the branch name or user input, omit the prefix entirely. Never fabricate ticket numbers.
  7. Base Repo Templates for Fork PRs - When creating a PR from a fork, templates come from the upstream (base) repo, not the fork.
  8. Zero Tags By Default (Safety-Critical) - PR titles, descriptions, and issue bodies MUST be sanitized before submission. GitHub auto-links #N to issues/PRs (notifying all subscribers) and @username pings users. A stray #108 in a PR description pings everyone subscribed to issue 108. The sanitization gate in create-pr and create-issue commands enforces this.
  9. Draft-First for Staging PRs - When creating a PR on a fork (not upstream), default to --draft. Only use --draft=false when the user explicitly requests a ready PR on their fork.
  10. Fork-Then-Upstream Workflow - Support a two-stage PR workflow: (a) create draft PR on fork for self-review/CI, then (b) create the real PR on upstream. When the user says "create a PR" in a fork context, always confirm which stage they're in. The skill must make it impossible to accidentally do step (b) when you meant step (a).

Read the full file on GitHub · 256 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. 3d ago First seen · 256 lines · 71 tokens per session scan A d6d283ad8288

Subscribe to this mod's changes

creating-issues-and-pull-requests is a skill published in the GitHub repository axiomantic/spellbook (10 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 2,864 once invoked, about $0.0004 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.