[
  {"shortcut": "pr", "phrase": "## Summary\n[cursor]\n\n## Changes\n- \n\n## Testing\n- \n\n## Notes\n- ", "description": "Pull request description skeleton with cursor at the summary."},
  {"shortcut": "bug", "phrase": "### Steps to reproduce\n1. [cursor]\n\n### Expected\n\n\n### Actual\n\n\n### Environment\n- OS: \n- Version: ", "description": "Bug report template."},
  {"shortcut": "standup", "phrase": "Yesterday: [cursor]\nToday: \nBlockers: none", "description": "Daily standup update."},
  {"shortcut": "review", "phrase": "Thanks for the PR! A few thoughts below.\n\n[cursor]\n\nOverall looks good, just the notes above before I approve.", "description": "Code review opener."},
  {"shortcut": "todo", "phrase": "// TODO([name]): [cursor]", "description": "Inline TODO comment tagged with your name."},
  {"shortcut": "fixme", "phrase": "// FIXME([name], [date]): [cursor]", "description": "Inline FIXME comment with your name and today's date."},
  {"shortcut": "cl", "phrase": "```\n[clipboard]\n```", "description": "Wrap the current clipboard contents in a fenced code block."},
  {"shortcut": "commit", "phrase": "[prompt:type]: [cursor]\n\n", "description": "Conventional commit message starter with a type prompt."},
  {"shortcut": "readme", "phrase": "# [prompt:Project name]\n\n[cursor]\n\n## Installation\n\n## Usage\n\n## License\nMIT", "description": "Minimal README scaffold."},
  {"shortcut": "iso", "phrase": "[date:%Y-%m-%d]", "description": "Insert today's date in ISO format."}
]
