gh-issue-submit

gh-issue-submit is a skill for Claude Code, Codex from Linearl/reasonix_skill_repo. It costs 49 tokens per session (4,146 once invoked), scanned B, original, no licence file.

A skill for submitting GitHub issues with the `gh` command-line tool. It guides issue-template discovery, duplicate checking, source investigation, submission, and verification.

In plain words
What is it for?
Finding the right issue template, checking open and closed issues, researching root causes in source code, submitting an issue, and confirming that it was filed.
Why use it?
It helps avoid filing duplicate or poorly researched issues and accounts for common permission-switching problems. It can fall back to computer use when the command-line route is unavailable.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Finding the right issue template, checking open and closed issues, researching root causes in source code, submitting an issue, and confirming that it was filed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/linearl/reasonix_skill_repo/gh-issue-submit
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 Linearl/reasonix_skill_repo --skill gh-issue-submit
Clone the repo
git clone --depth 1 https://github.com/Linearl/reasonix_skill_repo

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 gh-issue-submit

README.md
[![agentmods](https://agentmods.dev/badge/skills/linearl/reasonix_skill_repo/gh-issue-submit.svg)](https://agentmods.dev/skills/linearl/reasonix_skill_repo/gh-issue-submit)
Your own site
<a href="https://agentmods.dev/skills/linearl/reasonix_skill_repo/gh-issue-submit"><img src="https://agentmods.dev/badge/skills/linearl/reasonix_skill_repo/gh-issue-submit.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,146 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00049 $0.04146
Opus 5 $0.00024 $0.02073
Sonnet 5 $0.00010 $0.00829
Haiku 4.5 $0.00005 $0.00415

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

Security

Grade B, and why

gh-issue-submit scanned grade B with 2 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 7d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -s -H "Accept: application/json" -d "client_id=01ab8ac9400c4e429b23&scope=repo read:user user:email" https://github.com/login/device/code

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -H "Accept: application/json" -d "client_id=01ab8ac9400c4e429b23&scope=repo read:user user:email" https://github.com/login/device/code
skills/gh-issue-submit/SKILL.md · 182 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 7d ago First seen · 182 lines · 49 tokens per session scan B c6708666151a

Subscribe to this mod's changes

gh-issue-submit is a skill published in the GitHub repository Linearl/reasonix_skill_repo (2 stars, last pushed 10d ago), with no licence file. It adds 49 tokens to every session and 4,146 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

issue-match

Measure a TARGET repository's queue + find a LIVE door (an open issue matching our artifact) BEFORE pushing a PR there. Trigger on "/issue-match", "is this repo worth a PR", "measure the queue", "find a live issue". Answers "knock here or skip": how many open PRs, how many of the last N closed ones were actually…

tonydzi/second-brain-starter-kit · 100 tokens

project-flow-ops

Use when projects or tasks need explicit state, WIP control, ownership, definitions of done, blocker handling, and verified closure.

Mark393295827/third-brain-v7-skills · 31 tokens

pr-review-watcher

Monitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.

chrono-meta/forge-harness · 53 tokens

ariadne:workstream-tracking

Create, audit, or improve Obsidian Kanban work boards and Dataview dashboards for durable project, roadmap, evaluation, implementation, QA, or recurring workstream tracking inside an agent-maintained vault.

pariyar07/ariadne · 50 tokens

project-sync

On-demand AI-powered sync of a project's repo state into the brain vault. Reads live git/GitHub/Jira data, updates the project status doc, and makes targeted edits to relevant brain docs where content is clearly stale. Triggered by "/project-sync [name]", "sync [project]", "what's the current state of [project]".

michaeljauk/brain-starter · 73 tokens

sync-brain-starter

Sync reusable skills, configs, and templates from the private brain repo to the public brain-starter template repo. Use when you've updated a skill or config and want to push it to the open-source template.

michaeljauk/brain-starter · 47 tokens