hotplex-issue-master

hotplex-issue-master is a skill for Claude Code, Codex from hrygo/hotplex-legacy. It costs 202 tokens per session (3,537 once invoked), scanned A, original, MIT.

A GitHub issue-management tool for organising reported bugs, requests, and other work items. It can label, track, group, update, and report on issues across a project.

In plain words
What is it for?
Use it to apply labels, detect likely duplicates, adjust priorities, close or reopen issues, assign work, find stale items, create reports, and sync issues to Obsidian, a note-taking app.
Why use it?
It reduces the manual work of sorting large issue lists, finding duplicates, updating statuses, and handling batches of issues.

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/hrygo/hotplex-legacy/hotplex-issue-master
Any agent
npx skills add hrygo/hotplex-legacy --skill hotplex-issue-master
Clone the repo
git clone --depth 1 https://github.com/hrygo/hotplex-legacy

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 hotplex-issue-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/hrygo/hotplex-legacy/hotplex-issue-master.svg)](https://agentmods.dev/skills/hrygo/hotplex-legacy/hotplex-issue-master)
Your own site
<a href="https://agentmods.dev/skills/hrygo/hotplex-legacy/hotplex-issue-master"><img src="https://agentmods.dev/badge/skills/hrygo/hotplex-legacy/hotplex-issue-master.svg" alt="Measured on agentmods" height="20"></a>
Per session 202 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00202 $0.03537
Opus 5 $0.00101 $0.01768
Sonnet 5 $0.00040 $0.00707
Haiku 4.5 $0.00020 $0.00354

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

Security

Grade A, and why

hotplex-issue-master 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 2 executable files (scripts/labeler_v2.py, scripts/labeler.py), 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.

.agent/skills/hotplex-issue-master/SKILL.md · 361 lines

How it starts

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

HotPlex Issue 管理大师 🎯

全方位 GitHub issue 智能管理工具,基于大型开源项目(Kubernetes, React, VS Code)的最佳实践。


核心能力

1. 自动标注 (Auto-Labeling)

自动分析并应用 7 维度 34 标签

  • 优先级 (4): critical, high, medium, low
  • 类型 (7): bug, feature, enhancement, docs, test, refactor, security
  • 规模 (3): small, medium, large
  • 状态 (5): needs-triage, ready-for-work, blocked, in-progress, stale
  • 平台 (4): slack, telegram, feishu, discord
  • 模块 (6): engine, adapter, provider, security, admin, brain
  • 特殊 (5): good first issue, help wanted, epic, wontfix, duplicate

详细标签体系:参考 references/label-system.md

2. 生命周期管理 (Lifecycle Management)

  • 自动检测可关闭 issues(重复、已修复、过时、无效)
  • Stale issue 自动清理(60+ 天无更新)
  • 状态自动流转(needs-triage → ready-for-work → in-progress → closed)
  • 锁定僵尸 issues(45+ 天已关闭)

3. 重复检测 (Duplicate Detection)

  • 基于标题相似度(> 80%)检测重复
  • 自动关联原 issue
  • 生成重复报告

4. 优先级动态调整 (Priority Adjustment)

  • 基于严重程度 × 影响范围 × 紧急程度矩阵
  • 社区投票权重(👍 数量)
  • 时间衰减(长期无更新降级)
  • 安全漏洞特殊处理(CVSS 评分)

5. 批量操作 (Bulk Operations)

  • 批量打标签
  • 批量关闭/重新开放
  • 批量分配
  • 批量调整优先级

6. 分析报告 (Analytics)

  • Issue 趋势分析(创建、关闭、积压)
  • 瓶颈识别(长期未处理、反复 reopen)
  • 效率指标(平均解决时间、首次响应时间)
  • 标签分布统计

7. 智能增量管理 (Smart Incremental Management)

  • 增量处理:只处理新增/更新的 issues(避免重复工作)
  • 智能过滤:自动跳过已稳定且低优先级的 issues
  • 状态持久化:维护 .issue-state.json 记录处理历史
  • 自适应策略
    • ✅ 新创建 issues (< 7天) → 全量分析
    • ✅ 最近有更新 (< 14天) → 增量分析
    • ✅ 高优先级 (critical/high) → 优先处理
    • ✅ 状态为 needs-triage → 补充标注
    • ❌ 已稳定低优先级 → 跳过处理

详细工作流程:参考 references/workflows.md

8. Obsidian 同步 (Obsidian Sync)

  • 技术栈:基于 Obsidian CLI(无需手动文件操作)
  • 文件夹组织1-Projects/<project-name>/Issues/(符合 PARA 方法)
  • 单向同步:GitHub Issues → Obsidian Vault(只读视图)
  • 增量同步:只同步新增/更新的 issues(高效)
  • 智能映射:GitHub labels → Obsidian tags(7 维度 34 标签)
  • Tags 格式:YAML list 格式(使用 type=list 参数)
  • 完整元数据:frontmatter 自动管理(无需手动生成 YAML)
  • 状态可视化:使用 Obsidian 笔记存储同步状态(强烈推荐)
  • Dataview 集成:支持动态查询和看板视图

关键最佳实践

  • Tags 必须使用 YAML list(type=list),不是逗号分隔字符串
  • 文件夹遵循 PARA 方法:1-Projects/<project-name>/Issues/
  • 状态存储在 Obsidian Sync State.md 笔记中

Read the full file on GitHub · 361 lines

Files

What ships with it

7 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 First seen · 361 lines · 202 tokens per session scan A a421eada1570

Subscribe to this mod's changes

hotplex-issue-master is a skill published in the GitHub repository hrygo/hotplex-legacy (11 stars, last pushed 4mo ago), licensed MIT. It adds 202 tokens to every session and 3,537 once invoked, about $0.0010 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

hotplex-release

通过判断 SemVer 影响、整理 CHANGELOG、对账版本面和验证发布输入来准备或发布 HotPlex 版本。不要用于主机二进制更新、运行时诊断或文档巡逻。.

hrygo/hotplex · 52 tokens

hotplex-docs-patrol

维护 HotPlex 当前文档,将代码、配置、API 或发布变更映射到 BFS 可达文档,只修复已验证的文档漂移。不要用于普通润色、运行时诊断或版本发布。.

hrygo/hotplex · 57 tokens

hotplex-stt-tts

初始化或修复 HotPlex 本地 STT 和 MOSS TTS 运行时,包括 Python 依赖、官方模型、配置和验收。仅在明确授权主机变更时使用;只读检查请使用 hotplex-cli 或 hotplex-diagnostics。.

hrygo/hotplex · 65 tokens

hotplex-diagnostics

深入诊断 HotPlex Gateway、Worker、Session、日志或反馈链异常。普通 status/doctor/security/config 只读检查属于 hotplex-cli;安装、更新、重启、配置写入和 Admin 变更属于 hotplex-operator。.

hrygo/hotplex · 59 tokens

hotplex-cli

使用 HotPlex CLI 处理 Cron、明确请求的 Slack 操作、普通用户聊天命令指引,以及只读 status、doctor、security、config 诊断。不要用于飞书写操作、发布、服务安装、二进制更新或 Admin 变更。.

hrygo/hotplex · 63 tokens

hotplex-operator

运维或初始化 HotPlex 主机,覆盖首次 onboard、服务安装/启动、二进制更新、主机配置、审计检查和 Admin 变更。仅在明确授权的 operator 上下文中使用。.

hrygo/hotplex · 54 tokens