setup-verify

Run ten ordered checks and emit an overall environment health status.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/razorpay/ai-playbook --skill setup-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-verify
Source: https://github.com/razorpay/ai-playbook/tree/main/skills/setup-verify
Command: npx skills add https://github.com/razorpay/ai-playbook --skill setup-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

setup-verify diagnoses environment drift by checking whether all required tools, auth, network routes, and config are healthy for the playbook curriculum, so you know exactly why your setup isn’t quest-ready.

Core Features & Use Cases

  • 10-point environment health report: Produces a GREEN / YELLOW / RED status per check with the specific signal behind each result.
  • One-line fixes for non-green checks: Provides an exact action you can run for any non-green item so you can resolve issues quickly.
  • Quest gating support: Confirms whether White Belt’s Quest W-0 is claimable by computing an overall GREEN / YELLOW / RED status.
  • Re-verification and focused reruns: Supports a single-check mode when you know which area changed or failed (e.g., “re-run check 7”).

Quick Start

Ask Claude Code to run setup-verify and paste the resulting report to see which checks are blocking or warning before you try to claim Quest W-0.

Frequently Asked Questions about setup-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my local dev environment is ready for CI?

You can verify dev environment readiness by running ten ordered diagnostics covering tool versions, network routes, and auth configurations. The check produces a GREEN, WARNING, or BLOCKER assessment with one-line fixes for any failing items.

What is environment drift and how do I diagnose it?

Environment drift happens when local tool versions, auth tokens, or network routes fall out of sync with required configurations. Diagnose it by running an environment health report that flags specific signals and provides exact one-line fixes to resolve them.

How do I verify Claude Code auth and gcloud Vertex auth for my setup?

Verify Claude Code and gcloud Vertex auth by running an environment diagnostic that includes dedicated auth verification checks. The diagnostic evaluates your authentication state and returns a status indicating whether your auth is healthy or needs reconfiguration.

Can I re-run a single environment check after fixing a failing setup item?

Yes, you can re-run a single environment check using focused rerun mode. If you know which area failed, such as internal registry access or Git corp SSO config, you can target and re-verify that specific check without running all ten diagnostics again.

Does the setup verification modify my local environment configuration?

No, the setup verification does not modify your local environment configuration. It performs read-only diagnostics across all checks and only emits an overall status with suggested one-line fixes for you to execute manually if needed.

Why is my LiteLLM connectivity check returning a warning status?

A LiteLLM connectivity check returns a warning status when the diagnostic detects an issue reaching the LiteLLM endpoint, which could indicate network route problems or proxy interference. The health report provides a specific signal and a one-line fix to resolve the connectivity block.