pub fn check_github_cli() -> Result<()>Expand description
Validate GitHub CLI is available and authenticated
This checks:
ghCLI is installed and in PATH- User is authenticated (can access the current repo)
Use this at the start of commands that require GitHub API access.