Commit Issue Parser

This Raycast extension allows you to parse your issue urls (such as Jira, GitHub and GitLab) to provide you with a commit name and description that you can use with Git!

Back to projects


The extension offers many settings to adapt to your use of the tool and improve your experience. Here they are !

Content Format

In the extension settings, you can configure the "Content Format" parameter to choose the format of the content you want to use.
Three formats are available:
  • Text: paste the selected text content
  • Lazygit: paste the selected text content in a format compatible with Lazygit, which allows you to automatically fill in the body
  • Git Command: paste the selected text content in a format compatible with the CLI Git, which allows you to paste the Git Commit command notably with the body
Result of Lazygit mode

Result of Lazygit mode

Result of Git Command mode

Result of Git Command mode

Type Mode

The type mode (keyword present at the beginning of the commit) can be configured in two ways:
  • Text: use Angular Conventional Commit for keywords feat, fix, chore etc...
  • Gitmoji: use Gitmoji emojis for keywords
Text Type Mode

Text Type Mode

Gitmoji Type Mode

Gitmoji Type Mode

Primary Action

The primary action is the action that is performed when you select a commit name in the list. You can therefore change the default parameter with one of those proposed in the menu below:

Commit Format

The way the commit name is formatted can be fully customized. The \ allow you to make the following character optional in case the scope is not present. Here is the default format:
{type}\({scope}\): {message}

Body Format

The way the body is formatted can also be customized. Here is the default format:
Issue: {scope}\n\n{body}

Editor

JulesJuulJulesJuul

Article published on August 9, 2025

Updated on August 25, 2025

ProjectCommit Issue Parser
ReleasedAugust 5, 2025
TargetDevelopers
Contributors
JulesJuulJulesJuul

View Source Code

Key Features

  • Parse issue urls
  • GitHub, GitLab and Jira compatibility
  • Generate commit name, a description and a body