← ClaudeAtlas

wise-simplify-autolisted

Autonomously simplify recently-modified code and commit it — dispatches the `code-simplifier` agent over the working tree (cleanup only, behaviour preserved: clarity, consistency, dead-code/redundancy removal), then drafts a Conventional-Commits subject and commits. The lightweight per-commit tier of the plugin's two-tier quality model, as a standalone decision-free building block. NO prompts, never pushes. Invoked as `/wise-simplify-auto` (bare alias) or `/wise:wise-simplify-auto` (canonical). Use when the user says "simplify and commit", "clean up and commit", "run a simplify pass", or types `/wise-simplify-auto`.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-simplify-auto — simplify recently-modified code and commit Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists The simplify pass (the `code-simplifier` agent) is the plugin's lightweight per-commit cleanup; it is wired into the commit routine (`/wise-commit` runs it before staging) and into the implement phase (per task). This skill exposes it as a **standalone, decision-free building block**: run the pass, then commit the result — no prompts. The heavier multi-agent code-review branch gate is the other tier (the `code-review` workflow: `/wise-workflow-run code-review`). (Close cousin of `/wise-commit`, which also simplifies-then-commits via its `SIMPLIFY=yes` default; this skill makes the simplify step the explicit headline and is the autonomous building block workflows reuse.) ## Invocation ``` /wise-simplify-auto /wise:wise-simplify-auto # canonical namespaced form ``` No positionals, no flags. If the argument string contains anything other than optional whitespace, stop with: ``` Unknown argument(s): <the extra tokens> Usage: /wise-simplify-auto ``` ## Run on another harness (`--on`) If `$ARGUMENTS` contains `--on <harness>[:<model>[:<effort>]]` (or `--on ask` / a bare `--on`), do NOT