— 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
✓ PassedNo 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 claimAbout
gh-issues
Command-bound skill for GitHub issue operations through gh issue ....
Auth expectations
- Primary path: authenticated
ghCLI session (gh auth status). - Optional path:
GH_TOKENin 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)
- Discover and prioritize issues with
gh issue listfilters (--label,--assignee,--search). - Spawn workers via
sessions_spawn/subagents(one issue per worker, explicit branch naming and test expectations). - Track worker progress with
session_status; inspect outcomes withsessions_history. - Validate edits/tests locally via
process, apply final deltas withapply_patchwhen needed. - Open or update PRs with
gh pr createand 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
- Source: eobarretooo/ClawLite
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.