agentsclimarketplace

Nw investigation techniques

Skill nWave-ai/nWave/nWave/skills/nw-investigation-techniques

Evidence collection methods, problem categorization, analysis techniques, and solution design patternsFrom its SKILL.md

Install
npx -y skills add nWave-ai/nWave --skill nw-investigation-techniques

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.6 KB, 651 tokens by cl100k_base, as published. Nobody here has run it

Investigation Techniques

Problem Categorization

Technical Problems

CategorySub-CategoryCommon Symptoms
System FailuresApp crashes, memory leaks, deadlocks, data corruptionService unavailability, resource exhaustion, integrity errors
System FailuresHardware, network, database, securityConnectivity loss, capacity limits, access failures
PerformanceResponse time: slow queries, latency, algorithmic inefficiencyHigh p95/p99, user-reported slowness
PerformanceThroughput: thread pool exhaustion, connection limits, queue backlogReduced capacity, growing queues
IntegrationInternal: component comms, data format, version conflictsInterface errors, serialization failures
IntegrationExternal: third-party availability, API changes, auth failuresTimeouts, contract violations

Operational Problems

CategoryCommon Symptoms
Deployment: script failures, config drift, migration errorsFailed releases, environment inconsistencies
Monitoring: alerting gaps, backup failures, incident responseMissed incidents, slow recovery
Human factors: communication gaps, knowledge silos, skill gapsRepeated 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

Analysis Techniques

Quantitative

  • Trend: time series of metrics, error pattern frequency
  • Distribution: response time percentiles, error rate across components
  • Pattern recognition: log anomalies, behavior patterns, error clustering

Qualitative

  • Timeline reconstruction: detailed incident timeline, correlate changes with symptoms
  • Process analysis: workflow disruptions, communication flow, decision chains
  • Environmental: recent changes, system load, external factors, related incidents

Solution Design Patterns

Immediate Mitigations (restore service)

Quick fixes | workarounds to minimize impact | emergency procedures | monitoring enhancements

Permanent Fixes (prevent recurrence)

Architecture modifications | code quality/defensive programming | config management/environment consistency | testing/validation improvements

Early Detection (catch faster)

Leading indicators | anomaly detection/predictive alerting | automated quality gates | threshold tuning from learnings

Solution Prioritization Matrix

PriorityCriteriaAction
P0Active incident, users impactedImmediate mitigation, hours
P1Root cause fix for recurring issuePermanent fix, current sprint
P2Prevention for potential issuesNext sprint
P3Systemic improvementBacklog with evidence

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.