commit-helper

Analyze code changes to generate conventional commit messages with secret detection.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill commit-helper-random6913
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-helper
Source: https://github.com/RaNDoM6913/claude-code-superkit/tree/main/packages/codex/skills/commit-helper
Command: npx skills add https://github.com/RaNDoM6913/claude-code-superkit --skill commit-helper-random6913

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of conventional commit messages from code changes, helping teams keep a clean, auditable history.

Core Features & Use Cases

  • Analyze diffs to extract type, scope, and a concise description according to the conventional commits spec.
  • Detect potential secrets before staging and warn about unsafe files to prevent credential leakage.
  • Support optional Git trailers and scope refinement for better traceability in PRs and CI pipelines.

Quick Start

Describe the changes you staged and request a conventional commit message.

Frequently Asked Questions about commit-helper

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

FAQPage Schema
How do I generate conventional commit messages from git diffs?

To generate conventional commit messages from git diffs, the skill analyzes your staged code changes to extract the type, scope, and concise description according to the conventional commits specification. It formats the output automatically before you commit.

Can I detect secrets in my code changes before committing?

Yes, you can detect secrets in your code changes before committing. The skill performs secret checks and warns about unsafe files during diff analysis to prevent credential leakage when staging your work.

How do I add Git trailers to my commit messages for CI pipelines?

To add Git trailers to your commit messages for CI pipelines, the skill supports optional Git trailers and scope refinement. This provides better traceability for your changes across PRs and continuous integration workflows.

Does this conventional commit helper work across different programming languages?

Yes, this conventional commit helper works across different programming languages. It applies to Git workflows across various languages and projects by analyzing the code diff directly rather than relying on language-specific logic.

What is the best way to format conventional commits with type and scope?

The best way to format conventional commits with type and scope is to use an automated diff analyzer. This skill extracts the appropriate type and scope from your code changes and formats the description to meet the specification.