# Github Pr Workflow

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

- **Type:** Skill
- **Install:** `agentstack add skill-martin-hausleitner-martins-awesome-skills-github-pr-workflow`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Martin-Hausleitner](https://agentstack.voostack.com/s/martin-hausleitner)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Martin-Hausleitner](https://github.com/Martin-Hausleitner)
- **Source:** https://github.com/Martin-Hausleitner/martins-awesome-skills/tree/main/skills/github/github-pr-workflow

## Install

```sh
agentstack add skill-martin-hausleitner-martins-awesome-skills-github-pr-workflow
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# GitHub PR Workflow

## Overview

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

## Workflow

1. Inspect status:

```bash
git status --short --branch
git remote -v
```

2. Create a branch with a conventional prefix:

```bash
git checkout -b codex/short-description
```

3. Make scoped changes and run relevant tests.
4. Stage only intended files:

```bash
git add README.md docs/SKILL_CATALOG.md
git diff --cached --stat
```

5. Commit with a precise message:

```bash
git commit -m "docs: improve public skill catalog"
```

6. Push and open the PR:

```bash
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](https://github.com/Martin-Hausleitner)
- **Source:** [Martin-Hausleitner/martins-awesome-skills](https://github.com/Martin-Hausleitner/martins-awesome-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-martin-hausleitner-martins-awesome-skills-github-pr-workflow
- Seller: https://agentstack.voostack.com/s/martin-hausleitner
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
