review-markdown-comments
Installation
SKILL.md
Review Markdown Comments
Work directly on the Markdown file named by the user.
Comment format
Hubble stores review state in the Markdown body using this portable subset:
{==anchored text==}{>>comment body<<}{#c1}
{++suggested insertion++}
{--suggested deletion--}
{~~original text~>replacement text~~}
Thread state may follow a comment anchor as an HTML comment holding raw JSON.
It is not URI-encoded; Hubble parses it with JSON.parse directly, so an
encoded payload fails to parse and renders as literal text in the note: