{
  "apiVersion": 1,
  "id": "example.code-review",
  "name": "Code Review",
  "version": "1.0.0",
  "description": "A reusable code review prompt.",
  "contributes": {
    "commands": [
      {
        "id": "review",
        "title": "Review my code",
        "prompt": "Review this code for correctness and missing tests:\n\n"
      }
    ]
  }
}
