b2c-android-create-branch

Create Git branches from Notion GBIZ cards using project naming rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notion GBIZ cards often require manual branching in Git. This Skill automates creating the correct branches for Android B2C work by locating the relevant GBIZ card and applying the repository's naming conventions.

Core Features & Use Cases

  • GBIZ-driven branching: searches Notion for GBIZ cards and derives branch names from milestones and task types.
  • Project main and work branches: creates {project}/main or {project}/GBIZ-... branches depending on the context.
  • Automation-friendly workflow: integrates with git to perform branch creation with minimal user input.

Quick Start

Invoke create-branch with either a GBIZ number or a project name to generate the appropriate branch.

Frequently Asked Questions about b2c-android-create-branch

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

FAQPage Schema
How do I auto-create Git branches from Notion cards?

To auto-create Git branches from Notion cards, this Skill searches Notion for GBIZ cards and generates corresponding branches. It locates the relevant card and applies project naming conventions to create the branch automatically.

How do I generate a Git branch using a GBIZ number?

To generate a Git branch using a GBIZ number, invoke the create-branch command with the specific number. The workflow locates the matching Notion card and derives the branch name from milestones and task types.

Do I need a local Git environment to create branches from Notion?

Yes, a local Git environment is required to create branches from Notion. The automation requires Notion access for searching and fetching cards, plus a local Git repository to apply the project naming rules and generate the branches.

What is the best way to automate Android B2C branch creation?

The best way to automate Android B2C branch creation is using a GBIZ-driven workflow that searches Notion for task cards. It automatically generates project-main or work branches based on the GBIZ number or project name context.

What types of branches can be created from a Notion GBIZ card?

The branch types created from a Notion GBIZ card include project main branches and work branches. The workflow generates either {project}/main or {project}/GBIZ-... branches depending on the specific task context and milestones.

Can I use a project name instead of a GBIZ number to create a branch?

Yes, you can use a project name instead of a GBIZ number to create a branch. The branch creation workflow accepts either a GBIZ number or a project name to search Notion and generate the appropriate project or work branch.