# GitHub Issues

> Triage GitHub issues, extract the real ask, and connect each issue to the relevant files, tests, or release surface before acting.

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

---


# GitHub Issues

Use this skill when the user wants issue summaries, triage, or issue-driven implementation work.

## Preferred Flow

1. Read the issue body, labels, and linked PRs or commits.
2. Separate the user-visible symptom from the likely implementation surface.
3. Identify whether the next step is clarification, reproduction, implementation, or release follow-up.

## Guardrails

- Do not collapse a vague issue into a concrete fix without checking the codebase.
- Call out missing reproduction steps or acceptance criteria.

