manage-issues

manage-issues is a skill for Claude Code, Codex from sergeyklay/.agents. It costs 149 tokens per session (3,745 once invoked), scanned A, original, Apache-2.0.

A GitHub issue-tracker helper for creating, editing, finding, closing, and sorting reported work in a repository.

In plain words
What is it for?
Use it to file bugs, request features, add tasks, search existing issues, and triage incoming reports.
Why use it?
It keeps bugs, feature requests, and tasks organized in one searchable backlog instead of scattered notes or messages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to file bugs, request features, add tasks, search existing issues, and triage incoming reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergeyklay/.agents/manage-issues
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 sergeyklay/.agents --skill manage-issues
Clone the repo
git clone --depth 1 https://github.com/sergeyklay/.agents

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 manage-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-issues/github.svg)](https://agentmods.dev/skills/sergeyklay/.agents/manage-issues)
Your own site
<a href="https://agentmods.dev/skills/sergeyklay/.agents/manage-issues"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-issues/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 manage-issues

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergeyklay/.agents/manage-issues"><img src="https://agentmods.dev/badge/skills/sergeyklay/.agents/manage-issues.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,745 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.00149 $0.03745
Opus 5 $0.00075 $0.01872
Sonnet 5 $0.00030 $0.00749
Haiku 4.5 $0.00015 $0.00375

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

Security

Grade A, and why

manage-issues 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/get_taxonomy.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/manage-issues/SKILL.md · 258 lines

How it starts

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

Managing GitHub Issues

Manage the active repository's issue tracker via gh. Every issue must be self-contained, professional, and actionable without prior context. The skill applies only to repositories where Issues are enabled; if ISSUES_ENABLED is false in the taxonomy, stop and tell the user.

Running scripts bundled with this skill

Script paths in this document (e.g. scripts/) are resolved relative to this SKILL.md file, not to your current working directory. If a relative command fails to resolve, prefix it with the path your platform loaded this SKILL.md from.

Fallback. If the script cannot be located, run the equivalent gh commands listed at the end of "Discover taxonomy" below; the script is a convenience wrapper around the same calls. If gh itself is missing or unauthenticated, the skill cannot proceed: surface the error to the user and stop.

Discover taxonomy (run first)

Before any create, edit, or triage operation, fetch the live taxonomy for the active repo:

sh scripts/get_taxonomy.sh --cached

The output declares seven sections: CACHED_AT, REPO, ISSUES_ENABLED, ISSUE_TYPES, LABEL_PREFIXES, LABELS, MILESTONES, PROJECT_BOARDS. Use the values verbatim; never memorize or guess label names, milestone titles, type node_ids, or project names.

The --cached flag reads from a 24h file cache keyed by owner/repo under ${TMPDIR:-/tmp}/manage-issues-cache/. Re-run without --cached when:

  • An Error recovery row matches a "not found" condition.
  • The user added, renamed, or closed labels, milestones, or projects in this session.
  • CACHED_AT is older than 24 hours.

Branching on what the taxonomy reports:

Section reports Behavior
ISSUES_ENABLED: false Stop. Tell the user the repository does not use GitHub Issues.
ISSUE_TYPES: (none) Skip the issue-type assignment step; rely on labels for classification.
LABEL_PREFIXES: (none; ...) Use flat labels exactly as listed; do not invent prefix:value style.
LABEL_PREFIXES: <list> Follow the detected convention. Pick at least one label that scopes the affected subsystem when such a prefix exists (typically area:).
MILESTONES: (none open) Omit --milestone everywhere.
PROJECT_BOARDS: (none ...) Omit --project everywhere.

Read the full file on GitHub · 258 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 Changed 519953f61abf
  2. 9d ago First seen · 258 lines · 149 tokens per session scan A c42b9e45e924

Subscribe to this mod's changes

manage-issues is a skill published in the GitHub repository sergeyklay/.agents (5 stars, last pushed today), licensed Apache-2.0. It adds 149 tokens to every session and 3,745 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

glab-gitlab-issue

Read and manage GitLab issues through the glab CLI. Use when a user provides an issue ID and repository and asks to view issue details, comments, or uploaded images, publish comments, update assignees or labels, or manage issue time tracking (estimate/spent time) without using the web UI.

Sube-py/awesome-skills · 72 tokens

agentrq

Lead multiple agents to accomplish big tasks with specialized workspaces/agents by assigning tasks to specialized agents.

agentrq/agentrq · 24 tokens

work

Execute Elixir/Phoenix plan tasks with progress tracking. Use after /phx:plan to implement features with mix compile and mix test verification after each step, or --continue to resume interrupted work.

oliver-kriska/claude-elixir-phoenix · 43 tokens

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

plan

Plan features spanning multiple domains: billing (Stripe), auth (RBAC), real-time (Presence), webhooks, jobs (Oban). Use when designing interconnected systems or converting review findings into tasks.

oliver-kriska/claude-elixir-phoenix · 42 tokens

phx-deps-update

Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (phx-investigate).

oliver-kriska/claude-elixir-phoenix · 62 tokens