Findings banner
vishnu-77 vishnu-77

Findings

Development community

Description

--- description: View or append the F-NNN findings ledger. argument-hint: "[list | show F-NNN | close F-NNN <status>]" --- Manage `docs/findings.md` (append-only record of `pr-reviewer` / `qa-verifier` findings). - **no args / `list`** — print the findings table, most-severe first; highlight `open` `critical`/ `high`. - **`show F-NNN`** — print that finding's full row. - **`close F-NNN <status>`** where `<status>` ∈ {`fixed`, `deferred`, `waived`} — append a follow-up row flipping the stat

Installation

Installs to ~/.claude/skills/vishnu-77-bugrabbit-findings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-findings && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/findings.md -o ~/.claude/skills/vishnu-77-bugrabbit-findings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository