fallow-rs/fallow · Archived

debug-false-positive

Diagnose and fix a Fallow false positive or false negative through extraction, resolution, graph, analysis, reporting, and real-consumer verification.

First seen Aug 8, 2026

Installation

$ npx skills add fallow-rs/fallow --skill debug-false-positive

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fallow-rs/fallow · top by installs.

npx skills add fallow-rs/fallow

Browse all from fallow-rs/fallow

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.4K
License LICENSE
Default branch main
Open issues 7
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 889 B
  • docs SUMMARY.md 178 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

<!-- Generated from .agents/skills. Do not edit. -->

Debug a false result

  1. Reproduce on current main with --format json --quiet.
  2. Reduce to a minimal fixture without losing the behavior.
  3. Trace the finding through extract, resolve, graph, reachability, analysis,

suppression, filters, and report assembly.

  1. Fix the earliest incorrect layer.
  2. Add a regression test that fails without the fix.
  3. Run the fixed binary on a real consumer project with a cleared .fallow/

cache and compare old versus new output.

  1. Run review with the affected surface reviewers.

Do not tune expected output around one fixture when the semantic model requires a broader correction.