How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with flutter-<major>.<minor>-candidate.0.
npx skills add https://github.com/flutter/flutter --skill flutter-cherry-pick
This skill has the following strict constraints:
flutter/flutter repository.stable, beta, or a release candidate branch matching the format flutter-<major>.<minor>-candidate.<hotfix> (e.g., flutter-3.10-candidate.0).master.Trigger this skill by providing a merged PR number or URL and optionally the target channel:
<ORIGINAL_PR> (number or URL provided by the user).<CHANNEL> (either stable or beta).stable or beta?" and wait for their response before proceeding.flutter repository.git status --porcelain to check. If there are pending changes, stop and ask the user to resolve them or stash them. <DART_EXECUTABLE> .agents/skills/flutter-cherry-pick/scripts/flutter_cp.dart --pr <ORIGINAL_PR> --channel <CHANNEL> --action start
SUCCESS:AUTOMATED:<CP_PR> or SUCCESS:MANUAL:<CP_PR>.<CP_PR> number.cherry-pick-<ORIGINAL_PR>-to-<CHANNEL>.git status --porcelain to see unmerged files).<<<<<<<, =======, >>>>>>>).git add <resolved-files> to stage them. <DART_EXECUTABLE> .agents/skills/flutter-cherry-pick/scripts/flutter_cp.dart --pr <ORIGINAL_PR> --channel <CHANNEL> --action continue
git cherry-pick --continue, push, create the PR, and print SUCCESS:MANUAL:<CP_PR>.<CP_PR> number and proceed to Phase 4: Fill Template.PULL_REQUEST_CP_TEMPLATE relative to this skill).gh issue view <ISSUE_NUMBER> --json title,body. ### Impact
What is the impact of this cherry-pick? (Explain the impact on users...)
### Impact
This fixes a critical crash in the image decoder when rendering corrupted GIFs.
### Shared Engineering Cohort
Were any engineering cohorts (e.g. Flutter Tooling, Engine, Framework) consulted?
- [ ] Yes
- [ ] No
### Shared Engineering Cohort
Were any engineering cohorts (e.g. Flutter Tooling, Engine, Framework) consulted?
- [x] Yes
- [ ] No
[<CHANNEL>] <ORIGINAL_PR_TITLE>.cp: review label is added to the CP PR. gh pr edit <CP_PR> --title "[<CHANNEL>] <ORIGINAL_PR_TITLE>" --body "<FINAL_TEMPLATE>" --add-label "cp: review"
*(Note: If gh pr edit fails due to GraphQL deprecation errors, you can use the REST API via gh api to update the body and add the label).*
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
Comprehensive GitHub code review with AI-powered swarm coordination
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
Take flutter/flutter-cherry-pick from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.