Description from extension meta
Automatically replaces placeholder like {repo_name} inside your issues and comments with actual values
Image from store

Description from store
Especially useful in combination with GitHub saved replies.
Possible placeholders are:
{repo_name} inserts the name of the repository
{repo_url} inserts the full URL of the repositoy
{author} inserts the @name of the author of the issue
{owner} inserts the @owner of the repository
{owner_url} inserts the full URL of the owner of the repository
Additionally you can add some string modifier to each placeholder:
{upper_case_repo_name} 'github-enhanced-comments' becomes 'GITHUB-ENHANCED-COMMENTS'
{camel_case_repo_name} 'github-enhanced-comments' becomes 'githubEnhancedComments'
...
The following modifiers can be used:
lower_case, upper_case, camel_case, pascal_case, snake_case, param_case