← Back to Skills Marketplace
Peter Bugfix Loop
by
chinasilva
· GitHub ↗
· v1.0.0
395
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install peter-bugfix-loop
Description
代码缺陷修复闭环。聚焦“先复现、再定位、最小修复、同上下文补测试”,并衔接现有 Peter 门禁与 PR 收口流程。
Usage Guidance
This skill is an instruction-only checklist for handling bugs and appears internally consistent. Before enabling it, verify: (1) your agent environment (or the user) has the necessary repo and CI access that the referenced 'peter-*' commands expect — those credentials are not declared by the skill; (2) you are comfortable with the agent reading code and tests in scope when you invoke it (the workflow requires inspecting related source files); and (3) any outputs (bug reports, reproduction scripts, logs) do not inadvertently include secrets. If you do not have the Peter tooling in your environment, the skill's hooks will be no-ops or may cause errors — that's expected behavior, not a security issue.
Capability Analysis
Type: OpenClaw Skill
Name: peter-bugfix-loop
Version: 1.0.0
The skill bundle defines a bug-fixing workflow for an AI agent. While the stated purpose is benign, the `SKILL.md` instructs the agent to 'retain CLI/HTTP/page reproduction scripts and commands' as part of the bug reproduction step. This implies the agent will execute arbitrary commands provided as part of the bug description or reproduction steps. This capability, without explicit mention of sandboxing or robust input sanitization, presents a significant Remote Code Execution (RCE) vulnerability risk if a malicious user or prompt injection could craft harmful commands, making the skill suspicious due to its high-risk capabilities.
Capability Assessment
Purpose & Capability
Name/description (bug-fix loop) match the SKILL.md content: reproduce, diagnose, minimal fix, tests, and hook into existing Peter PR/gate processes. No unrelated requirements are present.
Instruction Scope
Instructions are procedural and scoped to bug reproduction, root-cause hypothesis, minimal changes, and tests. They do not instruct reading unrelated system files or exfiltrating data. They reference running/using internal 'peter-*' gates but only as part of the stated workflow.
Install Mechanism
No install spec or code files — instruction-only. No downloads or archive extracts, so minimal installation risk.
Credentials
The skill declares no env vars or credentials (proportional). It does reference internal tooling commands (peter-code-review, peter-commit-ops, peter-ci-gate, peter-pr-ops). If those commands require credentials or access to repos/systems at runtime, access must be provided by the agent environment — the skill itself does not request or document those credentials.
Persistence & Privilege
always is false and there is no install-time persistence. The skill does not request or modify other skills' configs or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install peter-bugfix-loop - After installation, invoke the skill by name or use
/peter-bugfix-loop - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of peter-bugfix-loop skill.
- Provides a structured, step-by-step process for driving a bug from problem description to merge-ready fix.
- Emphasizes reproducibility, minimal fixes, and integration with existing Peter workflows.
- Includes mandatory bug report and testing formats.
- Defines guardrails to ensure disciplined, reproducible, and auditable bugfixing practices.
Metadata
Frequently Asked Questions
What is Peter Bugfix Loop?
代码缺陷修复闭环。聚焦“先复现、再定位、最小修复、同上下文补测试”,并衔接现有 Peter 门禁与 PR 收口流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.
How do I install Peter Bugfix Loop?
Run "/install peter-bugfix-loop" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Peter Bugfix Loop free?
Yes, Peter Bugfix Loop is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Peter Bugfix Loop support?
Peter Bugfix Loop is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Peter Bugfix Loop?
It is built and maintained by chinasilva (@chinasilva); the current version is v1.0.0.
More Skills