# Ship Pr

> A Claude skill from zernie/vigiles.

- **Type:** Skill
- **Install:** `agentstack add skill-zernie-vigiles-ship-pr`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zernie](https://agentstack.voostack.com/s/zernie)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zernie](https://github.com/zernie)
- **Source:** https://github.com/zernie/vigiles/tree/main/examples/ship-pr
- **Website:** https://vigiles.sh

## Install

```sh
agentstack add skill-zernie-vigiles-ship-pr
```

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

## About

---

name: ship-pr
description: Run the project checks and open a pull request once they pass
argument-hint:  []

---

## Arguments

- `$1` **branch** — the branch to open the PR from
- `$2` **title** _(optional)_ — PR title

## Steps

### Step 1

Run the linter and fix any issues it reports.

**Gate** — run `npm run lint`; do not proceed until it passes.

### Step 2

Run the test suite. Fix failures and re-run until it is green.

**Gate** — run `npm test` (retry up to 3×); do not proceed until it passes.

### Step 3

Open the pull request from `$1` with title `$2` (if provided).

## Result

This skill is complete when `npm test` passes.

## Source & license

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

- **Author:** [zernie](https://github.com/zernie)
- **Source:** [zernie/vigiles](https://github.com/zernie/vigiles)
- **License:** MIT
- **Homepage:** https://vigiles.sh

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-zernie-vigiles-ship-pr
- Seller: https://agentstack.voostack.com/s/zernie
- 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%.
