← All features
πŸ€–

Comment Actions

Automatically reply, moderate, or delete comments using rules you define.

Go to Comment Actions β†’

Comment Actions let you define rules that watch your incoming comments 24/7 and take an action β€” send a reply, delete the comment, or move it to a moderation queue β€” automatically. Each rule has two parts: a trigger that decides which comments to act on, and an action that says what to do when matched.

How rules are evaluated

When a new comment arrives, CommentShark evaluates your active rules in priority order (lower number = higher priority). The first rule that matches wins β€” subsequent rules are not evaluated for that comment. If no rule matches, no action is taken.

  • Rules are forward-looking: they only apply to comments posted after the rule was enabled. Existing comments are never retroactively processed.
  • Rules never fire on your own channel's comments, or on comments you've already replied to β€” preventing reply loops.
  • You can reorder rules by dragging them in the rules list to change evaluation priority.

CommentShark syncs new comments from YouTube roughly every hour for paid accounts. This means the average time between a comment being posted and a rule acting on it is around 30 minutes, with a maximum of about 1 hour. Free accounts sync less frequently.

Step 1 β€” Choose a match type

The match type determines how CommentShark identifies which comments trigger the rule. There are two options:

Text Match

Text Match checks whether a comment contains a specific word, phrase, or pattern. It's fast, predictable, and works without any AI quota. Use it when you know exactly what text you want to match.

  • Contains β€” matches if the comment includes the phrase anywhere (e.g. "discount code")
  • Exact β€” matches only if the entire comment equals the value exactly
  • Regex β€” matches using a regular expression, enabling advanced patterns like case-insensitive multi-word matches
  • All β€” always matches every comment; useful for a catch-all fallback rule at the bottom of your list

The rule editor includes a Regex Recipes helper with ready-made patterns for common use cases β€” you don't need to know regex syntax to use them.

AI Classification (Plus)

AI Classification describes the intent of a comment in plain English and lets the AI decide whether a comment matches. Use it for anything where the same idea can be expressed in many different ways.

  • Works across languages and phrasings without needing to enumerate every variant
  • Good for: pricing questions, complaints, support requests, spam that changes wording to evade text filters
  • Not ideal for: matching a specific link, exact product name, or known phrase β€” Text Match is more reliable there

When to pick which: if you can write down the exact text you're looking for, use Text Match. If you're trying to capture an idea or intent β€” "sounds frustrated" or "asking about shipping" β€” use AI Classification.

Step 2 β€” Set the match details

For Text Match, enter the keyword, phrase, or regex pattern. For AI Classification, write a plain-English description of the comments you want to catch β€” for example: "Comments asking about pricing, plans, or how much the product costs." Be specific: vague descriptions lead to over-matching.

Step 3 β€” Scope to videos (optional)

By default a rule applies to all your videos, including ones uploaded after the rule was created. You can limit a rule to specific videos β€” useful for product launch videos, giveaway posts, or campaigns where you want a dedicated response.

You can also set a date range to only match comments posted within a specific window β€” for example, only comments from the first 7 days after a video is published.

Step 4 β€” Choose an action

When a comment matches, CommentShark can do one of four things:

Reply Template

Sends a pre-written reply. Use template variables to personalize it:

  • @author β€” replaced with the commenter's display name
  • @comment β€” replaced with the original comment text

Example: "Thanks @author for watching! Really appreciate the kind words πŸ™Œ" becomes "Thanks Sarah for watching! Really appreciate the kind words πŸ™Œ" when Sarah comments.

AI Reply (Plus)

Generates a unique reply for each comment using AI. You write an instruction describing the tone and content β€” the AI does the rest. Each reply is different, which feels more natural than seeing the same canned response under every comment.

The instruction field accepts plain English: "Reply in a warm, conversational tone. If they asked a question, answer it helpfully. Keep replies under 3 sentences."

The optional Rule Context field lets you supply facts the AI should draw from β€” pricing, product details, your channel's focus β€” so replies stay accurate without you having to repeat that info in every instruction.

Delete

Permanently removes the comment from YouTube. Requires channel owner permissions (not available to Editor or Viewer delegates). Use this for clear-cut spam, scam links, or severe policy violations where you don't want the comment visible even momentarily.

Moderate

Moves the comment into a moderation state without deleting it. Two sub-options:

  • Hold for Review β€” the comment is hidden from public view until you manually approve or reject it in YouTube Studio. Good for borderline content where you want a human to decide.
  • Reject β€” marks the comment as rejected. You can optionally also ban the author from your channel at the same time.

Step 5 β€” Set the execution mode

Before the rule goes live, choose how actions are executed:

  • Autonomous β€” action is taken automatically as soon as a matching comment is found. No human review required. Best for high-confidence rules (e.g. a catch-all thank-you reply to everyone who leaves a positive comment).
  • Approval Required β€” matched comments go to a review queue. You approve, edit, or reject each suggested action before it executes. Best for AI replies, moderation actions, or any rule where you want a final check.

You can also enable email notifications so you receive an alert whenever this rule fires.

Step 6 β€” Test the rule

