collect-feedback

Collect feedback from published Medium and LinkedIn posts and update writing style memory.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill collect-feedback-arry8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: collect-feedback
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/collect-feedback
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill collect-feedback-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Closes the content pipeline feedback loop after a Medium article or LinkedIn post has been published by comparing the final version against the original draft, extracting writing style learnings, and updating memory/brand/writing_style.md so future drafts require fewer edits. It also logs each feedback round to memory/brand/feedback-log.md for traceability.

Core Features & Use Cases

  • Load originals and finals from your draft and published posts to surface differences.
  • Analyze edits to extract style and structure learnings and translate them into actionable rules.
  • Persist updates to memory/brand/writing_style.md and log every feedback round in memory/brand/feedback-log.md.

Quick Start

Trigger after publishing: provide the Medium URL and/or the final LinkedIn post text to start the feedback loop.

Frequently Asked Questions about collect-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate writing feedback collection from published Medium and LinkedIn posts?▼

To collect writing feedback, the Skill loads your original drafts and final published Medium or LinkedIn posts, compares them to surface differences, and translates those edits into actionable style rules for future drafts.

What is the best way to update writing style memory after editing a blog post?▼

Updating writing style memory involves comparing the final published post against the original draft to extract structural learnings, then safely persisting those actionable rules to memory/brand/writing_style.md to reduce future editing cycles.

How do I log post-publication feedback rounds for content traceability?▼

Log post-publication feedback rounds by recording each analysis cycle in memory/brand/feedback-log.md, ensuring you maintain a persistent, traceable history of style learnings extracted from your published Medium and LinkedIn content.

Can I extract actionable style rules by comparing original drafts to final published posts?▼

Yes, you can extract actionable style rules by loading originals and finals from your draft and published posts, analyzing the edits made, and translating those structural differences into guidelines for future content creation.

Does this feedback loop require any external dependencies to update memory files?▼

No external dependencies are required. The feedback loop operates independently to enforce validation, handle errors, and safely update memory/brand/writing_style.md and feedback log files to prevent data loss during the style learning process.