issue-assessment

A read-only process for checking whether a GitHub issue's bug report is supported by the code, tests, documentation, and available evidence. It produces a classification, a judgment about whether the issue can be reproduced end to end, and a reply for the reporter.

In plain words
What is it for?
Use it to triage gflow-cli bug reports, verify reported behavior, check known project information, and draft an honest GitHub reply.
Why use it?
It prevents a team from claiming that a bug or fix is confirmed without enough evidence. It also helps decide whether an issue needs implementation work or only a response.

Skill for Claude CodeCodex

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 skills/ffroliva/gflow-cli/issue-assessment
Any agent
npx skills add ffroliva/gflow-cli --skill issue-assessment
Clone the repo
git clone --depth 1 https://github.com/ffroliva/gflow-cli

Made for: Claude Code, Codex.

Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,723 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.00090 $0.01723
Opus 5 $0.00045 $0.00861
Sonnet 5 $0.00018 $0.00345
Haiku 4.5 $0.00009 $0.00172

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

Security

Grade A, and why

issue-assessment 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 3d 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.

skills/issue-assessment/SKILL.md · 149 lines

How it starts

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

issue-assessment — triage a gflow-cli issue honestly

Read-only conductor. Verify the reporter's claim against the code, tests, docs, KNOWN_ISSUES.md, and auto-memory; classify it; judge whether it can be verified end-to-end in the current environment; and draft a reply. The output is a standard artifact a human or the issue-resolve skill can act on.

Core principle: never assert more than the evidence supports. A claim is CONFIRMED only with line-level code evidence or a reproduction; a fix is "verified" only after running it on the affected surface. Honest "can't verify here" beats a false green check — a bounced fix costs more trust than an accurate "not yet."


When to invoke

  • A new or updated GitHub issue needs a verdict before anyone spends effort.
  • An autonomous run (hermes-ops) reacts to an issue labelled for triage.
  • You're about to "just fix" a reported bug — assess first; the scope decision (reply-only vs hand to issue-resolve) depends on this.

Skip for: issues that are obviously feature requests routed elsewhere, or already-triaged issues entering implementation.


Invocation

/gflow:issue-assessment <issue number or URL>

This repo's skills/*/SKILL.md are plain Markdown — invoke by reading the file (via the .claude/commands/gflow/* wrapper), never Skill(skill=...).


Protocol

1. Ingest

gh issue view <N> --json title,body,comments,labels,author,state. Extract: the claimed symptom, environment (OS, version, install method), exact repro steps, and any logs/error classes the reporter pasted.

2. Verify (read-only)

Dispatch a search/Explore agent (keep your own context clean) to corroborate or refute the claim against the real tree. Always check, in order:

  • the source path(s) the symptom implicates — cite file_path:line_number;
  • KNOWN_ISSUES.md (is this Open / Mitigated / Resolved already?);
  • open issues/PRs (gh pr list, gh issue list) for duplicates or in-flight fixes;
  • auto-memory for prior context on the surface. Disprove parts of the reporter's framing where the code says otherwise (e.g. browser_engine: playwright is the engine axis, not the channel) — a precise correction is more useful than agreement.

Read the full file on GitHub · 149 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. 3d ago First seen · 149 lines · 90 tokens per session scan A 921276f980bb

Subscribe to this mod's changes

issue-assessment is a skill published in the GitHub repository ffroliva/gflow-cli (136 stars, last pushed 3d ago), licensed MIT. It adds 90 tokens to every session and 1,723 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

repomix

Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find patterns, check token counts, or prepare codebase context for AI analysis. Supports both local directories and remote GitHub repositories.

yamadashy/repomix · 58 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

pr-feedback

Fetches PR review feedback and inline comments, categorizes them, and presents options to the user. Use when the user asks to get, read, address, or fix review comments on a pull request.

strands-agents/harness-sdk · 44 tokens

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.

SamurAIGPT/Generative-Media-Skills · 41 tokens

plano-config-fundamentals

Validate and fix Plano config fundamentals. Use for config versioning, listener types, provider registration, secrets handling, and startup validation failures.

katanemo/plano · 35 tokens