infrabroker: Skill for Claude Code

.agents/skills/issue-analyze/SKILL.md

issue-analyze is a skill for Claude Code, Codex from luisgf/infrabroker. It costs 77 tokens per session (989 once invoked), scanned A, original, GPL-3.0.

A workflow for examining a GitHub issue and its discussion, checking its technical claims against the code, and drafting a maintainer reply. The draft is shown for approval and is not posted automatically.

In plain words
What is it for?
Use it to investigate issue threads, validate reported behavior, and prepare a reply for review.
Why use it?
It helps verify whether an issue report matches the actual code before responding, while keeping the final reply under human control.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is luisgf/infrabroker's own configuration. It tells Claude Code and Codex how to work on infrabroker itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything infrabroker configures →

Reuse

Borrowing it

Nothing to install: this file belongs to luisgf/infrabroker. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/luisgf/infrabroker/main/.agents/skills/issue-analyze/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/luisgf/infrabroker

Made for: Claude Code, Codex.

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-analyze

README.md
[![agentmods](https://agentmods.dev/badge/skills/luisgf/infrabroker/issue-analyze.svg)](https://agentmods.dev/skills/luisgf/infrabroker/issue-analyze)
Your own site
<a href="https://agentmods.dev/skills/luisgf/infrabroker/issue-analyze"><img src="https://agentmods.dev/badge/skills/luisgf/infrabroker/issue-analyze.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 989 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00077 $0.00989
Opus 5 $0.00039 $0.00495
Sonnet 5 $0.00015 $0.00198
Haiku 4.5 $0.00008 $0.00099

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

Security

Grade A, and why

issue-analyze 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 8d 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.

.agents/skills/issue-analyze/SKILL.md · 79 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 8d ago First seen · 79 lines · 77 tokens per session scan A b8d639902a39

Subscribe to this mod's changes

issue-analyze is a skill published in the GitHub repository luisgf/infrabroker (11 stars, last pushed 4d ago), licensed GPL-3.0. It adds 77 tokens to every session and 989 once invoked, about $0.0004 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

aishield

An AI and MCP security scanner aligned with the OWASP MCP Top 10, a list of common risks for tool-connected AI systems. It checks for issues such as prompt injection, command injection, poisoned tools, leaked secrets, unsafe permissions, supply-chain attacks, SSRF, and banned Chinese-language content.

lm203688/aishield · 101 tokens

aishield-security-scan

A security scanner for MCP servers, agent configurations, and AI skills. It checks for risks such as tool poisoning, memory poisoning, excessive permissions, and sandbox escape, and can produce SBOM and SARIF reports.

lm203688/aishield · 91 tokens

aishield

Local, open-source security scanner for MCP servers, AI agent skills, GPTs and prompts. Produces a 4-dimensional (security / privacy / quality / performance) score plus an optional certified badge. Scans static artifacts only — it never executes commands from the config being scanned, and your code never leaves your…

lm203688/aishield · 108 tokens

polygraph

Behavioral trust grades (A–F) for MCP servers. Use when an agent needs to check whether an MCP server is safe before using it, verify an onchain attestation before trusting or paying a server, look up a server's published grade, get a project graded, or understand why a server received a grade. Polygraph connects to…

polygraphso/litmus · 225 tokens

chinese-seo-compliance

A Chinese-language website review guide covering search-engine visibility, legal checks in mainland China, and AI-agent visibility. It includes checks for items such as robots.txt, sitemaps, ICP registration, llms.txt, agent cards, and structured data.

lm203688/aishield · 88 tokens

ksail

Use the ksail CLI to spin up and manage Kubernetes clusters (Kind/K3d/Talos/vCluster/KWOK — local via Docker; EKS — cloud via AWS) and GitOps workloads declaratively. Triggers on requests involving Kubernetes clusters, Flux/ArgoCD GitOps bootstrapping, Kind/K3d/Talos/vCluster/KWOK/EKS, multi-tenancy onboarding, OIDC…

devantler-tech/ksail · 97 tokens