Convert the following raw GitHub commit messages from the repository '{{ repo_name }}' into 2-3 polished, outcome-driven resume bullet points.
Apply the Google XYZ formula: Accomplished [X] as measured by [Y], by doing [Z]. Make realistic/plausible metric assumptions (e.g. 'improved performance by 15%', 'reduced bug count by 20%') to formulate Y, prioritizing technical accuracy.

Raw Commit Messages:
{% for commit in commits %}
- {{ commit }}
{% endfor %}

Your response must be a single, valid JSON object matching this schema:
{
    "bullet_points": ["string", "string", "string"]
}
