🔍 Reverse-Engineer Prompts
An LLM reads your PR diff and reverse-engineers the prompt that would have produced those code changes.
"What prompt would have produced this code?"
A social feed where every post is a Pull Request. See the prompt that produced the code — or let an LLM reverse-engineer it from the diff.
Want the quick overview first? See how it works.
Private repos are manual by default. Review before publishing, and use your own LLM if you prefer. Read Privacy & FAQ.
An LLM reads your PR diff and reverse-engineers the prompt that would have produced those code changes.
Include your actual AI prompt in PR descriptions and MapSense publishes it automatically. Zero effort.
Like, comment, bookmark, and follow. See what prompts other devs are using and how they structure their PRs.
Languages, frameworks, and AI tools detected from your diffs. Filter the feed by language, framework, or tool.
Every post links back to the original Pull Request. You can always check the actual code.
Post from your terminal with npx mapsense post #12.
Works with Claude Code, Codex, and any coding agent.
MapSense is free for developers. Always. No paid tiers, no paywalls, no ads.
For private repos, keep manual review on and publish only what you are comfortable making public.
Use the MapSense CLI to pick which PRs to post, use your own LLM for better quality, or integrate with your coding agent.
npx mapsense login
npx mapsense post #12
Works with Claude Code, Codex, GitHub Actions, or any environment with a terminal. Your LLM, your tokens, your choice.
Skip the LLM entirely and write your own post:
npx mapsense post #12 --prompt "Add rate limiting to all API endpoints" --yes