ghpm-issue

ghpm-issue is a skill for Claude Code, Codex from jackchuka/ghpm. It costs 36 tokens per session (1,656 once invoked), scanned A, original, MIT.

A GitHub issue-filing tool that also places the issue on a GitHub Project board. A GitHub issue is a trackable report or task for a repository.

In plain words
What is it for?
Use it to create an issue interactively or from a title, choose its repository, and add it to the configured project.
Why use it?
It removes the duplicate work of creating an issue and then adding it to the project separately.

Skill for Claude CodeCodex

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/jackchuka/ghpm/ghpm-issue
Any agent
npx skills add jackchuka/ghpm --skill ghpm-issue
Clone the repo
git clone --depth 1 https://github.com/jackchuka/ghpm

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 ghpm-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackchuka/ghpm/ghpm-issue.svg)](https://agentmods.dev/skills/jackchuka/ghpm/ghpm-issue)
Your own site
<a href="https://agentmods.dev/skills/jackchuka/ghpm/ghpm-issue"><img src="https://agentmods.dev/badge/skills/jackchuka/ghpm/ghpm-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,656 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 $0.00036 $0.01656
Opus 5 $0.00018 $0.00828
Sonnet 5 $0.00007 $0.00331
Haiku 4.5 $0.00004 $0.00166

Measured 4d ago against content hash 667c9a4468e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ghpm-issue 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 4d 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/ghpm-issue/SKILL.md · 178 lines

How it starts

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

ghpm-issue

PREREQUISITE: Read ../ghpm-shared/SKILL.md for prerequisites and error handling.

File a GitHub issue and add it to the project board in one step. Works mid-session (during ghpm-work) or standalone.

Arguments

  • /ghpm-issue — interactive: asks for title and body
  • /ghpm-issue <title> — uses argument as issue title, asks for optional body

Workflow

Phase 1: Setup

  1. Startup sequence: Follow the startup sequence in ../ghpm-shared/SKILL.md. This loads config, refreshes cache if stale, and checks for stale sessions.

    Extract from config:

    • config.project — id, owner, number, title
    • config.repos — eligible repositories
    • config.workflow — columns, field_id
    • config.fields — project fields with name, id, type, options
    • config.conventions — natural language rules (if present)

Phase 2: Gather Info

  1. Title and body:

    • If argument provided, use as title. Ask for an optional body (user can skip).
    • If no argument, ask for title, then ask for optional body.
  2. Pick repo:

    • If config.repos has one entry → use it.
    • If config.repos is empty or missing → ask the user to specify a repo in owner/repo format.
    • If config.repos has multiple entries → present a numbered list and ask.
  3. Link to active session: Find active session per ../ghpm-shared/references/session.md (match current branch against session files). If found, prepend to the issue body:

    Related to <repo>#<num>
    
    <original body>
    

Phase 3: Infer Metadata

All inference is best-effort. Skip silently when no confident match exists.

  1. Infer labels: Fetch the target repo's actual labels:

    gh label list -R <repo> --json name,description --jq '.[] | "\(.name)\t\(.description)"'
    

    Match the issue title and body against the fetched label names and descriptions (case-insensitive substring/keyword matching). Only use labels that exist on the repo — never assume a label exists.

Read the full file on GitHub · 178 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. 4d ago First seen · 178 lines · 36 tokens per session scan A 667c9a4468e9

Subscribe to this mod's changes

ghpm-issue is a skill published in the GitHub repository jackchuka/ghpm (20 stars, last pushed 4mo ago), licensed MIT. It adds 36 tokens to every session and 1,656 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories