Test And Fix

PassAudited by ClawScan on Mar 31, 2026.

Overview

Instruction-only skill that runs lint/type-check/tests/build, makes minimal code fixes, and writes a Markdown report — its requirements and instructions are consistent with that purpose.

This skill is internally consistent for running checks and making small fixes, but it will modify repository files and create a report in reports/. Before enabling or running it: (1) ensure the agent's write/commit rights are what you expect — prefer a dedicated branch or sandbox so changes can be reviewed; (2) have backups or use a code review/PR workflow so changes are not pushed blindly; (3) be prepared that running tests/builds may require environment variables, secrets, or external services — do not provide sensitive credentials unless you trust the agent and review requests; (4) confirm what the platform 'Write' tool does (where files are saved and whether changes are committed); and (5) if you want stricter control, instruct the agent to open a patch/PR rather than directly committing changes.