investigate

Installation
SKILL.md

Investigate Live

Input

  • A live or deployed app, environment, host, service, incident, symptom, alert, or user-reported production issue.
  • Use explicit input first; otherwise infer from context, logs, alerts, selected files, or branch.
  • Safest default: identify environment, host/platform, timeframe, and symptom before running commands.

Workflow

  1. Define symptom. Capture what is broken, when it started, who is affected, and what changed recently.
  2. Map targets. Identify platform, environment, host/service names, deploy version, domains, databases, queues, and dependencies.
  3. Gather read-only evidence. Check health endpoints, logs, metrics, recent deploys, config, resource usage, errors, and dependency status.
  4. Form hypotheses. List likely causes and test one at a time.
  5. Use bounded commands. Prefer targeted commands with timeouts and limited output; avoid dumping secrets or huge logs.
  6. Recommend fix path. Separate immediate mitigation, root-cause fix, rollback, and follow-up hardening.
  7. Document findings. Update the relevant docs/development/*.md file if the investigation reveals missing developer or operator knowledge.

Output

Installs
10
GitHub Stars
36
First Seen
May 19, 2026
investigate — hunvreus/skill-issue