GitHub Demand Radar

Mines a GitHub repo's issues/PRs for RICE-scored commercial product opportunities.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ba28bb1

Ran the real Phase 1-4 pipeline live against charmbracelet/glow's actual GitHub issues (gh api + gh issue view, authenticated) and it correctly RICE-scored the most narratively appealing candidate (a quoted pty-hack workaround for AI-agent hook integration) at 31.3 - below the 50-point action threshold - where an unstructured baseline pass would have recommended building it on vibes alone; requires gh CLI + jq installed and `gh auth login` completed before first use.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What GitHub Demand Radar does

Pulls a repo's recent issues or rejected/stale PRs via gh + jq, runs a Bouncer/Analyst/Strategist three-pass review to find JTBD-driven pain points with real workaround evidence, and RICE-scores them, only drafting fake-door probes for scores >=50. Triggers on requests to scan a GitHub repo's issues or PRs for indie-developer commercialization opportunities.

How to install GitHub Demand Radar

git clone https://github.com/geekjourneyx/github-demand-radar
cd github-demand-radar
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/github-demand-radar

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger GitHub Demand Radar

  • /github-demand-radar Mines a GitHub repo's issues/PRs for RICE-scored commercial product opportunities.

It also activates on plain-language prompts like these:

  • Scan charmbracelet/glow's issues for commercializable product opportunities
  • Mine this repo's stale PRs for RICE-scored indie product ideas
  • Find pain points with real workaround evidence in this repo's issue tracker

Frequently asked questions

Is the GitHub Demand Radar skill free?
Yes. The skill itself is free from geekjourneyx/github-demand-radar. SkillProof publishes the install command and an independent test verdict at no cost.
Does GitHub Demand Radar work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran the real Phase 1-4 pipeline live against charmbracelet/glow's actual GitHub issues (gh api + gh issue view, authenticated) and it correctly RICE-scored the most narratively appealing candidate (a quoted pty-hack workaround for AI-agent hook integration) at 31.3 - below the 50-point action threshold - where an unstructured baseline pass would have recommended building it on vibes alone; requires gh CLI + jq installed and `gh auth login` completed before first use.
What is the GitHub Demand Radar SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install GitHub Demand Radar?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use GitHub Demand Radar with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.