rai-doctor

Diagnose RaiSE setup issues by parsing rai doctor --json output.

71|8|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/humansys/raise --skill rai-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rai-doctor
Source: https://github.com/humansys/raise/tree/main/packages/raise-cli/src/raise_cli/skills_base/rai-doctor
Command: npx skills add https://github.com/humansys/raise --skill rai-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose RaiSE setup health and translate technical diagnostics into clear, actionable guidance so users can restore a working development environment without guessing what went wrong.

Core Features & Use Cases

  • Comprehensive Diagnostics: Run structured checks across environment, project configuration, adapters, skills, and the knowledge graph and present a categorized summary by severity.
  • Guided Remediation: Explain issues in plain language, offer precise manual steps, and propose safe, user-approved auto-fixes for fixable problems.
  • Safe Reporting: Generate sanitized diagnostic reports for maintainers that exclude secrets and sensitive data, and provide an email draft for user review before sending.
  • Use Case: Ideal after rai init, after upgrading raise-cli, when integrations fail (e.g., MCP adapters), or proactively at session start to ensure consistent context.

Quick Start

Run diagnostic checks and present a user-friendly summary by running the Rai doctor and parsing its JSON output.

Frequently Asked Questions about rai-doctor

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

FAQPage Schema
How do I diagnose RaiSE CLI setup issues after an upgrade or onboarding?

Diagnose RaiSE CLI setup issues by running structured checks across your environment, adapters, skills, and knowledge graph to receive a categorized summary of issues by severity for guided remediation.

Why does my RaiSE MCP adapter integration fail during session start?

RaiSE MCP adapter integration failures are identified by parsing diagnostic outputs to categorize severities and offer user-approved auto-fixes or precise manual remediation steps to restore your environment.

Can I automatically fix RaiSE configuration problems without manual troubleshooting?

You can automatically fix RaiSE configuration problems through user-approved auto-fixes for safely resolvable issues, while receiving plain-language explanations and precise manual steps for complex errors.

Does the RaiSE diagnostic report expose environment secrets or sensitive data?

RaiSE diagnostic reports do not expose secrets; the system generates sanitized reports excluding sensitive data and provides an email draft for user review before sending to maintainers.

When should I run RaiSE environment diagnostics and configuration checks?

Run RaiSE environment diagnostics proactively at session start, after running rai init, following a raise-cli upgrade, or whenever integrations fail to ensure consistent context.