# Gh Issues

> GitHub issue workflow helper bound to `gh issue` for fast issue listing, triage, and issue-to-PR orchestration.

- **Type:** Skill
- **Install:** `agentstack add skill-eobarretooo-clawlite-gh-issues`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [eobarretooo](https://agentstack.voostack.com/s/eobarretooo)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [eobarretooo](https://github.com/eobarretooo)
- **Source:** https://github.com/eobarretooo/ClawLite/tree/main/clawlite/skills/gh-issues

## Install

```sh
agentstack add skill-eobarretooo-clawlite-gh-issues
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# gh-issues

Command-bound skill for GitHub issue operations through `gh issue ...`.

## Auth expectations

- Primary path: authenticated `gh` CLI session (`gh auth status`).
- Optional path: `GH_TOKEN` in environment for headless/auth bootstrap flows.
- If auth fails, stop early and fix credentials before spawning implementation sessions.

## Quick usage

```bash
gh issue list --repo owner/repo --state open --limit 20
gh issue view 123 --repo owner/repo
gh issue comment 123 --repo owner/repo --body "Working on this"
```

## Orchestration workflow (issue -> fix -> PR)

1. Discover and prioritize issues with `gh issue list` filters (`--label`, `--assignee`, `--search`).
2. Spawn workers via `sessions_spawn`/`subagents` (one issue per worker, explicit branch naming and test expectations).
3. Track worker progress with `session_status`; inspect outcomes with `sessions_history`.
4. Validate edits/tests locally via `process`, apply final deltas with `apply_patch` when needed.
5. Open or update PRs with `gh pr create` and post issue linkage (`Fixes #`).

## Safety notes

- Require explicit approval for destructive git actions (force push, history rewrite, branch deletion).
- Keep edits scoped to each issue branch; avoid mixing unrelated fixes.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [eobarretooo](https://github.com/eobarretooo)
- **Source:** [eobarretooo/ClawLite](https://github.com/eobarretooo/ClawLite)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-eobarretooo-clawlite-gh-issues
- Seller: https://agentstack.voostack.com/s/eobarretooo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
