prowler-commit

Generate Git commit messages following the Conventional Commits specification.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/vanhoangkha/cloud-security-audit --skill prowler-commit-vanhoangkha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prowler-commit
Source: https://github.com/vanhoangkha/cloud-security-audit/tree/main/multi-cloud/prowler/skills/prowler-commit
Command: npx skills add https://github.com/vanhoangkha/cloud-security-audit --skill prowler-commit-vanhoangkha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of Git commits, ensuring they adhere to the Conventional Commits specification for better project history and automated changelog generation.

Core Features & Use Cases

  • Enforces Conventional Commits: Automatically formats commit messages with type(scope): description.
  • Guides Scope and Type Selection: Provides clear guidelines on choosing the correct commit type (feat, fix, chore, etc.) and scope (api, ui, skills, etc.).
  • Ensures Readability: Enforces character limits for commit titles and promotes concise, high-level descriptions in the body.
  • User Confirmation: Always prompts for user approval before finalizing a commit.
  • Use Case: After completing a set of code changes, you can ask the AI to help you create a commit message that follows the project's standards, ensuring consistency across the team.

Quick Start

Ask the AI to help you create a git commit for your recent changes.

Frequently Asked Questions about prowler-commit

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

FAQPage Schema
How do I generate git commit messages that follow conventional commits?

To generate conventional commit messages, this Skill formats your git changes into the standard `type(scope): description` structure. It automatically guides scope and type selection, like `feat` or `fix`, to ensure your project history remains consistent and readable.

What is conventional commits format and why use it for version control?

Conventional commits format structures version control history by enforcing a `type(scope): description` syntax for git commits. Using this standardized format improves code management readability and enables automated changelog generation for your development workflow.

How do I write a conventional commit with the correct type and scope?

To write a conventional commit with the correct type and scope, this Skill provides guided selection for categories like `feat`, `fix`, or `chore`, and scopes like `api` or `ui`. It enforces character limits and concise descriptions to ensure high readability.

Can I review and approve automated git commit messages before committing?

Yes, you can review automated git commit messages before committing because this Skill always prompts for user approval. It generates the structured conventional commit format and waits for your final confirmation to prevent unauthorized or incorrect code changes.

Does automated commit formatting help with changelog generation?

Automated commit formatting directly facilitates changelog generation by enforcing the conventional commits specification. Structuring every git commit with explicit types like `feat` or `fix` allows changelog automation tools to parse project history and extract release notes accurately.