skillpack-check

Generate a JSON health report combining gbrain doctor and migration status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GBrain deployments rely on honest state reporting to maintain reliability. This Skill generates a concise health overview by combining filesystem checks and migration status into a structured JSON, enabling agents to quickly assess when action is needed.

Core Features & Use Cases

  • Deterministic health snapshot: wraps gbrain doctor to validate filesystem integrity and performance, and wraps gbrain apply-migrations --list to reveal migration state.
  • Actionable guidance: outputs a brief summary plus a list of remediation commands for quick remediation.
  • Use Case: when an agent receives "is gbrain healthy?" in a briefing, this Skill provides a ready-to-run report.

Quick Start

Run the skillpack-check command to generate the health report for your 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 generate a JSON health report for my GBrain deployment?

You can generate a GBrain health report by running the skillpack-check command, which combines filesystem diagnostics and migration status into a structured JSON output. The report includes healthy, summary, actions, doctor, and migrations fields to guide remediation.

What is the best way to automate daily cron health checks for GBrain?

Automating daily cron health checks for GBrain is best handled by generating a deterministic JSON health snapshot that wraps gbrain doctor and gbrain apply-migrations --list. This surfaces actionable issues and provides remediation commands for quick fixes.

How does GBrain migration status monitoring work with filesystem diagnostics?

GBrain migration status monitoring works by combining gbrain apply-migrations --list with gbrain doctor filesystem checks into a single JSON report. This integration validates filesystem integrity and performance while revealing the current migration state.

Can I use this health check skill to identify specific remediation actions for GBrain?

Yes, you can use this health check skill to identify specific remediation actions for GBrain. The JSON output includes an actions field containing a list of remediation commands alongside a brief summary to guide quick fixes.

Does the GBrain health check require any dependencies or components to run?

The GBrain health check requires no external dependencies or components to run. It operates independently by wrapping existing gbrain doctor and gbrain apply-migrations --list commands to produce its structured JSON output.