Issue summarizer
Skill gsknnft/skill-safe-core/examples/skills/issue-summarizer
Summarizes issue threads and proposes next actions.From its SKILL.md
npx -y skills add gsknnft/skill-safe-core --skill issue-summarizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 135 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.