# Github Issues

> Fetch and manage GitHub issues via the API

- Skill: `modbender/github-issues` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add modbender/github-issues`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/github-issues/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/modbender/github-issues

---


# GitHub Issues

This skill lets you list, create, and manage GitHub issues.

## Usage
- "Show me open issues for repo X"
- "Create a new issue titled Y in repo Z"

## Configuration
Set `GITHUB_TOKEN` in your environment with a personal access token.
The token needs `repo` scope for private repositories.

