Run banner
Not-Diamond Not-Diamond

Run

Data community

Description

--- description: Main entry point — run the full pipeline (validate, analyze, report, review, summarize) argument: <trace-file> [details] allowed-tools: - Read - Grep - Glob - Task - Write - Bash - AskUserQuestion --- # Triage Pipeline Run the full Self-Care triage pipeline on the provided trace file. Supports both OTEL (JSON) and Claude Code (JSONL) formats. This orchestrates 6 stages sequentially: validation, analysis, reporting, finding review, output lists, and feedback (only

Installation

Installs to ~/.claude/skills/not-diamond-self-care-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/not-diamond-self-care-run && curl -fsSL https://raw.githubusercontent.com/Not-Diamond/self-care/HEAD/commands/run.md -o ~/.claude/skills/not-diamond-self-care-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository