What problem does it solve? Repositories accumulate hygiene problems over time: Issues stuck in-progress for hours, pull requests left unreviewed for over 24 hours, and branches abandoned after merge. This Skill automatically detects and resolves these inconsistencies between GitHub Issues and Projects V2, keeping the repository clean without any manual user intervention. ## Core Features & Use Cases - Stale Issue & Orphan PR Detection: Finds Issues stuck in-progress over 4 hours and PRs untouched for 24+ hours, then routes them back to the appropriate review or merge flow. - Label & Assignee Type Synchronization: Aligns Projects V2 Assignee Type fields with status labels (waiting-user, waiting-claude, in-progress, blocked) and fixes mislabeled backlog items. - Automated Cleanup Scans: Auto-closes completed waiting-user Issues, cleans zombie pipeline-state records, and lists abandoned branch deletion candidates. - Use Case: A scheduled hourly task runs this Skill to sweep the repository each morning and midday, closing stale report Issues, nudging orphan PRs, and persisting a hygiene metrics snapshot with Slack alerts when thresholds are exceeded. ## Quick Start Ask the AI to run project-sync to clean up stale Issues, orphan PRs, and label inconsistencies in the repository.