hafilrazz/Automated-updates ? reverse-engineered prompt
Reverse engineered prompt
Build me a GitHub repo that automatically updates its README every 6 hours with the latest account stats. It should pull in things like total public repos, stars, forks, open issues, open PRs, the top languages across my repos, and a small list of my most recently updated repositories. I want the README to keep those values inside clear markers so the update script can replace them safely each run.
Use JavaScript for the automation, and make it work with GitHub Actions so it can run on a schedule without me doing anything. Please include a simple setup guide too, since I may need to add a token or adjust a few settings before it works. Keep the repo clean and practical, with the script, the workflow, and the README all working together. If you need to check current GitHub docs or APIs, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit