What problem does it solve? Keeping a GitHub Projects board accurate is tedious: PRs sit in the wrong columns, merge conflicts and CI failures go unnoticed, and open PRs never make it onto the board at all. This Skill automates the upkeep pass over the 410Labs "Avdi's Desk" project so the board reflects reality and review-ready work surfaces immediately. ## Core Features & Use Cases - Board reporting and classification: Fetches every item in a board column via GraphQL, resolves issue-linked PRs, and classifies each PR as fresh, re_review, unaddressed_feedback, ready, ci_failing, conflicting, or draft. - Active column hygiene: Moves items to the correct column, adds missing assignees, comments on real CI failures, and resolves merge conflicts via GitHub's update-branch API or manual worktree merges. - Orphan PR detection: Sweeps the whole 410Labs org for open PRs authored by Avdi that are not tracked on the board, then adds them to the right column. - Use Case: Ask for a herd pass and receive board stats, a list of mutations performed, and a paste-ready "please review" list of PRs genuinely waiting on a reviewer. ## Quick Start Run a herd pass over my 410Labs board and give me the stats, actions taken, and the please-review list.