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:

Article published on August 09, 2025

NameCommit Issue Parser
ReleasedAug 05, 2025
TargetDevelopers
Open GitHub

Key Features

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