# Github Issues

> Fetches open GitHub issues for the current repository using the gh CLI. Use when this capability is needed.

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

---


# GitHub Issues

Fetch and display open issues for the current repository.

## Instructions

1. Check if `gh` CLI is installed by running `which gh`. If not installed, inform the user they need to install it: https://cli.github.com

2. Run `gh issue list --state open --json number,title,body,labels,author,createdAt` to fetch all open issues.

3. Display the issues in a clear, readable format showing:
   - Issue number
   - Title
   - Body
   - Labels (if any)
   - Author
   - Created date

4. If there are no open issues, inform the user.

---
> Source: [scify/laravel-cookie-guard](https://github.com/scify/laravel-cookie-guard) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

