Reviews articles against the Influence Pieces Article Review rubric from jeffbailey.us. Direct shortcut — skips framework detection. Use when the user says /write:influence-pieces-article-review.
Direct shortcut to review articles against the Influence Pieces Article Review rubric. Skips framework detection — use /write:review if you want automatic detection instead.
All prompts are cached locally as markdown to avoid repeated network fetches.
Cache directory: ~/.claude/cache/writing-prompts/
To load the prompt:
~/.claude/cache/writing-prompts/influence-pieces-article-review.md existsmkdir -p ~/.claude/cache/writing-prompts && curl -s "https://jeffbailey.us/prompts/influence-pieces-article-review/raw.html" | pandoc -f html -t markdown --wrap=none -o ~/.claude/cache/writing-prompts/influence-pieces-article-review.md
To refresh a cached prompt: delete the cached file and re-fetch using step 3.
Receive the article -- The user provides an article to review, either as text, a file path, or a URL.
Load the review prompt -- Load the Influence Pieces Article Review prompt (slug: influence-pieces-article-review) using the caching steps above.
Gather variables -- If the loaded prompt contains template variables in the format {{variable_name|default="value"}}:
Present all variables at once. Pre-fill any values already clear from context.
Apply the review -- Substitute all gathered values into the template variables, then follow the loaded prompt to evaluate the article. The prompt defines scoring dimensions, quality thresholds, and specific checks.
Apply writing style check -- If the article is for jeffbaileyblog, also load the writing style guide (slug: writing-style) using the same caching steps. Flag any style violations.
Deliver the review -- Present findings with:
All writing framework review prompts are maintained at https://jeffbailey.us/prompts/