delete-comment

Delete a NovaDB CMS comment by its commentId using the novadb_cms_delete_comment tool.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/novadb/claude-plugins --skill delete-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-comment
Source: https://github.com/novadb/claude-plugins/tree/main/consulting/skills/delete-comment
Command: npx skills add https://github.com/novadb/claude-plugins --skill delete-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove a specific comment quickly when you already have its identifier, avoiding manual UI navigation and enabling controlled deletions with optional audit metadata.

Core Features & Use Cases

  • Delete a single comment by its commentId using the novadb_cms_delete_comment tool.
  • Accept an optional username to record who performed the deletion for auditing and accountability.
  • Use Case: Remove spam or outdated discussion entries after locating the comment via get-comment or get-comments.

Quick Start

Delete the comment with ID abc-123 and include username jdoe to record the action for auditing.

Frequently Asked Questions about delete-comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a comment in NovaDB CMS by its ID?

To delete a comment in NovaDB CMS, provide the specific commentId to the deletion tool to permanently remove the unwanted discussion entry. You can also supply an optional username to record who performed the action for auditing and accountability.

Can I record who performed a comment deletion for auditing purposes?

Yes, you can record who performed a comment deletion for auditing by passing an optional username parameter. This metadata is attached to the administrative action to ensure accountability when unwanted or outdated discussion entries are removed.

Is comment deletion reversible in NovaDB CMS automation workflows?

Comment deletion is an irreversible action in NovaDB CMS automation workflows. Once the tool is invoked with a valid commentId, the comment record is permanently removed from the database and cannot be restored.

What do I need before deleting a specific CMS comment record?

Before deleting a specific CMS comment record, you need a valid commentId parameter. You should locate the exact comment identifier using retrieval tools and optionally prepare a username string to log the administrative deletion for auditing.

Does deleting a comment remove it from the administrative UI immediately?

Deleting a comment removes the record from NovaDB CMS immediately without manual UI navigation. The tool directly targets the backend comment record using its ID, ensuring the unwanted discussion entry is purged instantly from the system.