GI

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.zip

Installs 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.
180 charsno explicit “when” trigger
Beginner

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

You give it
Issue search criteria
You get back
Markdown status report

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:

  1. Short summary:
  • describe problem/request in plain language
  • include current progress signal if present
  1. Status:
  • open/closed
  • notable labels (for example: bug, enhancement, stale, blocked)
  • optional assignee and last update signal
  1. 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

GitHub API access

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.

SkillInstallsUpdatedSafetyDifficulty
github-issues (this skill)03moNo flagsBeginner
competitive-intel22moNo flagsAdvanced
discovery-workflow04moNo flagsIntermediate
scout02moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry