Harness-engineering harness-diagnostics

name: harness-diagnostics

install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest: agents/skills/claude-code/harness-diagnostics/skill.yaml
source content

name: harness-diagnostics version: "1.0.0" description: Classify errors into taxonomy categories and route to resolution strategies stability: static cognitive_mode: diagnostic-investigator triggers:

  • manual
  • on_bug_fix platforms:
  • claude-code
  • gemini-cli
  • cursor
  • codex tools:
  • Bash
  • Read
  • Glob
  • Grep
  • Edit
  • Write cli: command: harness skill run harness-diagnostics args:
    • name: path description: Project root path required: false
    • name: error description: Error message or description to diagnose required: false mcp: tool: run_skill input: skill: harness-diagnostics path: string type: rigid tier: 3 phases:
  • name: classify description: Categorize the error into one of 7 taxonomy categories required: true
  • name: route description: Apply the resolution strategy for the error category required: true
  • name: resolve description: Execute the resolution and verify the fix required: true
  • name: record description: Record findings in anti-pattern log if initial approach failed required: false state: persistent: true files:
    • .harness/diagnostics/ keywords:
  • error-diagnosis
  • debugging
  • error-taxonomy
  • troubleshooting
  • bug-fix
  • root-cause
  • error-classification
  • resolution-strategy
  • anti-pattern
  • stack-trace
  • error-routing stack_signals:
  • nodejs
  • python
  • go
  • java
  • typescript
  • rust depends_on: []