issue

issue is a skill for Claude Code from Kevin-Liu-01/Agent-Machines. It costs 70 tokens per session (819 once invoked), scanned A, original, MIT.

A workflow for creating GitHub issues from predefined bug, feature, or question templates. It adds the current branch and commit context and can include a link to a Linear issue.

In plain words
What is it for?
Use it to file bug reports, feature requests, and questions in GitHub using the project's required templates and labels.
Why use it?
It turns a problem or request into a consistently structured issue with useful repository context attached.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to file bug reports, feature requests, and questions in GitHub using the project's required templates and labels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevin-liu-01/agent-machines/issue
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.

Any agent
npx skills add Kevin-Liu-01/Agent-Machines --skill issue
Clone the repo
git clone --depth 1 https://github.com/Kevin-Liu-01/Agent-Machines

Made for: Claude Code.

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/kevin-liu-01/agent-machines/issue/github.svg)](https://agentmods.dev/skills/kevin-liu-01/agent-machines/issue)
Your own site
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/issue"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/issue/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for issue

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/issue"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 819 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00070 $0.00819
Opus 5 $0.00035 $0.00409
Sonnet 5 $0.00014 $0.00164
Haiku 4.5 $0.00007 $0.00082

Measured 6d ago against content hash 8b06b35f0893, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 6d 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.

knowledge/skills/issue/SKILL.md · 65 lines

How it starts

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

Context (auto-detected from HEAD)

  • Current branch: !git branch --show-current
  • Last commit: !git log -1 --oneline
  • Remote: !git remote get-url upstream 2>/dev/null || git remote get-url origin

Linear First

Dedalus tracks issues in Linear. The issue templates (.github/ISSUE_TEMPLATE/) all require a Linear link at the top. Unless the user explicitly says "no Linear" or supplies --linear N/A, ask once for the Linear URL before creating the GitHub issue. If the user is filing a public-facing issue and has no Linear, accept N/A and proceed.

Template Selection

Parse the first positional arg from $ARGUMENTS as the issue type:

Type Template file Labels
bug .github/ISSUE_TEMPLATE/bug-report.yml bug,needs triage
feature .github/ISSUE_TEMPLATE/feature_request.md enhancement
question .github/ISSUE_TEMPLATE/question.md question

The bug-report.yml file is a GitHub issue form. gh issue create --body submits plain markdown, so translate the yaml form fields into a markdown body with the same section headings (Linear Issue, Description, Steps to Reproduce, Expected Behavior, Component, Environment, Additional Context).

For feature_request.md and question.md, read the file and replace the [Delete and type here]. placeholders with real content. Drop the > [!IMPORTANT] and > [!NOTE] callouts; they are instructions to the filer, not issue content.

Rules

  • Issue title: short, imperative, no period, under 80 chars. No conventional-commit prefix (that's for PRs, not issues).
  • The remaining positional args from $ARGUMENTS (after the type) form the title.
  • If --linear <url> is in $ARGUMENTS, use it verbatim. Otherwise ask the user once.
  • Use gh issue create --title "..." --body "$(cat <<'EOF' ... EOF)" --label "...".
  • Labels come from the table above. Do not invent new labels.
  • If the user mentions a specific component in the title or body, set the Component field accordingly (bug template only).

Read the full file on GitHub · 65 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. 6d ago First seen · 65 lines · 70 tokens per session scan A 8b06b35f0893

Subscribe to this mod's changes

issue is a skill published in the GitHub repository Kevin-Liu-01/Agent-Machines (26 stars, last pushed 9d ago), licensed MIT. It adds 70 tokens to every session and 819 once invoked, about $0.0003 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-09-03.