What problem does it solve?
Keeping a GitHub Projects board accurate is tedious: closed issues linger in wrong columns, stale items go unnoticed, and manual status updates interrupt development flow. This Skill automates board hygiene for the LangWatch Kanban project so statuses always reflect reality.
Core Features & Use Cases
- Board Sync: Automatically detect closed or merged issues/PRs whose project status is not Done and update them in bulk.
- Personal Board View: Show your assigned items grouped by status, skipping completed work, with label context.
- Stale Item Detection: Flag in-progress items idle for 14+ days, reviews idle for 7+ days, and blocked items without explanation.
- Move & Assign: Move any issue to a named status or assign an issue to yourself and add it to the board in one command.
- Use Case: Before a sprint review, run the sync subcommand to sweep all merged PRs into Done, then run stale to surface forgotten in-progress work that needs attention.
Quick Start
Ask the assistant to sync the LangWatch Kanban board and show any stale in-progress items.