What problem does it solve?
This Skill prevents board-command failures and drift by enforcing a shared, platform-agnostic checklist for configuration, authentication, board syncing, linkage, and reconciliation.
Core Features & Use Cases
- Prerequisite validation: Verifies
.hatch3r/hatch.json, owner/repo identity, platform authentication, and required board configuration (including null-option abort behavior).
- Board sync enforcement: Mandates that every mutation is synced and that status/label changes are immediately reflected on the board.
- Reliability mechanisms: Uses retry-then-halt with bounded retry budgets, records attempts in a run cache, and verifies results in an end-of-run reconciliation report.
- Epic/sub-issue governance: Applies epic grouping and enforces dependency-label consistency for issues with
## Dependencies.
- Platform detection & tool hierarchy: Reads configured platform from
hatch.json, drives CLI-first operations, and uses Context7 MCP/web research where appropriate.
Quick Start
Have an AI agent run a board command and load this Skill first so it can validate prerequisites, perform required board mutations, and finish with reconciliation reporting.