What problem does it solve? Open pull requests authored by an automated Todero instance drift out of date, accumulate failing checks, and lose track of their originating issues. This Skill mechanically discovers those PRs, verifies readiness at the current head SHA, and drives non-ready ones back to green without ever merging, approving, or closing anything. ## Core Features & Use Cases - Scoped Candidate Discovery: Scans Todero issues via the extract-search API for PR URLs, deduplicates them, and filters by author allowlist so community contributions are excluded by default. - Current-Head Readiness Verification: Re-fetches each PR's head SHA and evaluates check runs, Greptile results, review decisions, merge conflicts, and base-branch distance to assign ready, needs_gardening, or report_only verdicts. - Automated Remediation Loop: Dispatches /prepare-todero-pr tasks for non-ready PRs with cooldowns, round limits, and task deduplication, then publishes a confidence-bucketed Markdown report. - Use Case: A Todero operator runs the workflow weekly to find all open PRs the instance authored in the last 14 days, identify which have failing CI or missing Greptile reviews, and automatically dispatch fix tasks while generating an auditable report. ## Quick Start Ask the agent to run pr-gardening in dry-run mode to discover and report on all open pull requests this Todero instance authored in the last 14 days.