— 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
✓ 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 Github Pr Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
GitHub PR Workflow
Overview
Keep pull request work reviewable: one branch, one purpose, clear tests, and a concise body.
Workflow
- Inspect status:
git status --short --branch
git remote -v
- Create a branch with a conventional prefix:
git checkout -b codex/short-description
- Make scoped changes and run relevant tests.
- Stage only intended files:
git add README.md docs/SKILL_CATALOG.md
git diff --cached --stat
- Commit with a precise message:
git commit -m "docs: improve public skill catalog"
- 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.
- Author: Martin-Hausleitner
- Source: Martin-Hausleitner/martins-awesome-skills
- 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.