CtrlK
BlogDocsLog inGet started
Tessl Logo

skillpack-check

Run `gbrain skillpack-check` to produce an agent-readable JSON health report for the gbrain install. Wraps `gbrain doctor` + `gbrain apply-migrations --list` so a host agent (your OpenClaw's morning-briefing, any OpenClaw cron) can see at a glance whether the skillpack needs attention. Use when the user asks "is gbrain healthy?", when a cron fires a morning check, or proactively when something seems off (jobs not running, brain not updating, autopilot silent).

70

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

72%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

Actionable and well-structured with concrete commands and a complete output contract, but held back by a redundant duplicate Output Format section and a missing re-verification step after the batch remediation loop.

Suggestions

Remove the duplicate '## Output Format' heading: merge the prose at line 119 ('The skill itself doesn't write files...') into the Contract or the existing Output format section to eliminate redundancy.

Add a post-execution re-verification checkpoint after the `actions[]` loop — e.g. re-run `gbrain skillpack-check` and confirm `healthy: true` — to close the feedback loop for this batch operation.

Note that `eval "$cmd"` runs free-text actions verbatim; flag that entries without a `Run:` prefix require agent judgment (or a confirmation step) before execution.

DimensionReasoningScore

Conciseness

Mostly lean and assumes Claude's competence, but the duplicate '## Output Format' heading (one with the JSON example, one with prose that restates the Contract) is redundant and could be tightened into a single section.

2 / 3

Actionability

Provides concrete, copy-paste-ready guidance: the `for cmd in $(echo "$REPORT" | jq -r '.actions[]')` loop, named remediation commands (`apply-migrations --yes`, `embed --stale`, `check-backlinks --fix`), and a complete JSON output example.

3 / 3

Workflow Clarity

Sequencing and exit-code validation (0/1/2) are clear and the exit-2 checklist is good, but the batch `actions[]` remediation loop lacks an explicit post-execution re-verification checkpoint, which the guidelines cap at 2 for batch operations.

2 / 3

Progressive Disclosure

A single well-organized file with clearly signaled, one-level-deep external references (`skills/migrations/v0.11.0.md`, `docs/guides/minions-fix.md`); no nested/bundled references and easy section-based navigation.

3 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description: concrete commands, natural triggers, and explicit what/when guidance in a distinct niche. The only minor blemish is the second-person possessive 'your OpenClaw's morning-briefing', but it describes the target environment rather than addressing the reader about the skill, so it does not warrant a penalty.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Run `gbrain skillpack-check` to produce an agent-readable JSON health report' and 'Wraps `gbrain doctor` + `gbrain apply-migrations --list`' — matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('produce an agent-readable JSON health report') and when ('Use when the user asks "is gbrain healthy?", when a cron fires a morning check, or proactively when something seems off'), with explicit triggers.

3 / 3

Trigger Term Quality

Includes natural phrases a user would say, e.g. 'is gbrain healthy?' plus contextual triggers like 'jobs not running, brain not updating, autopilot silent', giving good coverage of real terms.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (gbrain skillpack health) with distinct, tool-specific triggers, making it unlikely to fire for an unrelated skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
garrytan/gbrain
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.