speckit.gh-triage.feature

speckit.gh-triage.feature is a command for Claude Code from arrrrny/zuraffa. It costs 33 tokens per session (1,507 once invoked), scanned A, original, MIT.

A GitHub issue command that records a proposed feature, applies the configured feature label, and can optionally create a detailed specification afterward.

In plain words
What is it for?
Use it to create a feature issue with a title, description, repository, and optional automatic specification step.
Why use it?
It turns a feature idea into a tracked GitHub item and can connect that item to the specification process.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to create a feature issue with a title, description, repository, and optional automatic specification step.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/arrrrny/zuraffa/speckit.gh-triage.feature
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.

Clone the repo
git clone --depth 1 https://github.com/arrrrny/zuraffa

Made for: Claude Code.

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 speckit.gh-triage.feature

README.md
[![agentmods](https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.gh-triage.feature/github.svg)](https://agentmods.dev/commands/arrrrny/zuraffa/speckit.gh-triage.feature)
Your own site
<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.gh-triage.feature"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.gh-triage.feature/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for speckit.gh-triage.feature

Your own site · 80×15
<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.gh-triage.feature"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.gh-triage.feature.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,507 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.00033 $0.01507
Opus 5 $0.00016 $0.00754
Sonnet 5 $0.00007 $0.00301
Haiku 4.5 $0.00003 $0.00151

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

Security

Grade A, and why

speckit.gh-triage.feature 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 7d 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.

.specify/extensions/gh-triage/commands/speckit.gh-triage.feature.md · 117 lines

How it starts

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

GitHub Triage — Create Feature Issue

File a new GitHub issue that describes a feature request, label it with the configured feature label (e.g. enhancement), and — when configured or asked — turn it into a spec by running __SPECKIT_COMMAND_SPECIFY__ automatically.

By default this command only creates the issue. The spec workflow runs automatically when the config key auto_specify is true, or when you pass the --specify flag for a single run; otherwise only the issue is filed.

User Input

$ARGUMENTS

Accept any of:

  • --title "<title>" — the feature title. If omitted, the first line of the input becomes the title.
  • --body "<body>" — the feature description. If omitted, the remaining input (after the title line) becomes the body; if there is no remaining input, the title is reused.
  • --repo <owner>/<repo> — where to file the issue (else repo: from config, else the current git remote).
  • --specifyafter the issue is created, automatically run __SPECKIT_COMMAND_SPECIFY__ to create a spec from it. This forces the spec step on for this run even if auto_specify is false in config.
  • A bare description (no flags) is treated as the feature request text.

Whether the spec is created automatically is decided by --specify OR config: read .specify/extensions/gh-triage/gh-triage-config.yml and use the auto_specify key (default false). When auto_specify: true, the spec is created automatically with no flag needed; --specify overrides and forces it on for a single run.

Prerequisites

  • The gh CLI must be installed and authenticated (gh auth status). If it is not, stop and tell the user to run gh auth login.

  • The engine script must be present:

    ENGINE=".specify/extensions/gh-triage/scripts/bash/gh-triage.sh"
    if [ ! -x "$ENGINE" ]; then
      echo "gh-triage engine not found at $ENGINE — reinstall with: specify extension add --dev <path-to-gh-triage>"
      exit 1
    fi
    
  • The feature label is read directly from .specify/extensions/gh-triage/gh-triage-config.yml (labels.feature, default enhancement). Only labels that actually exist in the target repo are applied — if the repo lacks the configured label, the engine skips it with a warning rather than force-creating it. The same config file holds auto_specify (default false), which controls whether the spec step runs automatically.

Read the full file on GitHub · 117 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. 7d ago Changed · +2 lines a1adaf0788c8
  2. 10d ago First seen · 115 lines · 33 tokens per session scan A 5188740a34f2

Subscribe to this mod's changes

speckit.gh-triage.feature is a command published in the GitHub repository arrrrny/zuraffa (5 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 1,507 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.