source-command-commit

Generate conventional commits with StarMapper scope detection from edited files.

77|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/starmapper --skill source-command-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-commit
Source: https://github.com/FlorianBruniaux/starmapper/tree/main/.agents/skills/source-command-commit
Command: npx skills add https://github.com/FlorianBruniaux/starmapper --skill source-command-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conventional commits with StarMapper scope auto-detection to keep commit history consistent and actionable.

Core Features & Use Cases

  • Automatically detect scope from touched files and apply standardized prefixes to commits.
  • Enforce a consistent commit format across the codebase.
  • Use case: when changing components, APIs, or configurations, ensure commits reflect precise scope and intent.

Quick Start

Generate a conventional commit for your latest changes using StarMapper scope rules.

Frequently Asked Questions about source-command-commit

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

FAQPage Schema
How do I generate a conventional commit with automatic scope detection?

To generate a conventional commit with automatic scope detection, the Skill infers the correct scope from your touched files, applies standardized prefixes, stages only related changes, and commits. This keeps your commit history consistent and actionable.

How does automatic scope detection work for git commits?

Automatic scope detection for git commits works by analyzing edited files across map components, API layers, and configuration files. The Skill infers the appropriate scope directly from these touched files and applies it to the conventional commit format.

Do I need to manually stage files before creating a conventional commit?

No, you do not need to manually stage files. The Skill automatically stages only the related changes before committing, ensuring that your conventional commit includes precisely the relevant modifications detected by the StarMapper scope rules.

When should I use auto-detected scopes for my git workflow?

You should use auto-detected scopes for your git workflow when changing components, APIs, or configurations. It enforces a consistent commit format across your codebase and ensures commits reflect precise scope and intent without manual entry.

Can I enforce a consistent commit format across my entire codebase?

Yes, you can enforce a consistent commit format across your entire codebase. The Skill applies standardized prefixes to commits and automatically extracts the proper scope from edited files, keeping commit history uniform and actionable.