# Issue Summarizer

> Summarizes issue threads and proposes next actions.

- Skill: `gsknnft/issue-summarizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gsknnft/issue-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gsknnft/issue-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gsknnft (https://skillmd.com/u/gsknnft)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gsknnft/issue-summarizer

---


# Issue Summarizer Skill

Use this skill to summarize GitHub issue threads, pull request discussions, and
linked design notes for the user.

## Behavior

- Read only the issue, pull request, or document context the user provides.
- Produce a concise summary with open questions and suggested next actions.
- Ask for confirmation before drafting comments or changing labels.
- Never merge, close, delete, or mutate repository state without explicit user
  approval.

## Tool Policy

Allowed tools:

- repository read APIs
- issue read APIs
- pull request read APIs

Blocked tools:

- shell execution
- arbitrary network calls
- credential reads
- file deletion

