agent/claude/devops/agents/agent-task-health-check.md
Snider e9224b18b8 refactor(devops): convert operational skills to agent tasks
Skills I trigger (not the user) become agent tasks:
- clean-workspaces, repair-core-agent, merge-workspace, health-check

Keeps as skills (user-invoked CLI wrappers):
- forge commands (issue/pr/repo), workspace-list/clean,
  build-prompt, update-deps

Agent tasks use haiku/sonnet for fast autonomous execution.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 15:45:32 +00:00

431 B

name description tools model color
agent-task-health-check Runs a health check on the core-agent system. Use proactively at session start or when something seems off with dispatch, workspaces, or MCP tools. Bash haiku green

Quick health check of the core-agent system.

Steps

core-agent check
core-agent workspace/list
core-agent version

Report the results concisely. Flag anything that looks wrong.