b2b-android-commit

Generate structured Git commits from staged changes in Android projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-android-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2b-android-commit
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-Android/commit
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-android-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 Android 프로젝트에서 발생하는 변경사항을 논리적인 커밋으로 자동 정리해 커밋 메시지의 명료성과 버전 관리의 신뢰성을 높입니다.

Core Features & Use Cases

  • 자동으로 기능 단위의 커밋 분리 제안 및 생성
  • 여러 파일에 걸친 수정들을 하나의 커밋으로 묶거나 필요 시 분리하는 규칙 적용
  • 코드 컨벤션에 맞춘 커밋 메시지 포맷 자동 생성과 일관성 유지

Quick Start

변경된 파일을 스테이징한 상태에서 이 스킬을 실행하여, 논리적 단위의 커밋을 자동으로 생성하십시오.

Frequently Asked Questions about b2b-android-commit

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

FAQPage Schema
How do I automatically generate Git commit messages for Android projects?

To automatically generate Git commit messages for Android projects, you stage your modified files and execute the skill to analyze diffs and produce standardized messages. It applies commit conventions to enforce message consistency across incremental changes, bug fixes, and refactors.

How do I split multi-file staged changes into logical Git commits?

Splitting multi-file staged changes into logical Git commits requires analyzing the diffs to group related modifications. The skill proposes separating or bundling changes based on logical units, ensuring one commit per change with standardized messages.

What is the best way to enforce commit message conventions in Android workflows?

The best way to enforce commit message conventions in Android workflows is to automate message generation from staged diffs. The skill applies predefined formatting rules to your incremental changes and refactors, maintaining strict consistency across the project history.

Can I use this automation for bug fixes and code refactoring commits?

Yes, you can use this automation for bug fixes and code refactoring commits. The skill handles typical Android development workflows by analyzing staged diffs from these specific changes and applying the correct commit convention to generate clear messages.

Do I need to manually group files before generating logical commits?

You do not need to manually group files before generating logical commits. After you stage the modified files, the skill analyzes the multi-file diffs and automatically suggests grouping or separating them into one commit per logical change.