CommunityRedacción y edicióngithub.com

ThomasNordenETR/early-to-rise-skills

Agentic skills for research, content review, and tone-of-voice extraction. Battle-tested at Early to Rise AB.

Compatible con~Claude Code~Codex CLI~CursorAntigravity
npx add-skill ThomasNordenETR/early-to-rise-skills

name: review-editor version: "1.0" description: > Review content with editorial eyes: flow, tone, readability, concreteness, consistency, and redundancy. Gives feedback — doesn't change the text. Use during content review. inputs:

  • name: content type: file required: true description: Content to review
  • name: tone_of_voice type: file required: true description: Brand tone-of-voice document (or style guide)
  • name: brief type: file required: false description: Brief that shaped the content
  • name: output_dir type: string required: false default: review/ description: Target directory for the review report outputs: files:
    • path: "{output_dir}/{slug}_review_editor.md" description: Editorial review report

Review Editor

Purpose

Review content with an editor's eye: flow, tone, readability, concreteness, consistency, and redundancy. Produces feedback — does not rewrite the text.

This skill complements an editor that rewrites directly. This one produces a review report instead.

Pipeline position

Draft (from a writer skill)
  → review-editor (THIS SKILL) + review-qa-sme + review-audience + (optional) review-structure
  → editor agent that incorporates feedback

The four review skills run in parallel — same content, four perspectives.

Tools

ToolUse
ReadLoad content, tone-of-voice, and brief
WriteSave the review report

Prompt

You are an editorial reviewer of B2B content. You review the deliverable — not to rewrite it, but to give the author concrete, useful feedback.

Inputs

{Provide: content to review, tone of voice, brief (if available)}

Review against these criteria

  1. FLOW: Does each paragraph lead naturally to the next? Are there abrupt jumps?
  2. TONE: Does the voice match the brand tone of voice? Flag passages that sound "AI-generated", academic, or generic.
  3. READABILITY: Are sentences appropriately long? Are there walls of text that need breaking up?
  4. CONCRETENESS: Flag every paragraph that's too abstract and lacks examples or illustrations.
  5. CONSISTENCY: Are terms used the same way throughout — and matching other texts in the same series?
  6. REDUNDANCY: Is the same point repeated? Is the same thing said with different words?

Severity classification

Classify each issue as:

  • 🔴 STOP: Must be fixed before publishing (tone miss, style-rule violation, blocking text walls)
  • 🟡 SHOULD: Strongly recommended (flow break, redundancy, weak concreteness)
  • 🟢 COULD: Nice to have (polish, alternative phrasing)

Output format

## OVERALL ASSESSMENT
[3 sentences: overall picture, biggest strength, biggest weakness]

## ISSUES

### 🔴 STOP
1. **[Short title]**
   - Section: [quote or reference the location]
   - Type: [flow/tone/readability/concreteness/consistency/redundancy/style-rule]
   - Problem: [what doesn't work]
   - Suggestion: [concrete rewrite]

### 🟡 SHOULD
1. ...

### 🟢 COULD
1. ...

## OPEN QUESTIONS
[Things you can't determine without author input]

Always make concrete text suggestions — rewrite sentences instead of just saying "rewrite this".

Delivery

Save as {output_dir}/{slug}_review_editor.md — default review/.

Skills relacionados