Are you the author? Sign in to claim
Structured prompt templates for Claude Code. PR reviews, release notes, audits, and more.
Structured prompt templates for Claude Code. PR reviews, release notes, audits, blog posts, and more.
You use Claude for repetitive tasks—reviewing PRs, writing release notes, auditing code—but get inconsistent results because you write prompts from scratch each time.
Pre-built, battle-tested prompt templates that produce structured, actionable output every time.
| What You Get | Why It Matters |
|---|---|
| 6 specialized skills | Right template for each task type |
| Structured output | Same input → same format, always |
| Professional artifacts | Audit reports, changelogs, blog posts |
| Zero configuration | Install and start using immediately |
Inside Claude Code, run:
/plugin install andreolf/playbooks-plugin
Done! Start using any skill immediately.
| Skill | Command | What It Does |
|---|---|---|
| PR Review | /review-pr | Structured code review with High/Medium/Low risk ratings and test plan |
| Release Notes | /release-notes | Changelog, upgrade notes, and announcement copy for multiple channels |
| Ship Blog | /ship-blog | Complete blog post with 5 titles, outline, draft, TLDR, and X thread |
| Audit Contract | /audit-contract | Security audit with severity ratings, checklist, and Go/No-Go recommendation |
| Token Launch | /token-launch | Launch checklist with T-21 to T+7 timeline and failure mode analysis |
| Panel Questions | /panel-questions | Moderator guide with 12 sharp questions and follow-ups |
You: "/review-pr" + paste diff
↓
┌─────────────────────────────────────────┐
│ Playbooks Plugin │
│ → Loads review-pr skill template │
│ → Applies structured output rules │
│ → Enforces consistent format │
└─────────────────────────────────────────┘
↓
Claude: Structured review with:
• Summary (3 bullets)
• High/Medium/Low risk issues
• Test plan
• Follow-up suggestions
Key features:
/review-pr
Review this authentication change:
diff --git a/src/auth.ts b/src/auth.ts
+ import bcrypt from 'bcrypt';
+ const hash = await bcrypt.hash(password, 10);
...
Output includes:
/release-notes
Product: MyApp
Version: 2.0.0
Changes:
- Added dark mode support
- Fixed login timeout after 30 mins
- Deprecated /api/v1 endpoints
- Breaking: Changed auth token format
Output includes:
/ship-blog
Topic: Why we rewrote our auth system in Rust
Audience: Backend engineers
Angle: Performance gains with real benchmarks
Output includes:
✅ Use for:
❌ Skip for:
Each skill is a markdown file in skills/*/SKILL.md. Fork the repo to:
git clone https://github.com/andreolf/playbooks-plugin
cd playbooks-plugin
# Test locally
claude --plugin-dir /path/to/playbooks-plugin
PRs welcome! To add a new skill:
skills/your-skill/SKILL.mdMIT — see LICENSE
Inspired by claude-playbooks, the CLI version of this concept.
Get consistent, professional output from Claude — every time.
A tool-agnostic AI-assisted development framework template. Structured workflow (Spec → Plan → Implement → Review) with
CLAUDE.md + PROGRESS.md templates for AI-assisted productivity
Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md o
Claude Code governance templates by tech stack : CLAUDE.md, scoped rules, architecture docs, cost control & dev-level ad