template_gaps
Compare declared issue templates against actual tickets to find required fields people skip and undocumented sections teams use, guiding template improvements.
Instructions
Compare the issue template this repository declares with the tickets it gets.
Reads .github/ISSUE_TEMPLATE or .gitlab/issue_templates from the
checkout and lines each field up against how often tickets actually carry
it. The gap is the finding, and it runs both ways:
A required field almost nobody fills in is a form asking for something people cannot easily supply. Say so: the cheap fix is to change the form, not to nag the team.
A section most tickets carry that no form mentions is a convention the project grew and never wrote down. Adding it to the template is how it survives the next person who joins.
Use this when asked how to improve a board rather than one ticket. It is the only tool here that reads what the project said it wanted, instead of only what it does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| project | No | ||
| tracker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |