skillpack-check

Run gbrain health checks and return a JSON report with diagnostics.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill skillpack-check-postergully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-check
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/skillpack-check
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill skillpack-check-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains visibility into the health of the gbrain install by producing a structured JSON report that indicates whether action is needed, along with detailed diagnostics from doctor and migrations.

Core Features & Use Cases

  • Aggregates health data from gbrain doctor and migration status into a single JSON report.
  • Indicates overall healthy state and actionable remediation steps.
  • Designed for daily cron checks or on-demand debugging to surface issues early.

Quick Start

Run gbrain skillpack-check to generate the health report and recommended actions.

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 install to surface misconfigurations?

Run a gbrain health check to generate a structured JSON report indicating overall status and actionable remediation steps. It aggregates diagnostics from gbrain doctor and migration status to surface issues like pending migrations, stale data, or misconfigurations.

How can I automate daily monitoring for pending gbrain migrations?

Automate daily monitoring for pending gbrain migrations by scheduling this health check in a morning cron job. It wraps gbrain apply-migrations --list to return a JSON report containing a healthy flag, summary, and detailed migration status.

What is included in the gbrain doctor JSON health report?

The gbrain doctor JSON health report includes a healthy flag, summary, recommended actions, doctor output, and migrations status. This structured output helps you quickly identify whether proactive maintenance is needed.

Can I use this health check for on-demand debugging of stale data issues?

You can use this health check for on-demand debugging of stale data issues. It wraps gbrain doctor to assemble a JSON report that surfaces misconfigurations and pending migrations, providing actionable diagnostics whenever you need to troubleshoot.

Does the gbrain health check require any dependencies to run?

The gbrain health check requires no external dependencies to run. It directly wraps internal gbrain doctor and gbrain apply-migrations commands to compile the JSON health report for your environment.

Why does my gbrain health report show pending migrations?

A gbrain health report shows pending migrations when gbrain apply-migrations --list detects updates that have not been applied. The JSON report aggregates this migration status alongside doctor output to indicate that remediation action is needed.