feedback-interpreter

Parse Feedback Studio Markdown reports and apply CSS selector feedback to HTML/CSS targets.

1|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/RamonsDka/the-architect-overlay --skill feedback-interpreter-ramonsdka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-interpreter
Source: https://github.com/RamonsDka/the-architect-overlay/tree/main/skills/feedback-interpreter
Command: npx skills add https://github.com/RamonsDka/the-architect-overlay --skill feedback-interpreter-ramonsdka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill interprets and applies feedback exported from Feedback Studio (markdown reports) to landing pages, wireframes, and creatives, reducing manual revision cycles.

Core Features & Use Cases

  • Parse markdown feedback reports containing CSS selectors, positions, and content.
  • Apply changes to HTML/CSS targets across pages or creatives based on the feedback.
  • Use Case: A design team exports a CSS-selector based feedback file and automatically updates landing pages to reflect reviewers' changes.

Quick Start

Provide a Feedback Studio Markdown report to start applying changes across your project.

Frequently Asked Questions about feedback-interpreter

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

FAQPage Schema
How do I automatically apply feedback to a landing page from a markdown export?

You can apply feedback to a landing page by parsing a markdown export containing CSS selectors, positions, and content. The system extracts element selectors and textual feedback to emit corresponding HTML and CSS updates automatically.

Can I update wireframes using CSS selectors from a markdown report?

Yes, you can update wireframes by parsing a markdown report with CSS selectors and positions. The process extracts element selectors and reviewer feedback to generate the necessary HTML and CSS revisions for your creatives.

What is the best way to parse frontmatter and tables in a markdown feedback file?

The best way to parse frontmatter and tables in a markdown feedback file is to use an automated interpreter that extracts CSS selectors, positions, and media feedback, then maps them directly to HTML and CSS updates.

Does this approach work for applying textual and media feedback to creatives?

Yes, this approach works for creatives by parsing the markdown feedback file to extract both textual and media feedback, which is then translated into corresponding HTML and CSS updates across your project.

Do I need a markdown file with CSS selectors to automate landing page revisions?

Yes, you need a markdown export with CSS selectors and positions to automate landing page revisions. The interpreter requires this structured frontmatter and table content to extract feedback and emit accurate HTML and CSS updates.

Why does my markdown feedback report need frontmatter and table content parsed?

Your markdown feedback report needs frontmatter and table content parsed to accurately extract element selectors, positions, and textual or media feedback, which are required to emit the correct HTML and CSS updates for your pages.