Install
$ agentstack add skill-ulises-jeremias-agent-toolkit-github-cli-workflow ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
GitHub CLI — draft PR (HOW)
Use this skill when the remote is GitHub and you need to push and open a draft pull request. Workflow skills delegate here; this skill does not replace Jira or ClickUp procedures.
Prerequisites
ghauthenticated (gh auth status).- Branch pushed to
origin(or the remote your team uses).
Recommended flow
- Ensure the working branch tracks the remote: push with upstream as usual for the repo.
- Prefer the repository PR template for the body: use
--body-filepointing at a generated file that includes template sections, or paste from.github/pull_request_template.mdwhen required. If no template exists in the repo, usepr-fallback(WHAT) to build the body andoutput-handshaketo confirm where the file lives and that a human will review beforegh pr create. - Create a draft PR:
gh pr create --draft --title "YOUR_TITLE" --body-file /path/to/body.md
If the repo expects a base branch other than the default:
gh pr create --draft --base develop --title "YOUR_TITLE" --body-file /path/to/body.md
- If
--draftis rejected bygh, retry once without--draftand state in chat that the PR could not be created as draft via CLI.
Title and body
- Keep titles within team conventions (often including ticket keys).
- Validate title and body with the user before calling the step complete.
Fallback (CLI failure)
- Write an untracked file
PR_DESCRIPTION_.mdin the repo root or/tmpwith title + body ready to paste. - Do not
git addthis file. - Give manual steps: open the compare URL on GitHub and create a draft PR from the branch, pasting from the file.
Safety
- Do not expose tokens or paste secrets into PR bodies.
- Do not force-push shared default branches unless the user explicitly requests it.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ulises-jeremias
- Source: ulises-jeremias/agent-toolkit
- License: MIT
- Homepage: https://ulises-jeremias.github.io/agent-toolkit-archive/
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.