Skip to content

feat(skills): Add review-comments#22

Open
bobbrose wants to merge 2 commits intomainfrom
feat/review-comments-skill
Open

feat(skills): Add review-comments#22
bobbrose wants to merge 2 commits intomainfrom
feat/review-comments-skill

Conversation

@bobbrose
Copy link
Copy Markdown

Summary

  • Adds a new review-comments skill to the webflow-skills plugin
  • Triages open comment threads on a Webflow site, classifying each as open, stale, noise, or reparented
  • Supports an optional -reply flag to post bot replies to non-open threads
  • Run with no arguments for a cross-site survey of unresolved comments

Test plan

  • Run /review-comments with no arguments — verify cross-site survey table is produced and report is written to comment-reviews/
  • Run /review-comments <site-name> — verify per-site triage report is generated
  • Run /review-comments <site-name> -reply — verify replies are posted to stale/noise/reparented threads
  • Verify dedup logic: re-running on the same site skips threads the agent already replied to

🤖 Generated with Claude Code

bobbrose and others added 2 commits April 16, 2026 21:35
Drops the unreliable get_page_content + gapMs reparenting detection in
favour of a zero-API-call heuristic: any elementId.element that appears
on 2+ distinct pages is the page root/body. Comments on that element are
now surfaced as "page-level" (📄) — neutral framing that covers both
orphaned and intentionally root-anchored comments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bobbrose bobbrose requested a review from viratatwebflow April 17, 2026 04:24
@bertenator bertenator requested a review from CoLaOnline May 7, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant