skillpack-check

Generate a JSON health report for a gbrain installation via doctor and migrations data.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skillpack-check-ltdrew
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillpack-check
Source: https://github.com/ltdrew/Agent-brain-2/tree/main/skills/skillpack-check
Command: npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skillpack-check-ltdrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill produces an agent-readable JSON health report for the gbrain installation, enabling quick assessment of overall health and required remediation.

Core Features & Use Cases

  • Wraps gbrain doctor and gbrain apply-migrations --list to surface current health and migrations status.
  • Provides a structured JSON with healthy flag, summary, actions, and detailed diagnostics for automation in briefing pipelines.
  • Supports daily cron health checks and on-demand debugging to trigger remediation workflows.

Quick Start

Run gbrain skillpack-check to generate the health JSON and surface suggested actions.

Frequently Asked Questions about skillpack-check

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

FAQPage Schema
How do I generate a JSON health report for my gbrain installation?▼

A gbrain health check surfaces overall installation status and required remediation actions. It wraps gbrain doctor and migrations commands into a structured JSON report, providing a healthy flag, summary, actions array, and detailed diagnostics for quick assessment.

Can I use gbrain health checks for automated daily cron monitoring?▼

Yes, you can automate gbrain health checks using daily cron jobs. The skillpack-check command produces an agent-readable JSON report designed specifically for scheduling in daily cron jobs to surface status and trigger remediation workflows.

What diagnostics are included in a gbrain JSON health report?▼

A gbrain JSON health report includes a healthy flag, a one-line summary, an actions array for remediation, and detailed diagnostics from gbrain doctor and gbrain apply-migrations --list subcommands.

How do I check pending database migrations in gbrain?▼

To check pending database migrations in gbrain, use the skillpack-check command. It wraps gbrain apply-migrations --list to surface current migrations status and includes the full output in the detailed diagnostics section of the JSON report.

Does the gbrain health report require any external dependencies?▼

The gbrain health report requires no external dependencies. It relies solely on the existing gbrain installation, wrapping internal gbrain doctor and migrations subcommands to produce the structured JSON output.