Summary

Added the inline-review skill, which batch-processes the author’s inline review comments (<!-- ... --> or //) left directly in a post/page, applies each comment’s instruction to its scoped target, removes the comments, and edits the file in place.

Purpose

Give the author a lightweight way to review a draft by leaving instructions inline in the Markdown source and have them batch-applied and cleaned up on demand. It complements the existing editorial skills: english-correction acts on its own judgement toward British-English/voice, and adversarial-challenge only reports — neither lets the author drive specific, located edits. inline-review fills that gap, faithfully executing the author’s own located notes and removing the comments afterward, editing in place like english-correction. A comment scopes to the next sentence by default, to the next paragraph or section via a leading para:/section: keyword, or to an irregular structural span wrapped in // { ... // }. It respects the same do-not-touch regions as the editorial skills unless a comment explicitly overrides them, defers language/tone work to english-correction and challenge questions to adversarial-challenge, and runs one file per pass leaving no orphan markers behind.

Affected Files

Original Prompt

create new skill that supports inline reviews, these my comments placed directly in MD documents in form of comments either html style or //.

comment applies to next sentence, or next paragraph or next section. structural comments for less regular blocks are supported by opening // { and closing // }

once asked for processing, all comments for given md file should be batch processed and edited, and comments removed