What problem does it solve?
This Skill removes editor-created @slide-comment markers by turning the requested notes into concrete changes inside the corresponding slide source files.
Core Features & Use Cases
- Marker-driven slide edits: Detects and processes
{@/* @slide-comment ... */} JSX markers embedded in slides/<slideId>/index.tsx.
- Context-aware updates: Locates the enclosing JSX target for each marker and applies edits in a way that stays consistent with the slide-authoring structure.
- Safe, verifiable workflow: Applies edits from bottom to top to avoid line-shift issues, deletes each marker after applying its change, and verifies that no markers remain.
- Use Case: When the open-slide inspector has flagged multiple elements with notes like “make this red” or “change the accent text,” this Skill updates the slide code and cleans up the markers so the slide renders correctly.
Quick Start
Use apply-comments to process the pending inspector markers in the specified slide files under slides/ (for example, ask it to apply comments for a given slide id or for all slides).