AgentStack
SKILL verified MIT Self-run

Gh Issues

skill-eobarretooo-clawlite-gh-issues · by eobarretooo

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

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-eobarretooo-clawlite-gh-issues

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Gh Issues? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.