# Kiss:pr Announce

> Generate a Slack-ready announcement that a PR is ready for review. Summarizes the PR and copies the message to the clipboard.

- **Type:** Skill
- **Install:** `agentstack add skill-ptdecker-kiss-skills-pr-announce`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ptdecker](https://agentstack.voostack.com/s/ptdecker)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** Unlicense
- **Upstream author:** [ptdecker](https://github.com/ptdecker)
- **Source:** https://github.com/ptdecker/kiss-skills/tree/main/skills/pr-announce

## Install

```sh
agentstack add skill-ptdecker-kiss-skills-pr-announce
```

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

## About

# PR Review Announcement

Generate a short Slack post announcing that a PR is ready for review.

## Step 1: Identify the PR

If the user provided a PR number as `$ARGUMENTS`, use that. Otherwise, determine the PR from the
current branch:

```
gh pr view --json number,title,url,headRefName
```

Display the PR number, title, and URL. Ask the user to confirm this is the correct PR before
proceeding.

## Step 2: Gather PR context

Fetch the PR description and diff summary:

```
gh pr view --json number,title,body,url
gh pr diff --name-only
```

Read the PR body and the list of changed files to understand the scope and purpose of the changes.

## Step 3: Write the announcement

Compose a message in this exact format:

```
PR # is ready for review. 

```

The PR URL goes on its own line at the end so Slack auto-links it. Do not attempt Slack link
markup (``) as it does not work when pasting into the message input box.

The summary paragraph should be 2-4 sentences. It should describe what the PR does and why, at a
level appropriate for teammates who have not seen the code. Do not include file lists, line
counts, or implementation details -- focus on the intent and impact of the change.

## Step 4: Present and copy

Display the composed message to the user. Then copy it to the system clipboard:

```
echo "" | pbcopy
```

Let the user know the message has been copied to their clipboard and is ready to paste into Slack.

## Source & license

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

- **Author:** [ptdecker](https://github.com/ptdecker)
- **Source:** [ptdecker/kiss-skills](https://github.com/ptdecker/kiss-skills)
- **License:** Unlicense

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-ptdecker-kiss-skills-pr-announce
- Seller: https://agentstack.voostack.com/s/ptdecker
- 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%.
