ghpm-view

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

A query tool for GitHub Project items, which are tasks or issues tracked on a project board. It can show results using a board, table, or roadmap view.

In plain words
What is it for?
Use it to list saved views, open a named view, or filter items using a plain-language request.
Why use it?
It helps you find relevant work without manually searching through every project item.

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-view
Any agent
npx skills add jackchuka/ghpm --skill ghpm-view
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-view

README.md
[![agentmods](https://agentmods.dev/badge/skills/jackchuka/ghpm/ghpm-view.svg)](https://agentmods.dev/skills/jackchuka/ghpm/ghpm-view)
Your own site
<a href="https://agentmods.dev/skills/jackchuka/ghpm/ghpm-view"><img src="https://agentmods.dev/badge/skills/jackchuka/ghpm/ghpm-view.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,229 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.00029 $0.01229
Opus 5 $0.00015 $0.00615
Sonnet 5 $0.00006 $0.00246
Haiku 4.5 $0.00003 $0.00123

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

Security

Grade A, and why

ghpm-view 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 5d 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-view/SKILL.md · 128 lines

How it starts

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

ghpm-view

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

Drill into a specific named view or run an ad-hoc filter against project items.

Arguments

  • /ghpm-view — with no args, list available views (same as the Views section of /ghpm-status)
  • /ghpm-view <view name> — fuzzy match against view names in config
  • /ghpm-view <free-form filter> — natural language filter against field values
  • /ghpm-view --refresh — force re-fetch cache before querying

Workflow

Phase 1: Load Config and Cache

Follow the startup sequence in ../ghpm-shared/SKILL.md and load cache per ../ghpm-shared/references/cache.md. If --refresh flag is present, skip cache and re-fetch.

Phase 2: Resolve Query

  1. If no arguments: list available views with item counts and stop.

  2. If arguments provided, try to match against view names first:

    • Normalize input (lowercase, strip punctuation).
    • Compare against view names from config (also normalized).
    • Use substring matching: "standup" matches "daily standup", "triage" matches "Task Triage", "appshell" matches "AppShell".
    • If exactly one view matches: use that view's filter and layout.
    • If multiple views match: show matches and ask user to pick.
  3. If no view matches, treat input as ad-hoc filter:

    • Match user's words against known field option names from .ghpm/config.json.
    • Match @username against assignee fields.
    • Match workflow column names (e.g., "in progress" -> InProgress).
    • Build a filter from matched fields.

Phase 3: Apply Filter

  1. Filter cached items based on the resolved query. Apply filter syntax per ../ghpm-shared/references/filter.md.

  2. Apply sort if the view has sort fields: sort items by the specified fields and directions.

Phase 4: Format Output

  1. Format based on layout type, following conventions in ../ghpm-shared/references/format.md:

Board layout — group items by workflow column as vertical lists:

Read the full file on GitHub · 128 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. 5d ago First seen · 128 lines · 29 tokens per session scan A 5e686aa4c999

Subscribe to this mod's changes

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