| name | issue-format |
| description | Formats GitHub issue titles and descriptions for tracking problems that were fixed. Use when proposing or implementing code changes, creating GitHub issues, or when the user asks for issue suggestions. |
Issue Format
Template
> **GitHub issue:**
>
> - **Title:** `Short issue title here`
> - **Description:** Description sentence one. Sentence two with `codeRef()` references.
Rules
- Use markdown blockquote (
> prefix).
- Title goes after
**Title:** wrapped in exactly one backtick pair.
- Do not put backticks inside the title.
- Description uses present tense and describes the problem, not the solution.
- Keep the title short.
Self-check
- Lines start with
>.
- Title is wrapped in exactly one backtick pair.
- No nested backticks appear inside the title.