triage is agent-read markdown (skill) from ulises-jeremias/agent-toolkit: Workstation health triage — validate tooling, directory layout, and run doctor with remediation.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Workstation Triage ()
Use when the user reports workstation issues, install problems, tool failures, or needs a health check before starting work.
## Prerequisites
Run this skill on the **local workstation** where the user is experiencing issues. Do not run it on a remote server unless the user confirms the remote has the setup.
Verify `doctor` is installed:
```bash
command -v doctor
```
If missing, install via chezmoi (`chezmoi apply`) or direct installation.
## Output modes
Use the mode that matches the user's need:
| Mode | Command | When to use |
|------|---------|-------------|
| **Colored** (default) | `doctor` | Interactive terminal session — human-readable colored output |
| **Markdown** | `doctor --issue` | GitHub issues, Slack threads, tickets — paste-ready block |
| **JSON** | `doctor --json` | Automation scripts, CI parsing — single-line machine-readable |
### Markdown output (`--issue`)
Always use `doctor --issue` (not the default) when the output will be shared in:
- GitHub issues or PR comments
- Slack messages
- Support tickets
- Any written async communication
### JSON output (`--json`)
Use `doctor --json` only when:
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_ayjkrwwidqpntmbt
GET https://markdownregistry.com/api/v1/resolve?ref=ulises-jeremias/agent-toolkit/triage
GET https://markdownregistry.com/api/v1/blob/c7238486db2c2e4eedd4bfed2a266e2e9906d7c4a76621508d1d31f5621f0d3d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/adr/SKILL.md · WHAT — Create and maintain Architecture Decision Records (ADRs) per the process. Covers when
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/blast-radius/SKILL.md · Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe…
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/bug/SKILL.md · WHAT - Draft and review bugs using the Bug Template; classifies whether an issue should be
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/c4-model/SKILL.md · WHAT — C4 model methodology (Context, Container, Component, Code) guidance — what to draw at each level, when, and how…
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/chrome-devtools/SKILL.md · Use Chrome DevTools MCP to control and inspect a live Chrome instance for network, console, performance, rendering, and…
qwenlm/qwen-code · .qwen/skills/triage/SKILL.md · Gatekeep and review GitHub issues and pull requests for Qwen Code maintainers. Use for GitHub Action issue triage, PR…
hashgraph-online/awesome-codex-plugins · plugins/AgiFlow/ai-plugin/skills/triage/SKILL.md · Diagnose stalled, blocked, overloaded, or unhealthy Agiflow projects and recommend specific corrective actions. Use for…
sethgammon/citadel · skills/triage/SKILL.md · GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or…
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/triage/SKILL.md · Triage review findings interactively — approve, skip, or prioritize each issue. Use after /phx:review to filter…
activeing123/mcptoon · plugin/mcptoon-skills/skills/triage/SKILL.md · Diagnose and fix broken MCP servers in mcptoon — doctor, health, per-server probes, and the common failure playbook.
jongwony/epistemic-protocols · epistemic-cooperative/skills/triage/SKILL.md · Work-unit triage for GitHub issues. Groups raw issues, fuses each group with the AGENTS.md northstar, and externalizes…