# Prowl

> Use this skill when the user wants to use prowl — Single-binary CLI for tracking GitHub PRs — non-interactive list with --json for agents.

- Skill: `javimosch/prowl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/prowl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/prowl/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/prowl

---


# prowl Plugin

Single-binary CLI for tracking GitHub PRs — non-interactive list with --json for agents

## Commands
- `prowl self version` — Print prowl version
- `prowl _ _` — Passthrough to prowl CLI

## Usage Examples
- `prowl self version` — Check installed version
- `prowl _ _ --help` — Show prowl help
- `prowl _ _ --json` — JSON output mode

## Installation
```bash
go install github.com/figarocorso/prowl@latest
```

## Key Features
- github, pull-requests, golang, cli
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

