dismiss

Dismiss radar workspace items by ID or batch mode with status transitions.

Updated May 10, 2026
One-click install
npx skills add https://github.com/ozzy-labs/feedradar --skill dismiss-ozzy-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dismiss
Source: https://github.com/ozzy-labs/feedradar/tree/main/src/claude-skills/dismiss
Command: npx skills add https://github.com/ozzy-labs/feedradar --skill dismiss-ozzy-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mark detected or triaged items as dismissed to prevent further research, helping maintain a focused backlog.

Core Features & Use Cases

  • Dismiss single or multiple items by ID, or in batch via --batch.
  • Safe transition of statuses only from allowed values (detected or triaged_unsure) with in-place file updates.
  • Use case: quickly clear a noisy backlog after watch sessions to keep researchers focused.

Quick Start

Run radar dismiss with one or more item IDs to mark them dismissed.

Frequently Asked Questions about dismiss

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

FAQPage Schema
How do I dismiss items in a backlog to stop further research?

You can dismiss items in the radar workspace by running the dismiss command with one or more item IDs. This updates the YAML files in place, safely transitioning statuses from detected or triaged_unsure to dismissed to prevent further research.

Can I batch dismiss multiple items from a triaged backlog?

Yes, you can use the batch mode to dismiss multiple items at once. By running the dismiss command with the batch flag, the tool processes all items currently holding detected or triaged_unsure statuses and updates their YAML files in place.

What item statuses can be safely transitioned to dismissed?

The dismiss command only allows transitions from detected or triaged_unsure statuses. This safety mechanism prevents accidental dismissal of items that are already past the triage phase or actively being researched.

Why should I dismiss detected items instead of deleting them?

Dismissing detected items marks them to stop further research while keeping them in your backlog. This maintains a focused research queue by clearing noisy watch sessions without losing the historical record of the detected items.

Does dismissing items modify the workspace YAML files in place?

Yes, dismissing items updates the items/*.yaml files directly in place by invoking the radar CLI. The command then reports the resulting status transitions or any errors encountered during the file update process.

What is the best way to clear noisy items after a watch session?

The best way to clear a noisy backlog after watch sessions is to batch dismiss detected or triaged_unsure items. This stops further research on irrelevant entries and keeps your radar workspace focused on high-value targets.