[PR #6649] [CLOSED] llm: Add cherry-pick-to-release skill #19504

Closed
opened 2026-04-15 03:52:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6649
Author: @SaintPatrck
Created: 3/12/2026
Status: Closed

Base: mainHead: llm/add-cherry-pick-skill


📝 Commits (1)

  • bde4a74 llm: Add cherry-pick-to-release skill

📊 Changes

1 file changed (+199 additions, -0 deletions)

View changed files

.claude/skills/cherry-picking-to-release/SKILL.md (+199 -0)

📄 Description

🎟️ Tracking

N/A — internal tooling improvement

📔 Objective

Add a Claude Code skill that guides the cherry-pick workflow for porting fixes from main to release candidate branches. The skill:

  • Uses ! pre-processor syntax to inject current branch, latest RC branch, and source PR metadata
  • Covers branch naming conventions, commit message formatting (🍒 prefix), PR creation, and post-creation verification
  • Accepts PR number and target release branch as arguments

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6649 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 3/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `llm/add-cherry-pick-skill` --- ### 📝 Commits (1) - [`bde4a74`](https://github.com/bitwarden/android/commit/bde4a74c6d0db50735f4c54a83c20be88305d05c) llm: Add cherry-pick-to-release skill ### 📊 Changes **1 file changed** (+199 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.claude/skills/cherry-picking-to-release/SKILL.md` (+199 -0) </details> ### 📄 Description ## 🎟️ Tracking N/A — internal tooling improvement ## 📔 Objective Add a Claude Code skill that guides the cherry-pick workflow for porting fixes from `main` to release candidate branches. The skill: - Uses `!` pre-processor syntax to inject current branch, latest RC branch, and source PR metadata - Covers branch naming conventions, commit message formatting (`🍒` prefix), PR creation, and post-creation verification - Accepts PR number and target release branch as arguments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 03:52:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#19504