What problem does it solve? Todero inboxes accumulate stale, finished, or orphaned issue rows over time, and manually deciding which entries are safe to archive is slow and error-prone. This Skill classifies every inbox row, asks the user to confirm selections, and archives only accepted entries without touching issues, branches, or workspaces. ## Core Features & Use Cases - Read-only scan with safety buckets: Classifies each inbox row into buckets A (merged/finished), B (stale terminal), C (stale with unmerged commits), or D (keep), using workspace close-readiness and local Git metadata. - Checkbox confirmation workflow: Posts idempotent request_checkbox_confirmation interactions on the driving issue, chunking large scans into sequential cards and never re-offering previously declined items as default-checked. - Guarded apply step: Archives only accepted option IDs that exist in the originating scan file, and prints undo instructions (DELETE /api/issues/<id>/inbox-archive) for every archived row. - Use Case: An agent on a scheduled heartbeat runs scan with a 60-day stale threshold, posts the confirmation card, waits for the user's wake interaction, then runs apply to archive only the entries the user checked. ## Quick Start Ask the agent to garden my Todero inbox by scanning for stale entries older than 60 days, showing me a checkbox confirmation, and archiving only the entries I accept.