github-issues
Generates status reports and triage summaries for specific SD.Next GitHub issues. It maps issues to clear, actionable next steps.
Install
mkdir -p .claude/skills/github-issues-vladmandic && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10133" && unzip -o skill.zip -d .claude/skills/github-issues-vladmandic && rm skill.zipInstalls to .claude/skills/github-issues-vladmandic
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Read SD.Next GitHub issues with the literal string [Issue] in the title and produce a phased markdown report: short summary first, then status, then suggested next steps per issue.Key capabilities
- →Fetch GitHub issues
- →Summarize issues
- →Report issue status
- →Suggest next steps
- →Triage project tasks
How it works
It searches for issues containing [Issue] in the title and aggregates their details into a structured markdown report.
Inputs & outputs
When to use github-issues
- →Triaging project issues
- →Generating a weekly status report for GitHub tasks
- →Identifying next steps for open bugs
About this skill
Summarize SD.Next [Issues] GitHub Issues
Fetch issues from the SD.Next GitHub repository that contain the literal string [Issue] in the title, then produce a concise markdown report with one entry per issue.
When To Use
- The user asks for periodic issue triage summaries
- You need an actionable status report for
[Issue]tracker items - You want suggested next actions for each matching issue
Repository
Default target repository:
- owner:
vladmandic - name:
sdnext
Required Output
Create markdown containing, for each matching issue:
- issue link and title
- short summary (1-3 sentences)
- status (open/closed and relevant labels)
- suggested next steps (1-3 concrete actions)
Procedure
1. Search Matching Issues
Use GitHub search to find issues with [Issue] in title.
Preferred search query template:
is:issue in:title "[Issue]" repo:vladmandic/sdnext
State filters (when requested):
- open only: add
is:open(default) - closed only: add
is:closed
Use github-pull-request_doSearch for the search step.
2. Fetch Full Issue Details
For each matched issue (within requested limit):
- fetch details with
github-pull-request_issue_fetch - capture body, labels, assignees, state, updated time, and key discussion context
3. Build Per-Issue Summary
For each issue, produce:
- Short summary:
- describe problem/request in plain language
- include current progress signal if present
- Status:
- open/closed
- notable labels (for example: bug, enhancement, stale, blocked)
- optional assignee and last update signal
- Suggested next steps:
- propose concrete, minimal actions
- tailor actions to issue state and content
- avoid generic filler
4. Produce Markdown Report
Return a markdown table or bullet report with one row/section per issue.
Recommended table columns:
- Issue
- Summary
- Status
- Suggested Next Steps
If there are many issues, keep summaries short and prioritize clarity.
Reporting Rules
- Prioritize outputs in this order: accuracy first, then concise summaries and actions, then markdown presentation.
- Keep each issue summary concise and actionable.
- Do not invent facts not present in issue data.
- If issue body is sparse, state assumptions explicitly.
- If no matching issues are found, output a clear "no matches" report.
Pass Criteria
A successful run must:
- search SD.Next issues with
[Issue]in title - include all matched issues in scope (or explicitly mention applied limit)
- provide summary, status, and suggested next steps for each issue
- return the final result as markdown
When not to use it
- →General GitHub issue management
Prerequisites
Limitations
- →Limited to issues with [Issue] in the title
How it compares
It automates the triage and reporting process for specific project tasks, providing actionable next steps.
Compared to similar skills
github-issues side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| github-issues (this skill) | 0 | 3mo | No flags | Beginner |
| competitive-intel | 2 | 2mo | No flags | Advanced |
| discovery-workflow | 0 | 4mo | No flags | Intermediate |
| scout | 0 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by vladmandic
View all by vladmandic →You might also like
competitive-intel
alirezarezvani
Systematic competitor tracking that feeds CMO positioning, CRO battlecards, and CPO roadmap decisions. Use when analyzing competitors, building sales battlecards, tracking market moves, positioning against alternatives, or when user mentions competitive intelligence, competitive analysis, competitor research, battlecards, win/loss, or market positioning.
discovery-workflow
LazyWorkshopCreate
Use when researching a topic, discovering or clarifying requirements, tracing evidence, or investigating a technical spike (research, investigation, topic research, technology evaluation, domain analysis, findings report, requirements discovery, elicitation, requirements document, feature definition
scout
baekenough
Analyze external URL to evaluate fit with oh-my-customcodex project and auto-create GitHub issue with verdict
discovery
ValerianGuivarch
>
INDUSTRY_RND
neej4
INDUSTRY_RND — an agent skill by neej4.
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.