# Git Pr Helper

> Draft pull request titles and bodies based on branch changes. Use when preparing a PR or when the user asks for a PR title/body.

- **Type:** Skill
- **Install:** `agentstack add skill-lc-rezende-ai-custom-skills-git-pr-helper`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lc-rezende](https://agentstack.voostack.com/s/lc-rezende)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [lc-rezende](https://github.com/lc-rezende)
- **Source:** https://github.com/lc-rezende/AI-Custom-Skills/tree/main/skills/git-pr-helper

## Install

```sh
agentstack add skill-lc-rezende-ai-custom-skills-git-pr-helper
```

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

## About

# Git PR Helper

Generate pull request titles and bodies from branch changes.

## When to use this skill

- The user is about to open a pull request
- The user asks for a PR title or PR body
- A PR description is requested

## Workflow

1. Review the branch changes and recent commits.
2. Identify the primary intent, scope, and impact of the change.
3. Draft a concise PR title in imperative mood.
4. Draft a PR body using the standard sections below.
5. Ask if any context, validation, or notes should be adjusted.

## PR title guidelines

- Use imperative mood ("add", "fix", "update")
- Keep it concise (max 72 characters)
- Describe what and why, not how
- No trailing period

## PR body format

```
## Summary
- 

## Validation
- 

## Notes
- 
```

## Examples

### Feature PR

Title:
```
add skill validation workflow for branches
```

Body:
```
## Summary
- add GitHub Actions workflow to validate skills
- run checks on pushes and pull requests

## Validation
- Not run (CI only)

## Notes
- None
```

### Fix PR

Title:
```
fix workflow output delimiter for validation report
```

Body:
```
## Summary
- fix multiline output formatting for report step

## Validation
- Not run (CI only)

## Notes
- None
```

### Refactor PR

Title:
```
refactor skill templates for clearer examples
```

Body:
```
## Summary
- reorganize sample skills for readability
- align examples with current conventions

## Validation
- Not run (docs only)

## Notes
- None
```

## Output expectations

- Provide a PR title and full PR body.
- Keep the summary factual and concise.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lc-rezende](https://github.com/lc-rezende)
- **Source:** [lc-rezende/AI-Custom-Skills](https://github.com/lc-rezende/AI-Custom-Skills)
- **License:** Apache-2.0

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-lc-rezende-ai-custom-skills-git-pr-helper
- Seller: https://agentstack.voostack.com/s/lc-rezende
- 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%.
