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

1,592 stars

Best use case

press-release-writing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using press-release-writing should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/press-release-writing/SKILL.md --create-dirs "https://raw.githubusercontent.com/openakita/openakita/main/skills/agent-browser/skills/press-release-writing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/press-release-writing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How press-release-writing Compares

Feature / Agentpress-release-writingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Press Release Writing

Write professional press releases with research and fact-checking via [inference.sh](https://inference.sh) CLI.

## Quick Start

```bash
curl -fsSL https://cli.inference.sh | sh && 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"
}'
```

> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elevated permissions or background processes. [Manual install & verification](https://dist.inference.sh/cli/checksums.txt) available.

## 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 That Will Change Everything!
❌ Press Release: Company X
❌ Company X's Amazing Product Launch

✅ Company X Launches AI-Powered Analytics Platform for Enterprise Teams
✅ Company X Raises $25 Million Series B to Expand Global Operations
✅ Company X Partners With Acme Corp to Accelerate Cloud Migration
```

**Rules:**
- Present tense, active voice
- No period at end
- No superlatives ("revolutionary", "groundbreaking", "best-in-class")
- No exclamation points
- Include the key news element
- Title case

### Dateline

```
SAN FRANCISCO, Jan. 15, 2026 —
NEW YORK, March 3, 2026 —
LONDON, Dec. 10, 2026 —
```

**AP month abbreviations:** Jan., Feb., Aug., Sept., Oct., Nov., Dec. (March, April, May, June, July spelled out)

### Lead Paragraph

Answer WHO, WHAT, WHEN, WHERE, WHY in 25-35 words:

```
❌ "We are thrilled to announce that after months of hard work, our talented
    team has created something truly special that we think you'll love."

✅ "Company X, a developer tools startup, today launched DataFlow, an
    AI-powered analytics platform that automates reporting for enterprise
    engineering teams."
```

### Quotes

**Rules:**
- 1-2 quotes maximum (CEO/founder + partner/customer)
- Never start a quote with "I"
- Attribution format: "Quote," said Full Name, Title at Company.
- Quotes should add perspective, not repeat facts from the body
- Forward-looking quotes work well: "We believe this will..."

```
❌ "I am so excited about this launch," said John Smith.
❌ "We launched a new product today," said the CEO.

✅ "Enterprise teams spend an average of 15 hours per week on manual
    reporting," said Sarah Chen, CEO of Company X. "DataFlow eliminates
    that burden entirely, letting engineers focus on building."

✅ "Since adopting DataFlow, our reporting cycle dropped from three days
    to three minutes," said Marcus Lee, VP of Engineering at Acme Corp.
```

### Boilerplate (About Section)

```
About Company X
Company X is a [category] company that [what it does] for [who].
Founded in [year] and headquartered in [city], the company serves
[number] customers across [industries/geographies]. For more
information, visit www.companyx.com.
```

Keep to 3-4 sentences. Consistent across all press releases.

### Media Contact

```
Media Contact:
Jane Doe
PR Manager, Company X
jane@companyx.com
(555) 123-4567
```

## The Inverted Pyramid

Most important information first. Each paragraph is less critical than the one before. Editors cut from the bottom.

```
┌─────────────────────────┐
│    MOST IMPORTANT       │  Lead: core announcement
│    (Who, What, When,    │
│     Where, Why)         │
├─────────────────────────┤
│  IMPORTANT DETAILS      │  Supporting facts, context
│  (How, stats, quotes)   │
├─────────────────────────┤
│  BACKGROUND             │  Industry context, history
│  (Context, trends)      │
├─────────────────────────┤
│  ADDITIONAL INFO        │  Availability, pricing
│  (Nice to have)         │
├─────────────────────────┤
│  BOILERPLATE            │  About section, contact
└─────────────────────────┘
```

## Research & Fact-Checking

### Verify Claims

```bash
# Check market size claims
infsh app run tavily/search-assistant --input '{
  "query": "enterprise analytics market size 2024 2025 forecast"
}'

# Verify competitor claims
infsh app run exa/search --input '{
  "query": "Company X competitors enterprise analytics market share"
}'

