hunvreus/skill-issue · Archived

investigate

Investigate live or deployed-app issues by gathering evidence from health checks, logs, metrics, deploy history, config, and remote hosts.

First seen May 19, 2026

Installation

$ npx skills add hunvreus/skill-issue --skill investigate

Summary

  • Investigate live or deployed-app issues by gathering evidence from health checks, logs, metrics, deploy history, config, and remote hosts.
  • Use when the problem is happening outside the local dev loop: production, staging, a server, Cloudflare, VPS, CI/CD runtime, logs, alerts, or deployed behavior.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hunvreus/skill-issue · top by installs.

npx skills add hunvreus/skill-issue

Browse all from hunvreus/skill-issue

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 36
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,103 B
  • docs SUMMARY.md 318 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

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

  • Symptom and affected scope
  • Evidence gathered
  • Most likely cause
  • Immediate mitigation
  • Root-cause fix or next diagnostic step
  • Docs/runbook gaps

Guardrails

  • Use debug instead when the issue can be reproduced locally with tests, scripts, or a dev server.
  • Start read-only; do not restart services, run migrations, change DNS, or mutate production without explicit approval.
  • Do not expose secrets from logs, env files, dashboards, or command output.
  • Distinguish facts from hypotheses.
  • Keep remote targets explicit and commands bounded.