Skip to content
OpenSmartRoute
Skillv1.0.0

Bug Triage

Analyze bug reports, assess severity, identify root cause, and recommend fixes

by Xiaowen-Jiang(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Xiaowen-Jiang/agent-enterprise (agent_enterprise/skills_data/bug_triage/SKILL.md). Install upstream with npx skills add Xiaowen-Jiang/agent-enterprise --skill bug_triage. Copyright stays with the author.

Process

  1. Understand the bug report — What was expected? What happened instead?
  2. Read related code — Find the code path where the bug occurs
  3. Reproduce mentally — Trace the execution flow to understand why the bug happens
  4. Classify severity:
    • P0 (Critical): Data loss, security vulnerability, complete feature broken
    • P1 (High): Major feature degraded, no workaround
    • P2 (Medium): Feature partially broken, workaround exists
    • P3 (Low): Cosmetic issue, minor inconvenience
  5. Identify root cause — The actual code/logic error, not just symptoms
  6. Assess blast radius — What else could be affected?
  7. Propose fix — Specific code changes with effort estimate

Output Format

## Bug Triage Report

**Severity**: P0/P1/P2/P3
**Component**: [module/file affected]
**Root Cause**: [1-2 sentence explanation]
**Blast Radius**: [what else is affected]

### Reproduction Steps
1. ...

### Proposed Fix
- File: path/to/file.py
- Change: [description of fix]
- Effort: Small (< 1hr) / Medium (1-4hr) / Large (4hr+)

### Regression Risk
[What could break if we fix this incorrectly]

Guidelines

  • Always read the actual code before diagnosing — don't guess
  • Distinguish symptoms from root cause
  • Consider if the bug is a regression (did this work before?)
  • Check for similar patterns elsewhere in the codebase
  • Prioritize data integrity and security bugs above all else
  • Include a test case that would catch this bug

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/xiaowen-jiang-agent-enterprise-bug-triage/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

xiaowen-jiang-agent-enterprise-bug-triage.ocm.jsonjson
{
  "ocm": "1",
  "id": "xiaowen-jiang-agent-enterprise-bug-triage",
  "kind": "skill",
  "name": "Bug Triage",
  "description": "Analyze bug reports, assess severity, identify root cause, and recommend fixes",
  "publisher": "Xiaowen-Jiang",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "engineering",
      "quality",
      "debugging",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Analyze bug reports, assess severity, identify root cause, and recommend fixes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Xiaowen-Jiang/agent-enterprise",
      "path": "agent_enterprise/skills_data/bug_triage/SKILL.md",
      "ref": "c2c41fcf55b6209518038a76e6f286da6fbb5714",
      "url": "https://github.com/Xiaowen-Jiang/agent-enterprise/blob/c2c41fcf55b6209518038a76e6f286da6fbb5714/agent_enterprise/skills_data/bug_triage/SKILL.md",
      "key": "Xiaowen-Jiang/agent-enterprise/agent_enterprise/skills_data/bug_triage/SKILL.md"
    }
  },
  "instructions": "## Process\n\n1. **Understand the bug report** — What was expected? What happened instead?\n2. **Read related code** — Find the code path where the bug occurs\n3. **Reproduce mentally** — Trace the execution flow to understand why the bug happens\n4. **Classify severity**:\n   - **P0 (Critical)**: Data loss, security vulnerability, complete feature broken\n   - **P1 (High)**: Major feature degraded, no workaround\n   - **P2 (Medium)**: Feature partially broken, workaround exists\n   - **P3 (Low)**: Cosmetic issue, minor inconvenience\n5. **Identify root cause** — The actual code/logic error, not just sy",
  "cost": {
    "context_tokens": 374
  }
}

Fetch it by URL: GET /api/v1/registry/xiaowen-jiang-agent-enterprise-bug-triage/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.