jchristn/Codehub ? reverse-engineered prompt
Reverse engineered prompt
Build me a local dashboard app that scans the repositories on my machine and shows which ones need attention.
I want one screen with a table of all my repos, where I can sort and filter by name, branch, language, last update, and health signals like tests, dependencies, security, and open issues or pull requests. Each repo should have a simple overall score, with red, yellow, and green status markers so I can quickly spot the worst ones first.
When I click a repo, I want to see the details behind those scores, like outdated packages, security alerts, branch difference from main, last commit date, and whether it has test coverage. It should also let me pick which folders to scan, remember my selection, and rescan quickly without doing extra work for repos that have not changed.
Keep it local, fast, and simple to run from my own machine, with the dashboard opening in the browser after startup.
Are you gonna build this?
make sure you review the code using coderabbit