press-release-writing
Press release writing in AP style with inverted pyramid structure. Covers formatting, datelines, quotes, boilerplates, and fact-checking. Use for: product launches, funding announcements, partnerships, company news, events. Triggers: press release, pr writing, media release, news release, announcement, product launch announcement, funding announcement, company news, media advisory, ap style, press statement, news wire
USE THIS SKILL
DOWNLOAD THE APP TO INSTALL AND USE /press-release-writing ON YOUR DEVICE
Scan to open on your device
Opens skill content in Expo Go
COMMAND
/press-release-writing
CATEGORY
Productivity
REPOSITORY
inf-sh/skills
COMMIT
—
SKILL PROMPT
---
name: press-release-writing
description: "Press release writing in AP style with inverted pyramid structure. Covers formatting, datelines, quotes, boilerplates, and fact-checking. Use for: product launches, funding announcements, partnerships, company news, events. Triggers: press release, pr writing, media release, news release, announcement, product launch announcement, funding announcement, company news, media advisory, ap style, press statement, news wire"
allowed-tools: Bash(infsh *)
---
# Press Release Writing
Write professional press releases with research and fact-checking via [inference.sh](https://inference.sh) CLI.
## Quick Start
> Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools`
```bash
infsh login
# Research for fact-checking and context
infsh app run tavily/search-assistant --input '{
"query": "SaaS funding rounds Q1 2024 average series A size"
}'
```
## AP Style Format
### Structure
```
HEADLINE IN TITLE CASE, PRESENT TENSE, NO PERIOD
Optional Subheadline With More Detail
CITY, STATE (Month Day, Year) — Lead paragraph with WHO, WHAT, WHEN,
WHERE, and WHY in the first 25 words.
Second paragraph expands on the lead with supporting details, context,
and significance.
"Executive quote providing perspective on the announcement," said
[Full Name], [Title] at [Company]. "Second sentence of quote adding
depth or forward-looking statement."
Body paragraphs with additional details, arranged in descending order
of importance (inverted pyramid).
"Supporting quote from partner, customer, or analyst," said
[Full Name], [Title] at [Organization].
Final paragraph with availability, pricing, or next steps.
About [Company]
[Company] is a [description]. Founded in [year], the company
[brief background]. For more information, visit [website].
Media Contact:
[Name]
[Email]
[Phone]
```
## Section-by-Section Guide
### Headline
```
❌ Company X Announces Revolutionary New Product Th
[... prompt truncated for preview ...]