b2b-android-pr

Generate GitHub pull requests linked to Notion cards from branch names.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of GitHub pull requests from the current development branch by extracting the GBIZ number and linking it to the corresponding Notion task, eliminating manual cross-referencing.

Core Features & Use Cases

  • Auto-detect GBIZ numbers from branch names and base PR on appropriate upstream branches based on conventions or explicit input.
  • Create PRs with standardized titles and bodies, and attach appropriate labels derived from branch naming.
  • Update Notion cards with PR URLs and task details after successful PR creation, enabling traceability.

Quick Start

From the current branch, trigger the PR automation to create a GitHub PR linked to the related Notion card.

Frequently Asked Questions about b2b-android-pr

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

FAQPage Schema
How do I automate GitHub pull request creation linked to Notion cards?

To automate pulling requests linked to Notion, this skill extracts the GBIZ number from your current branch, creates the GitHub PR with standardized metadata, and updates the Notion card with the PR URL for traceability.

How do I prevent duplicate GitHub pull requests when automating from a branch?

To prevent duplicate pull requests, the automation checks existing PRs on your branch before creating a new one, ensuring only a single PR is generated and recorded for audit purposes.

Can I automatically select the base branch for a GitHub pull request using naming conventions?

Yes, you can automatically select the base branch for a pull request by relying on branch-based conventions or explicit input to determine the appropriate upstream branch derived from the GBIZ number.

How do I attach standardized metadata and labels to an automated GitHub pull request?

Attaching standardized metadata and labels to an automated pull request is handled by deriving appropriate labels from the branch naming conventions and applying them during PR creation.

Does this PR automation update Notion cards after creating a GitHub pull request?

Yes, this PR automation updates Notion cards after creation by appending the GitHub PR URL and task details, ensuring full traceability between your codebase and project management board.

What is the best way to link a GitHub pull request to a Notion task automatically?

The best way to link a pull request to a Notion task automatically is by extracting the GBIZ identifier from the branch name to look up the Notion card and inject the PR URL upon creation.