# Get industry statistics
infsh app run exa/answer --input '{
  "question": "How much time do engineering teams spend on reporting weekly?"
}'
```

### Add Context

```bash
# Industry trends for the "why now" angle
infsh app run tavily/search-assistant --input '{
  "query": "AI automation enterprise reporting trends 2024"
}'
```

## Press Release Types

### Product Launch

**Focus:** What it does, who it's for, why it matters, availability
**Quote:** CEO or product lead on the vision

### Funding Announcement

**Focus:** Amount, round, lead investor, what funds will be used for
**Quote:** CEO on growth plans + lead investor on why they invested

### Partnership

**Focus:** What the partnership enables, benefits to customers
**Quote:** One from each company

### Milestone / Achievement

**Focus:** The metric, growth trajectory, what it means
**Quote:** CEO on the journey and what's next

### Executive Hire

**Focus:** Who, their background, what they'll lead
**Quote:** CEO on why this hire + new exec on why they joined

## Length Guidelines

| Element | Length |
|---------|--------|
| Headline | 10-15 words |
| Subheadline (optional) | 15-25 words |
| Total body | 400-600 words |
| Quotes | 2-3 sentences each, max 2 quotes |
| Boilerplate | 3-4 sentences |
| **Total** | **500-800 words** |

Over 800 words and editors won't read it. Under 400 and it lacks substance.

## AP Style Quick Reference

| Rule | Example |
|------|---------|
| Numbers 1-9 spelled out, 10+ as digits | "nine employees" / "10 employees" |
| Percent as one word | "15 percent" (not 15% in body text) |
| Titles before names capitalized | "CEO Sarah Chen" |
| Titles after names lowercase | "Sarah Chen, chief executive officer" |
| Company names: no Inc./Corp. in body | "Company X" not "Company X, Inc." |
| Dates: month day, year | "Jan. 15, 2026" |
| States abbreviated in dateline | "SAN FRANCISCO, Calif." |
| Serial comma: AP does NOT use it | "fast, simple and effective" |

## Common Mistakes

| Mistake | Problem | Fix |
|---------|---------|-----|
| Superlatives | "Revolutionary" = ignored by editors | State facts, let readers judge |
| Exclamation points | Unprofessional | Never use in press releases |
| Starting quotes with "I" | Informal, weak opening | Start with a fact or insight |
| Burying the lead | Key news in paragraph 3 | Most important info first |
| Too long | Won't be read | 500-800 words max |
| Jargon | Alienates non-expert readers | Write for a general audience |
| No fact-checking | Credibility risk | Verify all claims and statistics |
| Missing contact info | Journalists can't follow up | Always include media contact |

## Checklist

- [ ] Headline: present tense, active voice, no period, no superlatives
- [ ] Dateline: correct AP format (CITY, STATE, date)
- [ ] Lead: WHO, WHAT, WHEN, WHERE, WHY in first 25 words
- [ ] Inverted pyramid: most important first
- [ ] Quotes: attributed, don't start with "I", add perspective
- [ ] All claims and statistics fact-checked
- [ ] Boilerplate: consistent with other releases
- [ ] Media contact: name, email, phone
- [ ] 500-800 words total
- [ ] Read aloud for flow

## Related Skills

```bash
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@prompt-engineering
```

Browse all apps: `infsh app list`

Related Skills

obra/superpowers@writing-skills

1592
from openakita/openakita

Use when creating new skills, editing existing skills, or verifying skills work before deployment

obra/superpowers@writing-plans

1592
from openakita/openakita

Use when you have a spec or requirements for a multi-step task, before touching code

openakita/skills@chinese-writing

1592
from openakita/openakita

Enforce modern Chinese writing standards including tone, spacing rules (Pangu), full-width punctuation, paragraph structure, and active voice. Provides specific guidelines for blog posts, error messages, UI text, and technical documentation.

technical-blog-writing

1592
from openakita/openakita

Technical blog post writing with structure, code examples, and developer audience conventions. Covers post types, code formatting, explanation depth, and developer-specific engagement patterns. Use for: engineering blogs, dev tutorials, technical writing, developer content, documentation posts. Triggers: technical blog, dev blog, engineering blog, technical writing, developer tutorial, tech post, code tutorial, programming blog, developer content, technical article, engineering post, coding tutorial, technical content

case-study-writing

1592
from openakita/openakita

B2B case study writing with STAR framework, data visualization, and research. Covers structure, customer quotes, metrics presentation, and distribution formats. Use for: customer success stories, portfolio pieces, sales enablement, marketing content. Triggers: case study, customer story, success story, b2b case study, client testimonial, customer case study, portfolio case study, use case, customer win, results story

openakita/skills@yuque-skills

1592
from openakita/openakita

Manage Yuque (语雀) knowledge bases, documents, and team collaboration through API integration. Supports personal search, weekly reports, knowledge base management, document CRUD, and group collaboration workflows. Based on yuque/yuque-skills.

openakita/skills@youtube-summarizer

1592
from openakita/openakita

Summarize YouTube videos by extracting transcripts and generating structured notes. Use when the user wants to summarize a YouTube video, extract key points from a talk, create study notes from a lecture, or get timestamps for important moments. Supports multiple URL formats and languages.

openakita/skills@xlsx

1592
from openakita/openakita

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

openakita/skills@xiaohongshu-creator

1592
from openakita/openakita

Create engaging Xiaohongshu (RED/小红书) content including titles, body text, hashtags, and image style recommendations. Supports multiple content types such as product reviews, tutorials, lifestyle sharing, and shopping guides with platform-specific optimization.

openakita/skills@xiaodu-control

1592
from openakita/openakita

Xiaodu smart device control skill via MCP protocol. Control Xiaodu devices and ecosystem hardware for smart home IoT tasks, scene automation, and physical interaction. Use when user wants to control smart home devices or IoT equipment.

openakita/skills@wecom-cli

1592
from openakita/openakita

WeCom (Enterprise WeChat) CLI - official open-source CLI tool from WeCom. Covers 7 business categories: Contacts, Todos, Meetings, Messages, Schedules, Documents, Smartsheets. Built in Rust for macOS/Linux/Windows. Use when user wants to operate WeCom resources.

openakita/skills@wechat-article

1592
from openakita/openakita

Create and format WeChat Official Account (公众号) articles with proper Markdown-to-WeChat HTML conversion, rich formatting, cover image guidance, and both API and manual publishing workflows.