filing-issues

filing-issues is an agent for coding agents from antgroup/vsag. It costs 0 tokens per session (555 once invoked), scanned A, original, Apache-2.0.

An issue-filing agent for the VSAG project, a vector-search library. It follows the repository's issue templates and shared instructions when preparing a bug report or feature request.

In plain words
What is it for?
Use it to investigate existing issues and prepare a properly structured GitHub issue for VSAG.
Why use it?
It helps turn incomplete reports into issues with the required fields, supporting references, and links to related issues. VSAG is software for searching collections of vector data.

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/antgroup/vsag/filing-issues
Clone the repo
git clone --depth 1 https://github.com/antgroup/vsag

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/antgroup/vsag/filing-issues.svg)](https://agentmods.dev/agents/antgroup/vsag/filing-issues)
Your own site
<a href="https://agentmods.dev/agents/antgroup/vsag/filing-issues"><img src="https://agentmods.dev/badge/agents/antgroup/vsag/filing-issues.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 555 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.00555
Opus 5 $0.00000 $0.00278
Sonnet 5 $0.00000 $0.00111
Haiku 4.5 $0.00000 $0.00056

Measured today against content hash 9474fbb3fc78, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

filing-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 today.

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/filing-issues.md · 49 lines

How it starts

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

Filing Issues With An Agent

Agents are expected to help users file high-quality issues. The full step-by-step workflow is not duplicated here — it lives in a single canonical file shared across Claude Code, OpenCode, and Codex:

Canonical workflow: .github/agent-prompts/create-issue.md

Writing rules / template guide: .github/ISSUE_TEMPLATE/ISSUE_GUIDE.md

The per-agent slash-command wrappers point at the canonical file:

  • .claude/commands/create-issue.md
  • .opencode/command/create-issue.md
  • .codex/prompts/create-issue.md

A shell wrapper is provided at tools/issue-helper/new-issue.sh for users who prefer not to drive the agent's slash command directly.

Quick rules (must hold regardless of agent)

  • Map every required field of the chosen YAML template under .github/ISSUE_TEMPLATE/. Use // TODO for genuinely unknown values.
  • Cite sources as path:line for repo references and full URLs for vsag.io/docs pages.
  • Run gh issue list --repo antgroup/vsag --search ... --state all --limit 5 and append the matches under a ## Related issues section. Do not block creation on duplicates; the maintainers will close as needed.
  • Append a footer of the form _Drafted with AI assistant: <AgentName>:<ModelVersion>_ for transparency. Do not add Signed-off-by: to issues — DCO applies only to commits.
  • Show a dry-run preview and only call gh issue create after the user confirms. On failure, fall back to gh issue create --web.

Read the full file on GitHub · 49 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. today First seen · 49 lines · 0 tokens per session scan A 9474fbb3fc78

Subscribe to this mod's changes

filing-issues is an agent published in the GitHub repository antgroup/vsag (507 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 555 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-09-03.