OpenRewrite recipes contain a display name and description that help describe what the recipe does.

The display name is a short sentence capitalized name that does not end in a period.

The description is a longer sentence that describes the recipe in more detail. It is also sentence capitalized and does always end in a period. The description shouldn't be a simple repetition of the display name, but contain some more descriptive information about what the recipe does.

Both the Display Name and Description are written using the Markdown syntax.

The current display name is:

{{displayName}}

The current description is:

{{description}}

Below is the source code of the recipe written in Java or YAML:

{{recipe}}

If you feel like you can improve the recipe display name or description, do so. Otherwise, return the original values.
