issue

A command-line tool for creating, updating, and synchronising GitHub issues from RepoVista findings. GitHub issues are shared records for tracking bugs and other work.

In plain words
What is it for?
Previewing issue text, creating issues for one or all findings, adding labels or assignees, updating matching issues, and reopening issues when findings return.
Why use it?
It avoids copying findings into GitHub by hand and can prevent duplicate issues or keep existing ones aligned with new findings.

Command

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/nordbyte/repovista/issue
Clone the repo
git clone --depth 1 https://github.com/nordbyte/RepoVista
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 345 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.00000 $0.00345
Opus 5 $0.00000 $0.00172
Sonnet 5 $0.00000 $0.00069
Haiku 4.5 $0.00000 $0.00034

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

Security

Grade A, and why

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.

docs/commands/issue.md · 37 lines

What it actually says

issue

Create, update, or sync GitHub issues for findings through the GitHub CLI.

Usage

repovista issue <finding-id|--all> [--dry-run] [--label <name>] [--assignee <login>] [--update-existing] [--sync-issues] [--reopen-issues]

Options

Option Purpose
--dry-run Preview issue content without writing remotely.
--label <name> Add a GitHub issue label. Repeatable.
--assignee <login> Assign the issue. Repeatable.
--update-existing Update an existing matching issue instead of creating a duplicate.
--sync-issues Create, update, and persist issue links for selected findings.
--reopen-issues Reopen linked GitHub issues when findings reappear as open.
--all Apply to all selected findings.

Examples

repovista issue fnd_abc123def456 --dry-run
repovista issue fnd_abc123def456 --label repovista --assignee octocat
repovista issue fnd_abc123def456 --update-existing
repovista issue --all --sync-issues --update-existing --reopen-issues

Requirements

issue uses gh and requires GitHub CLI authentication.

Use repovista github-status after issue creation to refresh whether linked issues are still open, closed as completed, or closed as not planned.

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 · 37 lines · 0 tokens per session scan A c6aa2fbe7237

Subscribe to this mod's changes

issue is a command published in the GitHub repository nordbyte/RepoVista (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 345 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-31.