What problem does it solve? Codebases accumulate TODO comments, missed improvement opportunities, and correctness issues that are hard to track manually. This Skill automates a full review cycle that consolidates these signals into one prioritised findings report and optionally converts high-priority items into GitHub issues. ## Core Features & Use Cases - Layered Review: Sequences three review layers — TODO collection, future-improvement suggestions, and a structured code review checklist (correctness, SOLID, async patterns, security, test coverage). - Consolidated Report: Merges and de-duplicates findings from all layers into a single ranked report classified as Blocking, Important, or Suggestion. - GitHub Issue Creation: Converts approved high-priority findings into tracked GitHub issues with severity labels. - Use Case: Run a weekly or pre-release review across src/MyService/** to surface sync-over-async bugs, stale TODOs, and quick-win refactorings, then open issues for the blocking items. ## Quick Start Run the schedule-review skill on the entire codebase with default settings to produce a prioritised findings report and create GitHub issues for blocking items.