issue

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

A workflow for taking a GitHub issue from an assigned task to a merged pull request. A GitHub issue is a tracked bug, request, or piece of work, and a pull request proposes code changes for review.

In plain words
What is it for?
Use it to create a branch, implement an issue, add tests and an [Unreleased] changelog entry, run verification, and prepare an auto-merge pull request.
Why use it?
It provides a repeatable path for implementing and shipping a specific issue, including tests, a changelog entry, verification, and issue closure.

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/luisgf/infrabroker/issue
Any agent
npx skills add luisgf/infrabroker --skill issue
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

README.md
[![agentmods](https://agentmods.dev/badge/skills/luisgf/infrabroker/issue.svg)](https://agentmods.dev/skills/luisgf/infrabroker/issue)
Your own site
<a href="https://agentmods.dev/skills/luisgf/infrabroker/issue"><img src="https://agentmods.dev/badge/skills/luisgf/infrabroker/issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,530 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00079 $0.01530
Opus 5 $0.00039 $0.00765
Sonnet 5 $0.00016 $0.00306
Haiku 4.5 $0.00008 $0.00153

Measured 5d ago against content hash 535791cda2f2, 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 5d 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/SKILL.md · 135 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. 5d ago First seen · 135 lines · 79 tokens per session scan A 535791cda2f2

Subscribe to this mod's changes

issue is a skill published in the GitHub repository luisgf/infrabroker (11 stars, last pushed yesterday), licensed GPL-3.0. It adds 79 tokens to every session and 1,530 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

AIShield Security Scanner — 对齐 OWASP MCP Top 10 (2025 v0.1) 的 AI Agent 安全扫描工具。 133条检测规则,5维评分体系(安全性/权限/数据处理/供应链/可靠性)。 检测能力:工具投毒、命令注入、Prompt注入(中英文)、供应链攻击、 SSRF、密钥泄露、权限提升、违禁词合规等。.

lm203688/aishield · 101 tokens

aishield-security-scan

使用 AIShield 对 MCP 服务器 / Agent 配置 / AI Skill 做安全扫描,覆盖 OWASP MCP Top 10 与 Agentic AI Top 10(含记忆投毒、沙箱逃逸)。当用户要审计 AI 工具、检查 MCP 服务器安全、评估 Agent 风险、给 agent 工作区做启动前预扫、生成 SBOM/SARIF 时使用。.

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

copilot-sdk

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server…

devantler-tech/ksail · 72 tokens

refactor

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

devantler-tech/ksail · 54 tokens