issues

issues is a command for coding agents from bacchus-labs/wrangler. It costs 8 tokens per session (731 once invoked), scanned A, original, MIT.

A status report for Wrangler specifications and issues, where issues are individual tracked tasks linked to a larger project plan.

In plain words
What is it for?
Use it to filter and summarize work by status, project, or labels, and to see issue counts and completion progress for each specification.
Why use it?
It makes unfinished, active, completed, or cancelled work visible and groups progress by project instead of requiring manual checking.

Command

Part of the wrangler plugin — 25 skills, 16 commands, 16 agents shipped together

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 commands/bacchus-labs/wrangler/issues
Clone the repo
git clone --depth 1 https://github.com/bacchus-labs/wrangler

Or install wrangler, the plugin that ships this one along with the rest of its 25 skills, 16 commands, 16 agents.

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 issues

README.md
[![agentmods](https://agentmods.dev/badge/commands/bacchus-labs/wrangler/issues.svg)](https://agentmods.dev/commands/bacchus-labs/wrangler/issues)
Your own site
<a href="https://agentmods.dev/commands/bacchus-labs/wrangler/issues"><img src="https://agentmods.dev/badge/commands/bacchus-labs/wrangler/issues.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 731 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.00008 $0.00731
Opus 5 $0.00004 $0.00365
Sonnet 5 $0.00002 $0.00146
Haiku 4.5 $0.00001 $0.00073

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

Security

Grade A, and why

issues 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.

commands/issues.md · 120 lines

How it starts

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

/wrangler:issues

Display status summary of specifications and issues using MCP tools.

Arguments

  • --status (optional) — Filter by status: open, in_progress, closed, cancelled
  • --project (optional) — Filter by project/spec name
  • --labels (optional) — Filter by labels (comma-separated)

Instructions

  1. Use issues_list MCP tool to retrieve issues with any filters
  2. Use issues_list with type: "specification" to retrieve specs
  3. Group issues by project (linked specification)
  4. Calculate progress metrics
  5. Output formatted summary

Status Model

Wrangler uses explicit status fields (not checkbox-derived):

Status Meaning
open Not yet started
in_progress Currently being worked on
closed Completed successfully
cancelled Will not be done

Output Format

# Project Status

## Specifications

| Spec | Status | Issues | Progress |
|------|--------|--------|----------|
| SPEC-000001-auth-system | in_progress | 5 | 2/5 (40%) |
| SPEC-000002-api-cache | open | 3 | 0/3 (0%) |

## Issues by Specification

### SPEC-000001-auth-system

| ID | Title | Status | Priority |
|----|-------|--------|----------|
| ISS-000042 | Setup database schema | closed | high |
| ISS-000043 | Implement user model | in_progress | high |
| ISS-000044 | Add validation logic | open | medium |

### Unlinked Issues

| ID | Title | Status | Priority |
|----|-------|--------|----------|
| ISS-000050 | Fix typo in readme | open | low |

## Summary

- **Specifications:** 1 in_progress, 1 open
- **Issues:** 1 closed, 1 in_progress, 4 open
- **Next up:** ISS-000044 (Add validation logic)

Progress Calculation

  • Issue progress: Based on explicit status field
  • Spec progress: closed_issues / total_linked_issues

MCP Tools Used

// List all specifications
issues_list({ type: "specification" })

// List all issues
issues_list({ type: "issue" })

// Filter by status
issues_list({ status: ["open", "in_progress"] })

// Filter by project
issues_list({ project: "SPEC-000001-auth-system" })

Read the full file on GitHub · 120 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 · 120 lines · 8 tokens per session scan A a981e6000842

Subscribe to this mod's changes

issues is a command published in the GitHub repository bacchus-labs/wrangler (4 stars, last pushed 6mo ago), licensed MIT. It adds 8 tokens to every session and 731 once invoked, about $0.0000 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.