doctor

Diagnose SR plugin installation and project configuration health issues.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fjpulidop/specrails-core --skill doctor-fjpulidop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/fjpulidop/specrails-core/tree/main/specrails-plugin/skills/doctor
Command: npx skills add https://github.com/fjpulidop/specrails-core --skill doctor-fjpulidop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a diagnostic on the sr plugin installation and project configuration to identify health issues across agents, tools, configurations, and memory directories, and produce a consolidated health report with actionable fixes.

Core Features & Use Cases

  • Verify that all required plugin agents are accessible and correctly registered.
  • Validate that essential CLI tools and project configurations exist and are not placeholder values.
  • Detect missing or misconfigured memory directories and configuration files, and propose safe fixes.
  • Generate a comprehensive health report with clear remediation steps that can be applied manually or via an automatic --fix option.

Quick Start

Run the doctor to generate a health report for the sr plugin installation.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I run a health check on my plugin installation and project configuration?

Run a diagnostic health check to verify agent availability, tool presence, config integrity, and memory paths in your plugin installation. The diagnostic generates a comprehensive report detailing missing components, misconfigurations, and actionable fixes.

Can I automatically fix misconfigured memory directories and invalid project configurations?

Yes, you can automatically resolve detected health issues by running the diagnostic with the optional --fix mode. This applies safe remediation steps to repair missing memory directories and correct misconfigured project files automatically.

What does a plugin diagnostic health report include when validating agents and tools?

The health report includes validation results for required plugin agents, essential CLI tools, and configuration files. It identifies placeholder values, detects missing components, and provides clear remediation steps for each detected misconfiguration.

How do I get detailed diagnostic output for troubleshooting a plugin deployment?

Use the --verbose mode to generate detailed diagnostic output for your plugin deployment. This produces an in-depth health report covering agent registration, tool existence, config integrity, and memory path validation.

Why does my plugin health check report missing components and misconfigurations?

A health check reports missing components when required plugin agents are inaccessible, CLI tools are absent, or configuration files contain placeholder values. The diagnostic identifies these exact integrity gaps across your project setup and proposes actionable fixes.

How do I validate agent availability and config integrity without external dependencies?

You can validate agent availability and config integrity directly since the diagnostic operates with no external dependencies. It scans your project setup to verify registered agents, essential tools, and configuration files internally.