wp-readme-optimizer

>

jdevalk/skills36 installsMITSynced Aug 26

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: wp-readme-optimizer
description: >
license: MIT
---

# WordPress Plugin readme.txt Optimizer

This skill reviews a WordPress.org plugin readme.txt file with a structured audit, scores each section, and then produces a fully rewritten version. The goal is higher visibility in the WordPress.org plugin directory, better conversion of visitors to installs, and a more trustworthy plugin page.

**Rewrite recipes live in `AGENTS.md`** — read it when producing the rewritten readme.

## Workflow

1. **Read the readme.txt** — If a file is attached, read it. If the user pasted content, use that. If neither, ask the user to provide the readme.txt content.
2. **Infer the target keyword** — Before scoring, identify what keyword(s) this plugin should rank for. This anchors the entire audit.
3. **Run the audit** — Score each section and write specific, actionable findings.
4. **Produce the rewrite** — Deliver a drop-in replacement readme.txt, incorporating all audit findings. Follow the recipes in `AGENTS.md`.

---

## Phase 0: Keyword Inference

Before scoring, output: **Primary keyword** (the 2-3 word phrase most likely to drive installs), **Secondary keywords** (3-4 supporting terms), **Inferred from** (plugin name / tags / description), **Confidence** (high / medium / low).

Infer by asking: "If a WordPress site owner needed this plugin, what would they type into the search bar?" Look at the plugin name, tags, and the first paragraph. If confidence is **low**, add `<!-- Couldn't confidently infer primary keyword -->` and proceed with your best guess.

All scoring in Phase 1 is evaluated against this inferred keyword.

---

## Phase 1: Audit

### Scoring

Score each of the 8 sections below out of 10 (total /80). Show a summary table at the top of the audit. Score ranges: **65-80** strong (polish only), **45-64** solid with gaps, **25-44** significant problems, **0-24** bare minimum.

For each section, write 2-5 specific findings. A finding should name the problem, explain why it matters, and suggest a fix. Never be generic -- always refer to the actual content.

### What to evaluate per section

#### Plugin Name & Tags

- Is the name descriptive of what the plugin *does*, not just a brand name?
- Does it include the primary keyword users would search for?
- Are up to 5 tags used? Are they the right ones -- high-volume, specific to the plugin's function?
- Would a stranger immediately understand what the plugin does from the name alone?

#### Short Description (<=150 chars)

- Does it lead with the user's problem or benefit, not the plugin's name?
- Is it under 150 characters (hard limit -- truncation kills CTR)?
- Does it contain the primary keyword naturally?
- Is it specific (avoid vague claims like "powerful", "easy", "best")?
- Does it end before 150 chars -- not mid-sentence?

#### Long Description

- Does the first paragraph act as a strong hook -- benefit-led, not feature-led?
- Is the primary keyword used in the first 150 words?
- Are there H2/H3 headings to break up the text (using `== Heading ==` syntax)?
- Are features presented as user benefits, not just a bullet dump?
- Is there social proof -- active installs, ratings, notable users?
- Is there a clear call to action (e.g. link to Pro, docs, or demo)?
- Does it include FAQ-style content or video embeds for richness?
- Are secondary/long-tail keywords naturally woven in?

#### Installation

- Are the steps numbered and complete?
- Does it cover both manual (FTP) and automatic (dashboard) methods?
- Are there any post-activation steps mentioned?

#### FAQ

- Are the questions things real users actually ask (check support forum topics if possible)?
- Do the answers contain keywords naturally?
- Is there at least one question that surfaces a common objection or concern?
- Are questions phrased the way a user would type them, not how a developer would write them?

#### Screenshots

- Is there a `== Screenshots ==` section?
- Does each screenshot have a caption (captions are indexed by the search engine)?
- Do captions describe what the user sees AND include relevant keywords?
- Are there enough screenshots to cover the key UI flows?

#### Changelog

- Is the changelog up to date?
- Does it follow the format `= X.X.X =` with bullet points underneath?
- Does the most recent entry communicate user-facing value, not just `"bug fixes"`?
- Is there a reasonable update cadence visible (signals active maintenance)?

#### Stable Tag & Plugin Headers

- Does `Stable tag:` match the latest tag in the `/tags/` SVN directory?
- Is `Requires at least:` conservative enough to not exclude users?
- Is `Tested up to:` current (within 1-2 major WP releases)?
- Is `Requires PHP:` declared?
- Is `License:` declared (GPL-2.0-or-later)?

---

## Phase 2: Rewrite

After the audit, produce the complete rewritten readme.txt. **Read `AGENTS.md` for the full rewrite rules, section-by-section writing guidance, and the format reference.**

`AGENTS.md` sections: Rewrite rules, Plugin Name & Tags, Short Description, Long Description, Installation, FAQ, Screenshots, Changelog, Stable Tag & Headers, Format Reference.

---

## Phase 2.5: Metadata and readability pass

After producing the rewritten readme.txt, run two passes before presenting it:

1. **Metadata pass -- `metadata-check` skill.** Run on the plugin name, short description, and each FAQ answer. Checks front-loading, concreteness, filler, truncation fit, one-idea-per-field.
2. **Prose pass -- `readability-check` skill.** Run on the long description only. Skip headers block, changelog, and installation steps.

The WordPress.org audience is global -- many users read English as a second language. Apply fixes directly. Prioritize: (1) the short description, (2) the first paragraph of the long description, (3) FAQ answers.

---

## Output format

`## Audit` with score table and per-section findings, then `---`, then `## Rewritten readme.txt` with the complete file inside a code block.

---

## Key principles

- **Elastic Search powers the directory.** Keywords in title, tags, short description, headings, and FAQ questions carry weight -- natural language wins over stuffing.
- **Short description is highest-leverage.** It's the search-result snippet. Weak copy kills CTR before anyone reads the description.
- **Update recency is a trust signal.** A stale "last updated" date loses installs.
- **Support rating is a ranking factor.** Flag if the description could invite unnecessary negative reviews.
- **Screenshot captions are indexed.** They're SEO content, not just UX.
- **Write for intent, not features.** Lead with outcomes -- what the user achieves, not what the plugin is.

More Writing & Documentation skills

paper-context-resolver

lllllllama/rigorpilot-skills

Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.

450.8k

repo-intake-and-plan

lllllllama/rigorpilot-skills

Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.

450.0k

minimal-run-and-audit

lllllllama/rigorpilot-skills

Rigor Run skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end-to-end orchestration by itself.

449.9k

← All Writing & Documentation skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY