# Pr Title Description

> |

- **Type:** Skill
- **Install:** `agentstack add skill-kin0992-dev-toolkit-pr-title-description`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kin0992](https://agentstack.voostack.com/s/kin0992)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kin0992](https://github.com/kin0992)
- **Source:** https://github.com/kin0992/dev-toolkit/tree/main/packages/skills/src/git/pr-title-description

## Install

```sh
agentstack add skill-kin0992-dev-toolkit-pr-title-description
```

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

## About

# Generate a PR title and description

Summarize a branch for reviewers with a concise PR title and markdown
description.

## Instructions

1. Read commits, diff, and optional template before writing.
2. Write a **title**: imperative mood, ≤72 chars, summarizing the
   primary user-facing change.
3. If a PR template is provided, fill its sections. Otherwise use:
   - **Why** – motivation or linked context
   - **What** – concise bullets grouped by area
   - **How to verify** – checks or tests for reviewers
   - **Risks / follow-ups** – anything to watch closely
     Omit empty sections.
4. Describe intent and outcome, not every edit. Never fabricate ticket
   numbers, links, or steps.

## Output

Return only the title and description:

```text
TITLE: 

```

## Example

```text
TITLE: Add retry handling for webhook delivery

## Why
Transient outages could permanently fail webhook delivery.

## What
- retry failed deliveries before marking them failed
- emit retry metrics
- document retry behavior

## How to verify
- review retry path tests
- confirm metrics for retries and terminal failures
```

## Common edge cases

- If a template includes required headings, preserve them.
- If verification details are missing, do not invent steps.

## Source & license

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

- **Author:** [kin0992](https://github.com/kin0992)
- **Source:** [kin0992/dev-toolkit](https://github.com/kin0992/dev-toolkit)
- **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-kin0992-dev-toolkit-pr-title-description
- Seller: https://agentstack.voostack.com/s/kin0992
- 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%.
