repair-agent

PassAudited by ClawScan on May 6, 2026.

Overview

This is a coherent instruction-only bug-fixing skill, but using it may cause an agent to edit code and run tests, so users should review changes before accepting them.

This skill appears appropriate for automated bug fixing. Before installing or invoking it, make sure you are comfortable with an agent analyzing your codebase, proposing or applying patches, and running test commands. Review all diffs before accepting them.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked with file and command access, the agent may edit source files and run tests in the project workspace.

Why it was flagged

The skill directs the agent toward generating code changes and validating them through test execution, which is expected for bug repair but can affect a user's working tree or runtime environment.

Skill content
- Create targeted patches for each hypothesis
- Validate patches with test execution
- Iterate until success or exhaustion
Recommendation

Use it on trusted repositories, review generated diffs, and require confirmation before applying final patches or running expensive or unsafe tests.