Fetch Findings banner
mistakeknot mistakeknot

Fetch Findings

Development community

Description

--- name: fetch-findings description: Fetch peer findings from a flux-drive review — inspect what agents have shared during a parallel review. allowed-tools: Bash, Read disable-model-invocation: true --- # Fetch Peer Findings Retrieve findings from a flux-drive intermediate findings file. ## Usage `/interflux:fetch-findings <output_dir> [--severity blocking|notable|all]` ## Execution 1. Parse arguments: - `output_dir` (required): The flux-drive output directory - `severity` (optional

Installation

Installs to ~/.claude/skills/mistakeknot-interflux-fetch-findings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-interflux-fetch-findings && curl -fsSL https://raw.githubusercontent.com/mistakeknot/interflux/HEAD/commands/fetch-findings.md -o ~/.claude/skills/mistakeknot-interflux-fetch-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