wc-review

Apply editorial instructions from HTML comments in Markdown documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/strivelogic-cto/writing-companion.io --skill wc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wc-review
Source: https://github.com/strivelogic-cto/writing-companion.io/tree/main/skills/wc-review
Command: npx skills add https://github.com/strivelogic-cto/writing-companion.io --skill wc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the interpretation and execution of inline HTML review comments embedded in Markdown, reducing editorial toil and ensuring consistency across documents.

Core Features & Use Cases

  • Comment detection: identifies editorial instructions in HTML comments and maps them to targeted text.
  • Edit application: rewrites or deletes content per instruction, with support for Obsidian integration when available or direct edits otherwise.
  • Use Case: teams collaborating on technical docs can enforce style guidelines by automatically applying approved changes to large Markdown files.

Quick Start

Start by loading a Markdown file containing inline review comments and run the processor to apply edits.

Frequently Asked Questions about wc-review

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

FAQPage Schema
How do I apply inline review comments left in Markdown files?

Inline review comments in Markdown are applied by analyzing HTML comments embedded in the text and executing the editorial instructions they contain. The processor maps each comment to targeted text and rewrites or deletes content accordingly.

Can I automate editorial changes in Obsidian using HTML comments?

Yes, you can automate editorial changes in Obsidian by processing HTML comments embedded in Markdown. The system detects a local Obsidian buffer and applies the requested edits directly, preserving the original document structure.

What is the best way to process editorial instructions in Markdown without ruining formatting?

Processing editorial instructions safely requires preserving original wording and non-comment content while applying changes. The system maintains safety checks for conflicting instructions to ensure document structure remains intact.

Do I need Obsidian to apply automated edits to Markdown documents?

You do not need Obsidian to apply automated edits to Markdown documents. While the system supports Obsidian-based workflows through a local buffer, it automatically falls back to a direct editing tool for standard Markdown files.

How do I handle conflicting editorial instructions in Markdown comments?

Conflicting editorial instructions in Markdown comments are handled through built-in safety checks. The system analyzes the HTML comments and identifies conflicting directives before applying any edits to prevent unintended document modifications.

What are the limitations of automating document editing with HTML comments?

Automating document editing with HTML comments is limited to interpreting and applying embedded editorial instructions. It focuses on preserving original wording and structure, meaning it executes approved changes rather than generating new content.