workclaw-cleanup-execution

Execute reviewed repository hygiene cleanup batches and route verification through workclaw-change-verification.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill workclaw-cleanup-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workclaw-cleanup-execution
Source: https://github.com/haojing8312/WorkClaw/tree/main/.agents/skills/workclaw-cleanup-execution
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill workclaw-cleanup-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces safe, traceable execution of a repository hygiene cleanup batch that has already been reviewed and scoped, preventing scope creep and unauthorized changes.

Core Features & Use Cases

  • Confirm and apply: Verify the exact reviewed batch and apply only the specified cleanup actions to the confirmed file list.
  • Scope containment: Keep changes strictly limited to the approved batch and report any unreviewed findings instead of expanding scope.
  • Verification routing: Route post-change verification through the designated workclaw-change-verification workflow and produce an auditable summary of files changed.
  • Use Case: A maintainer runs this Skill after a hygiene review to remove or update a set of flagged files without altering unrelated code or assets.

Quick Start

Execute the approved cleanup batch by applying only the reviewed actions to the confirmed file list and then route verification through workclaw-change-verification.

Frequently Asked Questions about workclaw-cleanup-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely execute a reviewed repository cleanup batch without scope creep?

To safely execute a repository cleanup batch, you apply only the reviewed file-level actions to a confirmed candidate list. This prevents scope creep by reporting any unreviewed findings instead of expanding the scope of changes.

What is batch repo cleanup execution for repository maintenance?

Batch repo cleanup execution is the process of applying pre-reviewed file-level actions to a confirmed list of candidate files for repository hygiene. It ensures changes are strictly limited to the approved batch for safe maintenance.

How do I verify repository changes after applying a hygiene cleanup batch?

To verify repository changes after a hygiene cleanup, you route verification through the workclaw-change-verification process. This produces an auditable summary list of files changed during the batch execution.

Can I expand the cleanup scope if I find unreviewed files during batch execution?

You cannot expand the cleanup scope during batch execution. The execution keeps changes strictly limited to the approved batch and reports any unreviewed findings separately instead of applying unauthorized actions to them.

What happens if I run repo cleanup without a confirmed list of candidate files?

Running repo cleanup without a confirmed list of candidate files prevents safe execution. The process requires a pre-reviewed batch to ensure changes are limited to approved actions and to generate a verifiable files-changed list.

Does workclaw-cleanup-execution work with other workclaw processes?

Workclaw-cleanup-execution works with the workclaw-change-verification process to route post-change verification. It applies the approved cleanup batch and then passes the results to the verification workflow for an auditable summary.