Install dependencies and guide the user with missing parts
# Prepare and install the repo deps ## Instructions - Verify that we have access to `git` CLI and `gh` CLI (aka Github CLI) otherwise prompt the user to install them configure them. - Read the `INSTALL.md` file in the repo and follow the instruction to install the application with all the dependencies and health checks. If there's no such file, analyze the repo and suggest to the user to create one. ## Report - Output work done in concise bullet points - List any missing/incomplete configurations - Provide next steps if setup incomplete