issue-tracker

issue-tracker is an agent for coding agents from paulbaranowski/wild-horses. It costs 0 tokens per session (544 once invoked), scanned A, original, MIT.

An agent guide for managing this repository’s issues in Linear, a project-management and issue-tracking service.

In plain words
What is it for?
Use it to create, view, list, comment on, and update Linear issues for the HRD team and Wild-Horses project.
Why use it?
It gives the agent the repository’s workspace, project, naming, and command conventions so issues are handled consistently.

Agent

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 agents/paulbaranowski/wild-horses/issue-tracker
Clone the repo
git clone --depth 1 https://github.com/paulbaranowski/wild-horses

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/paulbaranowski/wild-horses/issue-tracker.svg)](https://agentmods.dev/agents/paulbaranowski/wild-horses/issue-tracker)
Your own site
<a href="https://agentmods.dev/agents/paulbaranowski/wild-horses/issue-tracker"><img src="https://agentmods.dev/badge/agents/paulbaranowski/wild-horses/issue-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 544 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.1 $0.00000 $0.00544
Opus 5 $0.00000 $0.00272
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00054

Measured 5d ago against content hash 672340a25464, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

issue-tracker 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.

docs/agents/issue-tracker.md · 40 lines

What it actually says

Issue tracker: Linear

Issues for this repo live in Linear. Default workspace: HRD (Herds). Default project: Wild-Horses.

Operations use the linear CLI (installed at /opt/homebrew/bin/linear). For raw GraphQL, use linear api '<query>'.

Conventions

  • Issue identifiers are team-prefixed (e.g. HRD-123). Always include the prefix when referencing an issue.

  • Create an issue:

    linear issue create \
      --team HRD \
      --project "Wild-Horses" \
      --title "..." \
      --description-file <(cat <<'EOF'
    ...multi-line markdown body...
    EOF
    ) \
      --label triage:needs-triage \
      --no-interactive
    

    Use <(cat <<'EOF' ... EOF) (process substitution + quoted heredoc) so the body ships verbatim in one shell call — no temp file, no $VAR expansion. Repeat --label to apply multiple labels.

  • Read an issue: linear issue view HRD-123. For comments: linear issue comment list HRD-123.

  • List issues: linear issue list --team HRD --project "Wild-Horses" --label triage:needs-triage --json (filter further with jq).

  • Comment: linear issue comment add HRD-123 --body "..."

  • Apply / change labels and state: linear issue update HRD-123 --label triage:ready-for-agent --state "In Progress". Check linear issue update --help for current behavior — label removal isn't a documented flag; use linear api (GraphQL) if you need to remove a single label without replacing all of them.

  • Close: linear issue update HRD-123 --state Done (or Canceled / Duplicate).

When a skill says "publish to the issue tracker"

Create a Linear issue in team HRD, project Wild-Horses, with the triage:needs-triage label applied. Use --description-file <(cat <<'EOF' ... EOF) for the body.

When a skill says "fetch the relevant ticket"

Run linear issue view <ID> (e.g. HRD-123) and linear issue comment list <ID>. The user normally passes the issue ID directly.

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 · 40 lines · 0 tokens per session scan A 672340a25464

Subscribe to this mod's changes

issue-tracker is an agent published in the GitHub repository paulbaranowski/wild-horses (11 stars, last pushed 17d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 544 tokens. 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.