What problem does it solve? When a call fails in a Claude Code cloud session, it is hard to tell whether the classifier blocked it, a proxy or permission denied it, or the network simply failed. This Skill provides dated, measured knowledge of what is reachable and what is blocked in this environment, so you stop guessing and stop retrying the wrong thing. ## Core Features & Use Cases - Failure triage by message: Classify blocked calls into classifier denials, proxy/permission 403s, and transport failures using exact error wording, then apply the correct response for each. - Dated reachability measurements: Consult a table of measured results (with dates) for GitHub API endpoints, GraphQL, git push, artifacts, and session-to-session channels, and re-measure when values go stale. - Safe retry rules: Distinguish pre-send failures (safe to retry) from unknown-delivery failures like 502/504 (verify remote state first) to avoid duplicate issues, comments, and PRs. - Use Case: A POST to create a PR comment returns 403. Instead of assuming permissions are broken, check the response body against the classification table to determine whether it is a permission issue, a rate limit, or a proxy block, then act accordingly. ## Quick Start Ask the AI to check the env-reach skill to diagnose why a GitHub API call just failed in this session.