Skip to main content
ClaudeWave
Skill389 repo starsupdated today

process-triage

Process-triage provides diagnostic tools for identifying and safely managing runaway processes through the `pt` command wrapper. Use it when system processes consume excessive resources and you need structured analysis before termination, relying on `pt scan`, `pt deep-scan`, and `pt agent` subcommands to assess process behavior and recommend remediation steps that require explicit user approval before execution.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/boshu2/agentops /tmp/process-triage && cp -r /tmp/process-triage/images/gemini/skills/process-triage ~/.claude/skills/process-triage
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# process-triage

Use `pt` as the user-facing command and `pt help` for wrapper-aware help.

Core workflows:
- `pt scan --format json`
- `pt deep-scan --format json`
- `pt agent plan`
- `pt agent explain`
- `pt agent apply`

Safety:
- Never kill automatically without explicit user approval
- Prefer `pt agent` over legacy `pt robot`
- Use structured output for agent automation