What problem does it solve? GitHub issues that are vague, unverifiable, or invisible to the project board force every future reader to redo the exploration work, wasting entire sessions on context reloading. This Skill enforces a disciplined ticket-writing protocol for the Nodefony repository so each issue is understandable in ten seconds and actionable without re-reading the codebase. ## Core Features & Use Cases - Standardized titles and bodies: Titles follow Conventional Commits (type, scope, infinitive description under 60 characters) and bodies follow four fixed blocks — problem, file:line proof, observable done-criterion, estimation and dependencies. - Board governance automation: Scripts lint the GitHub Projects board for binary-verifiable inconsistencies (missing milestones, duplicated order ranks, inverted dependencies, stale in-progress statuses) and sync issue templates with the protocol. - Parent/sub-ticket structuring: Detects when one ticket hides multiple independent done-criteria and splits it into a parent with autonomous children linked via the GitHub sub-issues API. - Use Case: Before opening an issue about a documentation bug, run the Skill to produce a compliant title like "docs(guides): retirer une entrée obsolète du hub", a body with a verifiable file:line anchor, and register it on the board with milestone, priority, and order in one command. ## Quick Start Ask the assistant to create a GitHub ticket for the Nodefony repository describing the problem you found, and it will produce a compliant title, structured body, and board registration.