← ClaudeAtlas

accept-findinglisted

Tick `[x]` on review findings (toggle to accepted)
ivankuznetsov/hive · ★ 20 · Code & Development · score 76
Install: claude install-skill ivankuznetsov/hive
# Hive Accept Finding Use this skill to run `hive accept-finding TARGET [ID...]`. Before running anything, check `command -v hive`. If it is missing, stop and tell the user to install Hive with Homebrew, AUR, RubyGems, or the installer in https://github.com/ivankuznetsov/hive. Treat the user's slash-command text as arguments for `hive accept-finding`. If the target or selector is missing, ask one concise question or run `hive accept-finding --help`. Run the command from the current project/workspace directory unless the user gives another path. Pass arguments safely; do not interpolate raw user text into a shell string. Prefer `--json` when you need structured output. Summarize which finding IDs were accepted and whether another `hive develop` run is now appropriate.