CI Health Check Scan CI status across repos in an org. Run from or pass the org name as an argument. Helper script A pre-built script at collects all CI data in one pass. Run it first to avoid spending tokens on individual calls. If the script is missing or not executable, flag this to the user and stop. The script outputs a JSON array with per-repo entries containing: - , , - (last 5 CI runs on main with status/conclusion) - (list of action references from workflows) Phase 1: Analyse script output Parse the JSON and flag: - Failing : latest main CI conclusion is not "success" - Stale : no CI…