Before saving, the wizard lets you paste a sample comment and see exactly whether it matches, why it matched (or didn't), and what reply would be generated β€” without posting anything to YouTube. Use this every time you create a new rule to avoid surprises.

You can also test existing rules at any time using the "Test all rules" button on the rules page β€” paste any comment text and see which of your rules would fire.

Follow-up rules β€” multi-step conversations

A follow-up rule continues a conversation after your bot's initial reply. When the original commenter replies to your bot's response, the follow-up rule evaluates their reply and can send another message β€” creating a multi-step sequence.

How the thread works:

  • A viewer comments on your video
  • Your root rule matches and your bot replies
  • The same viewer replies to your bot's comment
  • Your follow-up rule evaluates their reply and acts on it
  • This can continue for as many steps as you define
  • Only the original commenter's replies are evaluated β€” other viewers who join the thread are ignored.
  • Threads are monitored for up to 21 days after the root comment.
  • Each follow-up reply counts as one action toward your monthly quota.
  • Follow-up rules use the same match types and actions as root rules β€” you can even use AI classification at each step.

A common use case: a viewer asks about your course, your bot replies with a short answer and asks "Want the full details?", and your follow-up rule catches "yes"/"sure"/"tell me more" and sends a link.

Monitoring with the Activity tab

The Activity tab shows every comment CommentShark has processed β€” which ones matched a rule, which rule fired, what action was taken, and the status (posted, failed, skipped, queued). This is the best place to debug a rule that isn't behaving as expected.

If a comment didn't trigger any rule, it appears as "no match" in the activity log. If an action failed (e.g. a YouTube API error), you'll see the error reason and a retry count.

Frequently asked questions

How does it work?+
CommentShark connects to your YouTube channel via the official API. You set up "Rules" that match specific text, use AI classification, or text matching patterns. When a new comment matches a rule, CommentShark can automatically reply, moderate (hold for review or reject), or delete the commentβ€”running 24/7 in the background. You choose whether actions happen automatically or require your approval.
How do I automatically reply to YouTube comments?+
Sign in with your YouTube account, create auto reply rules with text match or AI triggers, choose a response template or AI-generated reply, and activate the rule so CommentShark can post for you 24/7.
What are YouTube auto reply rules and how do they work?+
Auto reply rules combine a match condition, a response, and a posting mode. CommentShark monitors incoming comments, checks them against your rule logic, and either posts immediately or queues the reply for approval based on your settings.
How long does it take for automations to reply to comments?+
Comment actions take at most 1 hour to execute because comments need to be synced from YouTube first. Paid channels sync every hour, so the average response time is around 30 minutes. This sync schedule ensures reliable delivery while managing API quota efficiently. You can monitor processed comments and see which ones matched your rules in the Activity tab.
Can I review replies before they are sent?+
Yes! You can choose between Autonomous mode (replies are posted immediately) or Approval Required mode. In Approval Required mode, all AI-generated replies go to a queue where you can edit, approve, or reject them before they go live.
Do automation rules apply to existing comments?+
No. Automation rules are forward-looking onlyβ€”they only apply to new comments that arrive after you enable the rule. This prevents accidentally spamming replies on old videos or comments you've already handled manually. If you enable a rule today, it will only process comments posted from that point forward.
How can I see which comments were processed by my rules?+
The Activity tab shows all comments that CommentShark has processed, including which ones matched your rules and which were skipped. You can see exactly why a comment matched (or didn't match), which rule triggered, and what action was taken. This is helpful for debugging rules and understanding your automation's behavior.
Can I test comment rules before making them live?+
Yes! Use the "Test all rules" button on the auto-reply rules page. Simply paste sample comment text to instantly see which rules match, why they matched, and what response would be generated, without posting anything to YouTube. This is the fastest way to verify your rule logic without waiting for actual comments.
Can CommentShark automatically moderate or delete comments?+
Yes! Beyond automatic replies, you can create rules that hold comments for review, reject them outright, or delete them permanently. This is perfect for filtering spam, hate speech, or policy-violating content before it appears on your videos. Learn more about our YouTube comment moderation capabilities.
What are follow-up rules?+
Follow-up rules let you build multi-step conversation funnels. When your bot replies to a comment and the original commenter replies back, CommentShark can automatically continue the conversation with the next step you've defined. This is great for lead capture, onboarding sequences, or guiding viewers through a series of questions.
How many follow-up steps can I have?+
There is no hard limit on the number of follow-up steps. You can add as many steps as you need to build your conversation funnel. Each follow-up step counts toward your plan's rule limit.
Do follow-up rules count toward my rule limit?+
Yes. Follow-up steps count toward your plan's rule limit just like regular rules. Each follow-up reply that gets posted also counts as one execution toward your monthly action quota.
Will CommentShark reply to my own comments?+
No. CommentShark automatically ignores comments made by the channel owner and comments you've already replied to. This prevents infinite reply loops and duplicate responses. Rules also only apply to new comments received after the rule is enabled (they are forward-looking).
Will my comments be classified as spam?+
No. Comments on YouTube are classified as spam by Youtube if they violate policy guidelines. You can read more about YouTube's spam policies and community guidelines.