file-issue

A GitHub issue-filing workflow with required title prefixes and labels for this repository. GitHub issues are tickets used to record bugs, improvements, and documentation work.

In plain words
What is it for?
Use it to record a problem for later, especially when a code review or other task reveals work that should be tracked separately.
Why use it?
It prevents incomplete or hard-to-organize issue tickets that are difficult for contributors to find and prioritize.

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

Made for: Claude Code, Codex.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 809 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.00041 $0.00809
Opus 5 $0.00020 $0.00404
Sonnet 5 $0.00008 $0.00162
Haiku 4.5 $0.00004 $0.00081

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

Security

Grade A, and why

file-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 2d 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.

.claude/skills/file-issue/SKILL.md · 76 lines

How it starts

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

Filing an issue

Piper's tracker is public and is how contributors and future sessions see what's done and what's open. Every issue needs a title prefix and a full label set — a bare issue is an incomplete one.

Title: [area] lowercase description

The prefix names the surface the work touches, so scanning the board (or gh issue list --search "in:title tunnel") finds everything in an area.

Prefix Surface
[agent] piperd daemon: control-plane API, orchestration
[cli] the piper CLI
[deploy] build → run → health → route → retire flow
[runtime] Docker build/run driver
[proxy] Caddy routing, TLS
[store] SQLite persistence
[relay] piper-relay + outbound tunnel
[repo] governance: CI, branch protection, tooling
[docs] docs, design, README

Reuse an existing prefix unless a genuinely new surface has appeared.

Labels: type + priority + size + binary

All four groups, every time. Note the prefixes above are not labels — the only binary labels are agent, cli, relay.

  • Typebug, enhancement, or documentation
  • PriorityP1 golden-path user pain · P2 real bugs, hardening, roadmap gaps · P3 cleanups, test gaps, docs, polish
  • Sizesize/XS a few lines · size/S up to ~half a day · size/M ~a day · size/L several days · size/XL epic-scale, so split it
  • Binaryagent, cli, relay; more than one is fine

Size is orthogonal to priority: small-but-P1 and large-but-P3 are both normal. Add epic for a multi-part tracker whose sub-tasks are checkboxes linking child issues, and the usual open-source labels (good first issue, help wanted) where they fit.

Confirm what exists rather than guessing: gh label list.

Body

State the defect, not the fix hunt. What earns its place:

  • Symptom — the observable failure, with the real error text where there is one
  • Root cause — file and line, and the mechanism, when you have traced it
  • A concrete failure case — the inputs or state that trigger it
  • Suggested fix — only if you have one worth acting on
  • Honesty about confidence — say plainly when something is derived from reading code rather than reproduced, so nobody treats an inference as observed

Read the full file on GitHub · 76 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. 2d ago First seen · 76 lines · 41 tokens per session scan A c23b3053b40e

Subscribe to this mod's changes

file-issue is a skill published in the GitHub repository piperbox/piper (10 stars, last pushed 2d ago), licensed Apache-2.0. It adds 41 tokens to every session and 809 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-31.

Related

Other skills, from other repositories

dokku-deploy

PaaS deployment with Dokku.

bidewio/better-openclaw · 12 tokens

coolify

Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…

ericrisco/rsc-harness · 100 tokens

tianji-data-query

Query website analytics, monitor uptime, survey results, telemetry data, feed events, application stats, and more from the Tianji platform via its read-only OpenAPI (69 GET endpoints across 14 service domains). Use when the user asks about website traffic, pageviews, monitor status, survey feedback, telemetry events…

msgbyte/tianji · 82 tokens

fix-issues

Fix a batch of open GitHub issues end to end - one git worktree and one agent per issue (feature-dev for implementation, review-pr for review), individual PRs into develop, a release PR to main with a final multi-agent integration review, and optional tag/release/issue-comment publishing. Use when the user asks to…

kossakovsky/selfhost-ai · 80 tokens

ecspresso

ECS deployment tool - deploy, manage, and troubleshoot ECS services.

kayac/ecspresso · 17 tokens

nvcf-self-managed-installation

Install and operate NVCF self-hosted control-plane and separate compute-plane stacks. Covers Helmfile values and CLI profile installation flows, teardown, values overrides, pull secrets, and troubleshooting. Use for nvcf-self-managed-stack, nvcf-compute-plane-stack, split compute-plane installation, control-plane…

NVIDIA/nvcf · 110 tokens