Auto Improve
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is instruction-only and purpose-aligned, but it asks the agent to automatically persist and reuse task/project learnings across sessions without clear user controls.
Install this only if you are comfortable with the agent keeping cross-session learning records. Review any .antigravity.md changes, avoid storing secrets or private project details, and prefer an explicit ask-before-save workflow.
Findings (2)
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.
Project details, mistakes, or sensitive task context could be stored and reused in later sessions, and stale or poisoned saved context could influence future agent behavior.
The skill tells the agent to load global memory and persist task/action/error context after every action, including updates to a project file, without scoping, sanitization, retention, or review controls.
recall_memory(tags=["mistakes", project_name]) ... Nach JEDER Aktion: save_pattern(situation=task.context, action=task.approach, ...) ... # Auto-Update .antigravity.md
Require explicit user approval before saving, store only minimal sanitized lessons, exclude secrets and private data, document where memory is kept, and provide an easy way to review and delete saved entries.
The agent may try to run improvement checks, summarize learnings, or update persistent notes around normal tasks without a separate explicit prompt each time.
The skill documents automatic lifecycle triggers. This is aligned with an auto-improvement skill, but it means the behavior is not limited to a single manual command.
Wann aktivieren: - Session-Start (automatisch) - Nach jedem Task-Abschluss - Bei Fehlern ... session_end: - summarize_learnings - update_antigravity
Use this only if you want automatic lifecycle behavior; otherwise restrict it to manual commands such as /improve and require confirmation before persistent updates.
