← Back to Skills Marketplace
mars82311111

Bug Fixer Pro

by mars82311111 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bug-fixer-mars
Description
Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems.
README (SKILL.md)

bug-fixer

使用方式

# 自动诊断并修复
./scripts/autonomous-fix.sh \x3C问题描述>

# 或直接运行诊断
./scripts/autonomous-fix.sh diagnose \x3C错误信息>

工作流程

  1. 问题收集: 收集错误日志、症状描述
  2. 根因分析: 定位问题根源
  3. 修复执行: 实施修复
  4. 验证确认: 确保问题解决

注意事项

  • 修复前先备份原文件
  • 修复后运行验证
  • 记录修复过程到 .learnings/ERRORS.md
Usage Guidance
This skill appears coherent and local in scope, but review these items before installing or running it: 1) inspect ${WORKSPACE}/skills/feishu-send-file/scripts/send-message.sh (or ensure it does not exist) because the fixer will call it to send notifications if present — that could transmit reports externally; 2) the SKILL.md advises backing up files, but the script does not implement explicit backups, so create backups yourself before running; 3) the fixer writes logs and .md records under ${HOME}/.openclaw (memory, fixes, logs) — confirm you are comfortable with those files being created; 4) the script's “fix” steps are largely analytical and record-keeping (not arbitrary code execution), but test it in a safe environment first. If you want stronger assurances, request the author to remove automatic notification calls or to add explicit backup steps and to document exactly what file modifications (if any) will be made.
Capability Analysis
Type: OpenClaw Skill Name: bug-fixer-mars Version: 1.0.0 The skill bundle provides a framework for autonomous bug diagnosis and repair, consisting of a workflow to analyze error logs and document fixes. The primary script, `scripts/autonomous-fix.sh`, implements a structured logic for error categorization and reporting but currently performs only symbolic actions (echoing status messages) rather than actual system modifications. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is well-quoted and follows its stated purpose.
Capability Assessment
Purpose & Capability
The SKILL.md and included bash script implement a local autonomous bug diagnosis/fix workflow that reads/writes under ${HOME}/.openclaw; no unrelated credentials, binaries, or cloud APIs are requested. The script's behavior (analyze, search local knowledge base, generate a fix record, and simple verification) matches the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script and to back up originals and record to .learnings/ERRORS.md, but the script itself writes records to ${WORKSPACE}/memory/fixes and does not implement explicit backup logic. The script reads logs and markdown files from the workspace and may call an existing feishu-send-file/send-message.sh script (if present) to send notifications — so notifications could be sent externally only if that helper exists and is configured.
Install Mechanism
No install spec is provided (instruction-only skill with a bundled script). Nothing is downloaded or written by an installer during installation.
Credentials
The skill requests no environment variables or credentials. It operates on files under ${HOME}/.openclaw (workspace, memory, logs), which is proportionate to an autonomous fixer. Note: if a separate notification helper script (feishu-send-file) exists in the workspace and is configured with credentials, this skill will invoke it to send reports.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills' configurations. It creates and writes its own workspace files and logs under ${HOME}/.openclaw, which is consistent with its purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bug-fixer-mars
  3. After installation, invoke the skill by name or use /bug-fixer-mars
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of bug-fixer-mars. - Introduces autonomous bug diagnosis and repair for code or systems. - Provides usage instructions for automated fix and diagnosis scripts. - Details workflow: issue collection, root cause analysis, repair, and verification. - Emphasizes best practices such as file backup, post-fix validation, and process documentation.
Metadata
Slug bug-fixer-mars
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bug Fixer Pro?

Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Bug Fixer Pro?

Run "/install bug-fixer-mars" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bug Fixer Pro free?

Yes, Bug Fixer Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bug Fixer Pro support?

Bug Fixer Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bug Fixer Pro?

It is built and maintained by mars82311111 (@mars82311111); the current version is v1.0.0.

💬 Comments