dhpk-issue-analyze

dhpk-issue-analyze is a skill for Claude Code from hmj1026/dhpk. It costs 77 tokens per session (1,626 once invoked), scanned A, original, MIT.

A GitHub issue and pull-request review analysis tool. It examines reported problems or review comments, classifies them, and can assess whether a comment is actionable.

In plain words
What is it for?
Use it to investigate a GitHub issue, plan follow-up checks, or decide which pull-request review comments need action.
Why use it?
It separates likely root causes from symptoms and helps sort review feedback before anyone starts changing code. It is for investigation and triage, not direct bug fixing.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Codex.

Part of the dhpk plugin — 65 skills, 31 commands, 37 agents, 4 hooks shipped together

Good fit Use it to investigate a GitHub issue, plan follow-up checks, or decide which pull-request review comments need action.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hmj1026/dhpk/dhpk-issue-analyze
View source ↗ hmj1026/dhpk
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 hmj1026/dhpk --skill dhpk-issue-analyze
Clone the repo
git clone --depth 1 https://github.com/hmj1026/dhpk

Made for: Claude Code.

Or install dhpk, the plugin that ships this one along with the rest of its 65 skills, 31 commands, 37 agents, 4 hooks.

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 dhpk-issue-analyze

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hmj1026/dhpk/dhpk-issue-analyze"><img src="https://agentmods.dev/badge/skills/hmj1026/dhpk/dhpk-issue-analyze.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,626 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.
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.00077 $0.01626
Opus 5 $0.00039 $0.00813
Sonnet 5 $0.00015 $0.00325
Haiku 4.5 $0.00008 $0.00163

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

Security

Grade A, and why

dhpk-issue-analyze 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 4d 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.

generated/claude-profiles/compat-v1/package/skills/dhpk-issue-analyze/SKILL.md · 145 lines

How it starts

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

Issue Analyze Skill

Input Types

Type Source Example
GitHub Issue Issue number, URL, or description /dhpk:dhpk-issue-analyze 123
Review Thread file:line + reviewer comment /dhpk:dhpk-issue-analyze --triage "src/foo.ts:42 — Use early return"

When input is a Review Thread:

  • Phase 1 skips gh issue view, uses provided thread data directly
  • Phase 2 classification uses Review Thread dimensions (see references/classification.md)

Modes

Mode Input Type Phases Executed Use Case
Full (default) Issue or Thread 1 → 2 → 2.5 → 3 → 4 Deep analysis with investigation
Triage (--triage) Review Thread 2 → 2.5 only Lightweight classification + verdict (thread data provided inline)
Triage (--triage) GitHub Issue 1 → 2 → 2.5 Fetch issue first, then classify + verdict

When NOT to Use

  • Known root cause, fix directly (use flow-guide and select the Bug branch)
  • Pure feature development (use flow-guide and select the Feature branch)
  • Only need code review (use change-verdict)

Workflow

  1. Read the issue with gh issue view --json ..., or use the supplied review-thread fields. Extract symptoms, reproduction, errors, and file clues.
  2. Classify with classification.md: unfamiliar → /dhpk:code-trace; regression → /dhpk:code-trace; complex root → /dhpk:code-trace --dual; multiple causes → /dhpk:dhpk-module-design --mode adversarial.
  3. Blind verdict in a fresh read-only isolated reviewer context without the primary classification. Triage mode stops after this phase.
  4. Investigate unless policy maps the verdict to DISMISS_VERIFIED.
  5. Report the combined evidence, verdict, root-cause hypothesis, and recommendation.

Investigation Tool Comparison

Tool Purpose Speed Depth
/dhpk:code-trace Quick code exploration Fast Single
/dhpk:code-trace Track change history Medium Single
/dhpk:code-trace --dual Dual confirmation Slow Dual-view
/dhpk:dhpk-module-design --mode adversarial Exhaust possibilities Slowest Adversarial

Read the full file on GitHub · 145 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. 4d ago First seen · 145 lines · 77 tokens per session scan A 69ce82795654

Subscribe to this mod's changes

dhpk-issue-analyze is a skill published in the GitHub repository hmj1026/dhpk (2 stars, last pushed today), licensed MIT. It adds 77 tokens to every session and 1,626 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-09-05.

Related

Other skills, from other repositories

md-audit

Read-only code quality audit — scan the current working directory for common issues (bugs, dead code, security hotspots, missing error handling) and return a prioritised findings report. No files are edited. Use when asked to "audit the code", "quick audit", "find issues", "code scan", or "what's wrong with this…

chaitanyagiri/munder-difflin · 85 tokens

audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

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

skeptical-triage

Reusable 3-round self-challenge + arbiter pattern for filtering false positives from findings/verdicts. Use when the cost of a false-positive gate block exceeds the cost of 4 extra LLM turns.

avelikiy/great_cto · 49 tokens

roslyn-query

Query .NET/C# codebases using Roslyn AST analysis via dotnet run file. Use for tracing data flow, auditing API usage, finding pattern violations, or ad-hoc codebase queries.

NikiforovAll/claude-code-rules · 44 tokens

aster-fix-workflow

Pipe aster review findings into aster fix to generate and apply patches safely, using review --json, fix --findings-json, dry-run inspection, --apply, and permission gating. Use when asked to auto-fix review findings, apply aster's suggested edits, or build a review-then-fix pipeline.

Zfinix/aster · 71 tokens

cleanup

Review and clean up the given file(s)/folder(s)/module(s): rate organization, find dead code, duplication, coupling, over-engineering, deep nesting, structural issues, and bad comments, then produce and execute a phased refactor plan. Trigger on "clean up X", "review and refactor X", "rate the code in X", "code…

suxrobGM/jobpilot · 0 tokens