
from GapHunter14
Analyze competitor reviews (G2, Capterra, Reddit, HN) to identify missing features and produce a JSON gap report with an embedded HTML viewer.
GapHunter collects negative user reviews and complaints for one or more competitor products, clusters them into missing-feature findings, scores and prioritizes gaps, and emits a self-contained JSON report plus an HTML viewer. The output is intended for product intelligence and implementation planning.
Run GapHunter when you need a competitive gap analysis: product planning, roadmap prioritization, or pre-sales research. Use single-product mode for deep dives or multi-competitor mode to compare two or more rivals. The skill supports a --sources-only flag to output raw findings without doing project reconciliation.
Primarily written for Claude Code / Claude-style agents that can run WebSearch/WebFetch and produce files. Also usable by other assistant runtimes that can execute the described fetch and file-write steps.
GapHunter analyzes competitor reviews from G2, Capterra, Reddit, HN, and GitHub to produce a gap analysis JSON report rendered via an HTML template. No bundled scripts to test. The SKILL.md is exceptionally well-structured with 5 clear phases, a detailed JSON output schema, template contract rules, and comprehensive error handling guidance. All network calls target legitimate public review sites and APIs. No security concerns found.
One of the most detailed and well-structured skill documents reviewed. Clear separation between data (JSON) and presentation (HTML template). Backward compatibility considerations built into the schema. Multi-competitor mode with source prefixing is a thoughtful design choice.