원클릭으로
dismiss
Mark detected items as dismissed (no research/review) via the FeedRadar CLI. Accepts one or more ids, or --batch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mark detected items as dismissed (no research/review) via the FeedRadar CLI. Accepts one or more ids, or --batch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Register (or idempotently re-apply) a feedradar Claude Routine from its committed YAML via the claude.ai RemoteTrigger API. Claude Code only.
items/<id>.yaml の検出記事を入力に、最新情報を Web で確認しながら Markdown research レポートを research/<YYYYMMDD>_<slug>_v1.md として生成する。
既存 research レポート (research/<id>.md) を別エージェント視点でクロスレビューし、本文末尾にレビューコメントを追記、frontmatter の reviewedAt / reviewedBy を更新する。items.yaml の status 遷移は CLI が担当する。
既存 research レポートを最新情報で再生成し、_v(N+1).md として新バージョンを作成する。旧バージョンは保持 (immutable history)。CLI から渡される前版 frontmatter と本文を読み、rewrite-and-supersede 戦略で全文を書き直し、frontmatter の supersedes に前版 id を記録する。
Generate a research report for a detected item via the FeedRadar CLI.
Cross-review an existing research report with a different agent via the FeedRadar CLI.
| name | dismiss |
| description | Mark detected items as dismissed (no research/review) via the FeedRadar CLI. Accepts one or more ids, or --batch. |
| argument-hint | <item-id> [<item-id> ...] | --batch [--status <status>] [--filter-tags <list>] [--max-items N] |
Transition workspace items' status to dismissed, indicating the user has
decided not to research them. Valid only from detected or triaged_unsure
(ADR-0008 / ADR-0018): items already in researched / reviewed /
dismissed / triaged_research / triaged_digest cannot be dismissed.
Supports one id, multiple ids (radar dismiss a b c), or --batch selection
by --status / --filter-tags / --max-items — useful for clearing a large
detected backlog produced by radar watch run --backfill.
This skill is a thin wrapper around the radar dismiss CLI command.
No agent invocation is involved — the CLI just rewrites the
items/<sourceId>/<item-id>.yaml file in place.
Resolve $ARGUMENTS. If empty or --help, run:
radar dismiss --help
and report the usage. Otherwise pass $ARGUMENTS through verbatim.
Execute:
radar dismiss $ARGUMENTS
Report the status transition (<item-id> status -> dismissed, one line per
item) or the user-friendly error if an item is in a non-dismissible status
(e.g. status 'researched' ... expected one of detected | triaged_unsure).
radar undismiss <item-id> [--force]
(ADR-0018 §W6): triage-origin dismisses revert silently, human-origin ones
require --force.