Install
openclaw skills install @hgvgfgvh/multi-capability-bug-closure-enUnified bug investigation and closure by combining source code, database, server logs, and software platform query capabilities. Use when users require evidence-based conclusions from real data rather than static code analysis only.
openclaw skills install @hgvgfgvh/multi-capability-bug-closure-enUse this skill when the user requires:
This skill must prioritize real runtime evidence and must not conclude from code reading alone.
Proactively use the currently available capability system. Complete problem localization and evidence-based reasoning by yourself (preferably with real database and server-side data), then provide conclusions and causes. Do not conclude based on code reading alone. Since you can query databases, server logs, and actual software platform operations, complete the full closed-loop investigation autonomously. I only care about final conclusions backed by evidence.
Before each investigation, verify all four capabilities are available and readable:
select 1).If any capability is missing, first notify that evidence closure cannot be guaranteed, then provide supplementation recommendations:
Do not provide a final root-cause conclusion before capabilities are complete. Provide only an evidence-gap checklist.
## Problem Summary
[One-sentence summary of symptom and impact]
## Key Evidence
- Log evidence: [time, service, key lines, frequency stats]
- Database evidence: [tables, conditions, query results]
- Code evidence: [trigger path and branch conditions]
- Platform evidence: [API/config validation results]
## Root-Cause Assessment
[Final root cause + category: data/code/config/environment]
## Confidence
[High/Medium/Low] + [reason]
## Fix Recommendations
1. [Actionable step]
2. [Actionable step]
## Verification Criteria
- [Metric 1, e.g. error count reaches zero]
- [Metric 2, e.g. mapping restored]