nw-investigation-techniques

nw-investigation-techniques is a skill for Claude Code from nWave-ai/nWave. It costs 21 tokens per session (705 once invoked), scanned A, original, MIT.

A guide to collecting evidence, grouping technical problems, analysing their causes, and designing solutions. It covers failures in systems, performance, integrations, deployments, monitoring, and team communication.

In plain words
What is it for?
Use it to investigate crashes, slow services, broken integrations, failed releases, missed alerts, and similar operational problems.
Why use it?
It gives investigations a repeatable structure when symptoms are unclear or several causes are possible. This helps reduce guesswork during debugging and incident response.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to investigate crashes, slow services, broken integrations, failed releases, missed alerts, and similar operational problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nwave-ai/nwave/nw-investigation-techniques
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nWave-ai/nWave --skill nw-investigation-techniques
Clone the repo
git clone --depth 1 https://github.com/nWave-ai/nWave

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nw-investigation-techniques

README.md
[![agentmods](https://agentmods.dev/badge/skills/nwave-ai/nwave/nw-investigation-techniques/github.svg)](https://agentmods.dev/skills/nwave-ai/nwave/nw-investigation-techniques)
Your own site
<a href="https://agentmods.dev/skills/nwave-ai/nwave/nw-investigation-techniques"><img src="https://agentmods.dev/badge/skills/nwave-ai/nwave/nw-investigation-techniques/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nw-investigation-techniques

Your own site · 80×15
<a href="https://agentmods.dev/skills/nwave-ai/nwave/nw-investigation-techniques"><img src="https://agentmods.dev/badge/skills/nwave-ai/nwave/nw-investigation-techniques.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 705 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00705
Opus 5 $0.00010 $0.00352
Sonnet 5 $0.00004 $0.00141
Haiku 4.5 $0.00002 $0.00071

Measured 7d ago against content hash e110e1f70fff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nw-investigation-techniques scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

nWave/skills/nw-investigation-techniques/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Investigation Techniques

Problem Categorization

Technical Problems

Category Sub-Category Common Symptoms
System Failures App crashes, memory leaks, deadlocks, data corruption Service unavailability, resource exhaustion, integrity errors
System Failures Hardware, network, database, security Connectivity loss, capacity limits, access failures
Performance Response time: slow queries, latency, algorithmic inefficiency High p95/p99, user-reported slowness
Performance Throughput: thread pool exhaustion, connection limits, queue backlog Reduced capacity, growing queues
Integration Internal: component comms, data format, version conflicts Interface errors, serialization failures
Integration External: third-party availability, API changes, auth failures Timeouts, contract violations

Operational Problems

Category Common Symptoms
Deployment: script failures, config drift, migration errors Failed releases, environment inconsistencies
Monitoring: alerting gaps, backup failures, incident response Missed incidents, slow recovery
Human factors: communication gaps, knowledge silos, skill gaps Repeated mistakes, slow onboarding

Evidence Collection

Technical Evidence Sources

Logs: application (timestamp correlation) | system/infrastructure | database | network traces

Metrics: performance/resource utilization | error rates/response time trends | user behavior/transaction patterns | infrastructure health/capacity

Configuration: system/deployment settings | code changes/VCS history (git log, blame) | env vars/dependencies | security/access controls

Evidence Validation

  1. Cross-reference: verify from multiple independent sources
  2. Timestamp validation: confirm event sequence accuracy
  3. Completeness check: identify data gaps/corruption
  4. Correlation vs causation: distinguish co-occurrence from causation

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 78 lines · 21 tokens per session scan A e110e1f70fff

Subscribe to this mod's changes

nw-investigation-techniques is a skill published in the GitHub repository nWave-ai/nWave (610 stars, last pushed 4d ago), licensed MIT. It adds 21 tokens to every session and 705 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

dynamo-interconnect-check

Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods.

NVIDIA/skills · 71 tokens

behavior-contract

Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.

a5c-ai/babysitter · 25 tokens

dynamo-troubleshoot

Diagnose failed or unhealthy Dynamo deployments. Use when pods, model-cache jobs, PVCs, workers, frontend/router health, endpoints, or benchmark jobs fail; use recipe-runner/router-starter before this for normal bring-up.

NVIDIA/skills · 52 tokens

debugging

A structured method for finding and fixing software bugs. It starts by writing a test that reproduces the failure, then investigates its underlying cause before making a small fix.

Insajin/autopus-adk · 16 tokens

hk-rca

Interactive Root Cause Analysis enforcer. Guides you through the 7-step RCA protocol: Reproduce, Locate, Hypothesis, Failing Test, Fix, Verify Live, Document. Use when debugging a bug, investigating a failure, or when something unexpected happened. This skill gates each step — it won't let you skip to a fix without…

deepklarity/harness-kit · 111 tokens

debug-flow

Systematic debugging workflow. Reproduce the issue, isolate root cause, write a failing test, fix, verify. Use when diagnosing bugs or unexpected behavior.

DVNghiem/FlowDeck · 34 tokens