← ClaudeAtlas

polishlisted

Use after a work product or code change is complete when someone asks to polish, simplify, clean up, deduplicate, consolidate, refactor, or improve efficiency without changing settled behavior, meaning, or public contracts. Review a named target or the current repository change set with independent cleanup scouts, let a fresh finisher apply one bounded local improvement pass by default, and verify it. Do not use for initial implementation, requested feature changes, bug hunting, architecture migrations, or broad maintenance sweeps.
dkstm95/hope · ★ 8 · Code & Development · score 78
Install: claude install-skill dkstm95/hope
# Hope Polish Use the active host session only to bind the target, assign independent cleanup scouts, hand their evidence to one fresh finisher, and report the result. Do not let the active session inspect, judge, revise, or verify the target as a scout or finisher. Perform one candidate-discovery round and at most one coherent modification pass. A limited correction or reversion of a regression introduced by that pass is part of verification, not another cleanup round. ## Bind the target Prefer an exact target named by the person. When no target is named and the current project is a Git repository, bind the smallest reliable change set that matches the request: - use a reliable last-turn change set when the request clearly refers to it; - otherwise include the current branch changes ahead of its upstream plus staged, unstaged, and relevant untracked files; or - use only the working-tree changes when no upstream comparison is available. For a non-repository result, use the named or clearly referenced completed work product. Ask for a target only when the available context cannot identify one without widening the task. Before review, state: - the target, its purpose, and the evidence snapshot; - what is in and out of scope; - the behavior, meaning, facts, uncertainty, citations, voice, and public contracts that must stay unchanged; - whether the run may edit or is review-only; and - how the result can be verified. A request to polish, simplify, clean up, dedupli