So I built this: https://github.com/stephanGarland/goldilocks-scraper
It scrapes each namespace's dashboard, grabs the code blocks with BeautifulSoup, throws them into Pandas, does some math, and dumps recommendations out into a YAML file. You can then take those and put them into your deployment.
Disclaimer: I am not responsible if you use this and break prod. It's a decent baseline, nothing more.