What problem does it solve? Open pull requests accumulate merge conflicts and review feedback that require repetitive manual upkeep. This Skill automates scheduled maintenance of your authored GitHub PRs by resolving conflicts, addressing actionable review comments, validating changes, and staging everything without publishing until you explicitly ask. ## Core Features & Use Cases - Stage-only scheduled runs: Scan your open PRs, resolve unambiguous merge conflicts, apply narrow fixes for actionable review feedback, run relevant checks, and stage the results without committing or pushing. - Explicit push and cleanup workflows: Commit and push staged work only after an unambiguous user request, then optionally remove automation worktrees after confirmation. - Safety boundaries: Never force-push, rebase, amend, bypass hooks, reply to reviewers, or touch unrelated work; ambiguous situations are reported as blocked instead of guessed. - Use Case: A scheduled daily run finds your PR has a merge conflict and one unresolved review comment. It resolves the conflict in an isolated worktree, applies the requested fix, runs the relevant tests, stages everything, and reports the result so you can review and push later. ## Quick Start Use $daily-pr-maintenance to stage safe maintenance for my open pull requests and explain the result.