mchittineni/repo-radar ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python project that keeps my GitHub profile README up to date automatically.
I want it to find all the repositories in my account, then generate a clean dashboard inside README.md with a quick summary at the top, a star leaderboard, recently updated repos, and a language breakdown. It should also show useful repo stats like stars, forks, open issues, CI status, recent commits, and when each repo was last updated.
Make it refresh on a schedule with GitHub Actions so I do not have to edit anything by hand. Please keep the README nice and readable, with sections I can jump to easily, and make the output look polished enough to use on my public profile. If you need to check current GitHub API or Actions docs online, go ahead. Also include the basic project files for setup, contribution, installation, and security so the repo feels complete.