skillpack-check

Generate a JSON health report for gbrain installs with remediation actions.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ngochuy13/intern-dev --skill skillpack-check-ngochuy13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillpack-check
Source: https://github.com/ngochuy13/intern-dev/tree/main/skills/skillpack-check
Command: npx skills add https://github.com/ngochuy13/intern-dev --skill skillpack-check-ngochuy13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly determine whether your gbrain install is healthy and whether any migrations or maintenance tasks require attention, avoiding silent failures.

Core Features & Use Cases

  • Health reporting for gbrain installs: Produces an agent-readable JSON health report that summarizes status, filesystem checks, and migration state.
  • Actionable remediation commands: Outputs a sequenced actions[] list of remediation steps to run when the install is unhealthy.
  • Migration and maintenance visibility: Surfaces whether embeddings are stale, backlinks need repair, or migrations are pending/partial so you can resolve issues promptly.
  • Use Case: When a scheduled morning briefing runs or you suspect autopilot is failing to update, run this Skill to see exactly what needs to be fixed and what commands to execute.

Quick Start

Run the skill when you want a health report by executing gbrain skillpack-check.

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 install?

To generate a JSON health report for your gbrain install, run the skillpack-check skill. It wraps gbrain doctor --fast --json and gbrain apply-migrations --list to output structured status, filesystem checks, and migration state.

How do I troubleshoot stale embeddings or pending migrations in gbrain?

To troubleshoot stale embeddings or pending gbrain migrations, run a skillpack-check health report. It surfaces migration state, stale embeddings, and backlink repair needs, then outputs an actionable list of remediation commands to execute.

Can I use a gbrain health check for CI gating and automated monitoring?

Yes, you can use the gbrain health check for CI gating and automated monitoring. It generates machine-readable JSON with exit codes and sequenced remediation steps, making it suitable for scheduled morning checks and automated pipeline validation.

What does the gbrain skillpack maintenance actions array include?

The gbrain skillpack maintenance actions array includes a sequenced list of remediation commands to run when the install is unhealthy. It addresses pending migrations, stale embeddings, and backlink repairs to resolve detected failures.

Why does my gbrain autopilot fail to update without showing errors?

If your gbrain autopilot fails to update without showing errors, you may have silent maintenance failures. Run skillpack-check to generate a health report that exposes stale embeddings, pending migrations, or broken backlinks requiring attention.

What is the best way to get actionable remediation steps for gbrain maintenance?

The best way to get actionable remediation steps for gbrain maintenance is running skillpack-check. It produces a JSON report with a sequenced actions array, providing exact commands to fix unhealthy installations and resolve pending migrations.