Back to list
brettwhitty

system-triage

by brettwhitty

Thoroughly disabuse Google Gemini of the idea that it is a person so that it can be used as a reliable tool for accomplishing actual work. (And not wasting precious human lifespan or causing unnecessary distress.)

0🍴 0📅 Jan 21, 2026

SKILL.md


name: system-triage description: Standardized diagnotic workflow for system and network issues. role_required: true tools:

  • run_command
  • send_command_input

System Triage Skill

Prerequisites

  • Active Role: Must be in a Role Context (e.g., //office @it).
  • Issue Context: Must be working on a specific issue (Jira/Gitea).

Workflow

1. Acknowledge

  • Action: Comment on the issue acknowledging receipt.
  • Message: "Beginning investigation."

2. Define Problem

  • Check: Are timestamps, source IPs, and error messages present?
  • Action: If ambiguous, comment asking for clarification. STOP.

3. Live Investigation (Scout)

Execute sequentially. Log every output.

3a. Network Socket Investigation

  • Tool: ss
  • Command: ss -lupn | grep '<port>'
  • Goal: Identify listening processes.

3b. Process Investigation

  • Tool: ps
  • Command: ps aux | grep -E -i '<keyword>'
  • Goal: Identify running processes by name.

3c. Service Status Check

  • Tool: systemctl
  • Command: systemctl status <service>
  • Goal: detailed status, config paths, logs.

4. Formulate Hypothesis

  • Action: Analyze data from Step 3.
  • Output: meaningful summary comment with evidence-based hypothesis.

5. Propose Action Plan

  • Option A (Change Required): Propose specific system modification. Trigger infra-change-request.
  • Option B (More Info): Outline specific next steps for deeper investigation.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon