sniff-report

Installation
SKILL.md

/sniff-report - Show last scan results

Display findings from the most recent scan.

This skill is invoked by the sniff skill's own flow, not on its own. The user-invocable: false frontmatter key is honored by Claude Code only, so in other agents this file may show up as a standalone command; treat it as a step inside a sniff run rather than an entry point.

What to do

  1. Use the unified sniff MCP tool with:

    • mode: "report"
    • rootDir: the current project's absolute path
    • format: 'summary' for readable output, 'json' for raw data
  2. If the unified sniff tool is not available, use legacy sniff_report with the same rootDir and format.

  3. Present the summary to the user:

    • Total findings by severity
    • Top issues with file locations
    • Any corroborated findings (confirmed in source + browser)
Installs
3
Repository
aboudjem/sniff
GitHub Stars
4
First Seen
Sep 2, 2026
sniff-report — aboudjem/sniff