AgentStack
SKILL verified MIT Self-run

Github Pr Workflow

skill-martin-hausleitner-martins-awesome-skills-github-pr-workflow · by Martin-Hausleitner

Use when creating, updating, reviewing, testing, or merging a GitHub pull request

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

Install

$ agentstack add skill-martin-hausleitner-martins-awesome-skills-github-pr-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.

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

About

GitHub PR Workflow

Overview

Keep pull request work reviewable: one branch, one purpose, clear tests, and a concise body.

Workflow

  1. Inspect status:
git status --short --branch
git remote -v
  1. Create a branch with a conventional prefix:
git checkout -b codex/short-description
  1. Make scoped changes and run relevant tests.
  2. Stage only intended files:
git add README.md docs/SKILL_CATALOG.md
git diff --cached --stat
  1. Commit with a precise message:
git commit -m "docs: improve public skill catalog"
  1. Push and open the PR:
git push -u origin HEAD
gh pr create --fill

PR Body

Include:

  • Summary
  • Verification
  • Risk or rollback notes
  • Screenshots for visible docs/site changes when useful

Safety

  • Do not include private config, real credentials, private logs, or local cache files.
  • Run the repo safety audit before opening public PRs.

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.