AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Github Cli Workflow

skill-ulises-jeremias-agent-toolkit-github-cli-workflow · by ulises-jeremias

HOW — GitHub CLI (gh): push branch, create draft PR with title/body from template or file;

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

Install

$ agentstack add skill-ulises-jeremias-agent-toolkit-github-cli-workflow

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ulises-jeremias-agent-toolkit-github-cli-workflow)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Github Cli Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  • gh authenticated (gh auth status).
  • Branch pushed to origin (or the remote your team uses).

Recommended flow

  1. Ensure the working branch tracks the remote: push with upstream as usual for the repo.
  2. Prefer the repository PR template for the body: use --body-file pointing at a generated file that includes template sections, or paste from .github/pull_request_template.md when required. If no template exists in the repo, use pr-fallback (WHAT) to build the body and output-handshake to confirm where the file lives and that a human will review before gh pr create.
  3. 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
  1. If --draft is rejected by gh, retry once without --draft and 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)

  1. Write an untracked file PR_DESCRIPTION_.md in the repo root or /tmp with title + body ready to paste.
  2. Do not git add this file.
  3. 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.

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.