What problem does it solve?
This Skill solves the overhead of handling many small, independent code maintenance tasks by grouping them into a disciplined batch workflow instead of managing each change separately.
Core Features & Use Cases
- Scoped Chore Batching: Converts scattered cleanup requests, lint fixes, typos, renames, accessibility tweaks, stale comments, and dependency updates into checkable done-conditions.
- Parallel Task Execution: Organizes independent work into isolated subagent tasks while preventing scope creep and file collisions.
- Use Case: A team can combine dozens of minor review comments and maintenance fixes into one verified chore pull request with a single batch verification record.
Quick Start
Use the punch-list skill to gather my small independent maintenance tasks, define their done-conditions, and prepare a verified chore workflow.