skillpack-check

Generate a JSON health report for a GBrain installation.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill skillpack-check-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-check
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/skills/skillpack-check
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill skillpack-check-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly determine the health of a GBrain installation and surface actionable remediation steps in a single JSON report.

Core Features & Use Cases

  • Generates a JSON health report including fields such as healthy, summary, actions, doctor, and migrations.
  • Integrates with daily cron checks, ad-hoc debugging, and CI pipelines to surface issues and recommended fixes.
  • Example: when a brain component fails to update, run this skill to obtain a concise health snapshot and next steps.

Quick Start

Run gbrain skillpack-check to obtain a JSON health report for the current GBrain install.

Frequently Asked Questions about skillpack-check

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

FAQPage Schema
How do I run a health check on my GBrain installation?

Run a health check on your GBrain installation by executing the gbrain skillpack-check command, which returns a structured JSON report with healthy, summary, actions, doctor, and migrations fields.

What is included in a GBrain health check JSON report?

A GBrain health check JSON report includes fields for healthy, summary, actions, doctor, and migrations. These fields surface current health status, remediation steps, and migration status for your installation.

Can I use GBrain health checks in CI pipelines and daily cron jobs?

Yes, you can use GBrain health checks in CI pipelines and daily cron jobs. The check integrates with automated monitoring and ad-hoc debugging to surface issues and recommended fixes continuously.

Does the GBrain health check provide remediation steps when a component fails?

Yes, the GBrain health check provides remediation steps when a component fails. The JSON report's actions field surfaces recommended fixes and next steps to resolve detected installation issues.

What is the best way to debug a GBrain component that fails to update?

The best way to debug a GBrain component that fails to update is running a health check to obtain a concise JSON snapshot. This report identifies the failure and surfaces actionable remediation steps.