skillpack-check

Run diagnostic commands and generate a JSON health report for GBrain installations.

2|1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/bish-x/bx-gbrain --skill skillpack-check-bish-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-check
Source: https://github.com/bish-x/bx-gbrain/tree/main/skills/skillpack-check
Command: npx skills add https://github.com/bish-x/bx-gbrain --skill skillpack-check-bish-x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a simple health report for the GBrain install, identifying any issues with the skillpack.

Core Features & Use Cases

  • Health Report: Generates a JSON report indicating if the GBrain install is healthy or requires attention.
  • Health Check: Can be run on a cron job for daily monitoring or manually when symptoms of an issue arise.
  • Actionable Output: If there's an issue, it lists the actions required to fix it. This can be as simple as running a command or indicates a more serious problem requiring investigation.

Quick Start

Run gbrain skillpack-check to check the health of 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 run a health check for a GBrain installation?

Run a health check for a GBrain installation by executing the `gbrain skillpack-check` command. This generates a JSON report indicating whether your setup is healthy or requires attention.

What is a GBrain skillpack diagnostic report?

A GBrain skillpack diagnostic report is a JSON output that identifies issues with your installation. It provides actionable output listing the specific commands or investigations required to fix detected problems.

Can I automate a daily health check for GBrain?

You can automate a daily health check for GBrain by running the diagnostic command on a cron job. This allows for continuous monitoring and generates a JSON report whenever symptoms of an issue arise.

Do I need the GBrain CLI to generate a JSON health report?

You need the GBrain CLI installed to generate a JSON health report. The diagnostic process assumes the presence of the CLI and the ability to execute diagnostic commands to evaluate the skillpack.

What should I do if my GBrain health check identifies an issue?

If your GBrain health check identifies an issue, consult the JSON report for actionable steps. It lists required actions to fix the problem, ranging from running a simple command to investigating a more serious error.