b2b-android-branch

Generate Git branches from GBIZ identifiers and Notion card details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of Git branches from GBIZ task identifiers and Notion cards, reducing manual branch naming and setup effort.

Core Features & Use Cases

  • Normalize GBIZ inputs from numbers, GBIZ-XXXX, or Notion URLs to a canonical GBIZ-XXXXX identifier.
  • Infer the appropriate feature type from the Notion epic or card title, guiding branch taxonomy.
  • Generate standardized branch names and switch to the new branch, optionally selecting a base branch.
  • Retrieve Notion card details to align branch naming with tasks and provide traceability.
  • Execute git commands safely with pre-checks to avoid overwriting existing branches.

Quick Start

Use this skill to generate and switch to a new branch based on GBIZ-XXXXX and its Notion card.

Frequently Asked Questions about b2b-android-branch

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

FAQPage Schema
How do I automate Git branch creation from a Notion card URL?

You can automate Git branch creation by retrieving Notion card details to normalize GBIZ identifiers, infer feature types, and generate standardized branch names directly from the task data.

Can I use GBIZ numbers to generate standardized Git branch names?

Yes, GBIZ inputs from raw numbers, GBIZ-XXXX formats, or Notion URLs are normalized to a canonical GBIZ-XXXXX identifier to generate standardized Git branch names automatically.

How does feature type inference work for Git branch taxonomy?

Feature type inference works by parsing the Notion epic or card title to determine the appropriate feature type, which then guides the generated branch taxonomy and naming convention.

Does the branching workflow include pre-checks to prevent overwriting existing Git branches?

Yes, the branching workflow executes Git commands safely with built-in pre-checks specifically designed to avoid overwriting existing branches during automated creation and switching.

Can I select a custom base branch when creating a new Git branch from a Notion card?

Yes, you can select a custom base branch during the workflow, as the tool supports context-aware base selection to generate and switch to the new branch from the appropriate starting point.