git-commit-and-submit-pr

Create conventional commits and submit pull requests for code review.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill git-commit-and-submit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-and-submit-pr
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa/skills/git-commit-and-submit-pr
Command: npx skills add https://github.com/CodySwannGT/lisa --skill git-commit-and-submit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of committing code changes with conventional commits and then submitting the current branch as a pull request for review.

Core Features & Use Cases

  • Conventional Commits: Ensures commit messages adhere to established standards for better project history and automated changelog generation.
  • Pull Request Submission: Automates the creation and submission of pull requests, simplifying the code review workflow.
  • Use Case: After completing a new feature, use this skill to create a well-formatted commit message and immediately open a pull request for your team to review.

Quick Start

Run /git-commit-and-submit-pr with your commit message and PR details.

Frequently Asked Questions about git-commit-and-submit-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git commit and pull request submission?

You can automate git commit and pull request submission by running a command that combines conventional commit creation with PR opening. This streamlines your Git workflow by handling both actions in a single step for code review.

What is a conventional commit and how does it help my Git workflow?

A conventional commit is a standardized commit message format that ensures better project history and enables automated changelog generation. It helps your Git workflow by maintaining consistent, readable commit messages across your team.

How do I create a well-formatted commit and immediately open a pull request?

To create a well-formatted commit and immediately open a pull request, use a combined Git workflow command with your commit message and PR details. This automatically formats the commit to standards and submits the current branch for review.

Can I submit a pull request for code review without writing the commit message manually?

Yes, you can submit a pull request for code review while ensuring proper commit formatting by using an automated workflow tool. It enforces conventional commit standards for your message and handles the PR submission process automatically.

What is the best way to streamline a Git workflow for code review initiation?

The best way to streamline a Git workflow for code review initiation is to combine commit and pull request actions into a single automated process. This ensures adherence to commit message standards while simplifying the overall submission procedure.