prowler-commit

Generate Git commit messages following the Conventional Commits specification.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill prowler-commit-brivaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prowler-commit
Source: https://github.com/brivaro/brivaro-ai-wizard/tree/main/skills/prowler-commit
Command: npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill prowler-commit-brivaro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Git commit messages, ensuring they adhere to the Conventional Commits specification for clarity and consistency in version control.

Core Features & Use Cases

  • Conventional Commits: Generates commit messages following the type(scope): description format.
  • Type and Scope Guidance: Provides clear definitions for commit types (feat, fix, docs, etc.) and scopes (api, ui, sdk, etc.).
  • Use Case: After completing a new feature, use this Skill to generate a feat commit message that accurately describes the change and its impact.

Quick Start

Use the prowler-commit skill to create a git commit message for your 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?

You can generate Conventional Commits messages by applying this Skill to your staged changes, which outputs a structured type(scope): description format for clear version control logs.

What is the Conventional Commits format for software development?

The Conventional Commits format structures messages using a specific type, scope, and concise description, with an optional body for detailed code changes.

How do I write a feature commit message for a new API scope?

You write a feature commit message for an API scope by applying the feat type and api scope within the conventional format to accurately describe the change and its impact.

Do I need external dependencies to automate conventional commit messages?

No, you do not need external dependencies to automate conventional commit messages, as this Skill operates independently without requiring additional modules or components.

What commit types and scopes should I use for my code changes?

You should use defined commit types like feat or fix, and scopes such as api, ui, or sdk to categorize modifications within the Conventional Commits structure.