← ClaudeAtlas

openpress-apply-commentslisted

Use when applying, resolving, clearing, or inspecting pending open-press @openpress-comment markers, including requests like /apply-comments, apply comment, resolve comments, read comments and modify the document, or remove resolved comment markers.
quan0715/open-press · ★ 9 · AI & Automation · score 79
Install: claude install-skill quan0715/open-press
# open-press Apply Comments This is the workflow skill for turning pending `@openpress-comment` markers into source edits. A comment is resolved only when the requested source change has been made and the marker has been removed. ## Responsibilities - List pending `@openpress-comment` markers. - Read the decoded comment note, hint, source path, and nearby source. - Apply the requested edit as a small source change. - Remove the marker after the edit is complete. - Leave ambiguous or failed comments in place. - Verify before reporting completion. ## Boundary - Use `openpress` for the canonical source/generated path table when unsure. - Edit source, not generated output. - Default to editing the source file that contains the marker. - Route domain-heavy work to the owning skill: - `openpress-create-pages` for page prose, hierarchy, captions, claims, tone, narrative, page theme, and page components. - `openpress-create-slide` for deck narrative, slide density, Tailwind semantic styling, `DeckSlide`, protocol layouts, and reusable UI primitives. - `openpress-diagram-drawing` for diagram semantics. - Do not rewrite unrelated sections while resolving one comment. ## Workflow 1. Discover comments. ```bash rg "@openpress-comment" document -n ``` If decoded notes are needed and the framework helper exists, use it: ```bash node --input-type=module -e 'import { listCommentMarkers } from "./packages/core/engine/react/comment-marker.mjs"; console.log(JSON