health-check

Check GasTown health status without triggering upstream updates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/justSteve/GasTownOperations --skill health-check-juststeve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/justSteve/GasTownOperations/tree/main/.claude/skills/health-check
Command: npx skills add https://github.com/justSteve/GasTownOperations --skill health-check-juststeve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick GT health status without syncing upstream or running fixes.

Core Features & Use Cases

  • Check GT version to verify the installed release.
  • Run doctor (no fix) to assess health without applying changes.
  • Check active agents via GT commands to confirm operation.
  • Check daemon status to ensure the service is running.
  • Generate a concise health report summarizing the findings.

Quick Start

Run the health-check workflow to output a concise GasTown health summary.

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I check GasTown health status without triggering an upstream update?

GasTown health status can be checked without triggering upstream updates by running a quick health-check that outputs a summary of the GT version, doctor results, active agents, and daemon status without applying fixes.

What is included in a GasTown health report?

A GasTown health report includes the installed GT version, doctor results without applied fixes, active agents confirmed via GT commands, and daemon status to provide a concise summary of system operation.

Can I run a doctor check on GasTown without applying fixes?

Yes, you can run a doctor check without applying fixes to assess GasTown health safely during system maintenance, post-change verification, or incident triage where full syncs and changes are unnecessary.

How do I verify active agents and daemon status in GasTown?

You verify active agents and daemon status in GasTown by running a quick health-check that uses GT commands to confirm agent operation and ensure the daemon service is currently running.

When should I use a quick GasTown health check instead of a full sync?

Use a quick GasTown health check instead of a full sync during system maintenance, post-change verification, and incident triage when you only need to assess status without triggering upstream updates or running fixes.

Does the health-check workflow require any dependencies or components?

No, the health-check workflow requires no dependencies or components, implementing a frontmatter with name and description in SKILL.md while supporting optional scripts, references, and assets to generate a health summary.