Git cherry pick hotfix
Skill planifest/planifest-framework/planifest-framework/external-skills/git-cherry-pick-hotfix
A specification framework for agentic development. Agents build from complete specs - not guesses.
npx -y skills add planifest/planifest-framework --skill git-cherry-pick-hotfixAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Select and apply minimal hotfix commits across branches via cherry-pick with dependency risk control. Use when urgent fixes must be propagated without pulling unrelated changes; do not use for CI workflow design or application behavior implementation.
SKILL.md
2.0 KB, 366 tokens by cl100k_base, as published. Nobody here has run it
Git Cherry Pick Hotfix
Overview
Use this skill to backport urgent fixes quickly while controlling dependency spillover and regression risk.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Dependency decision rules:
references/cherry-pick-dependency-rules.md
Templates And Assets
- Hotfix cherry-pick plan:
assets/hotfix-cherry-pick-plan-template.md
- Verification checklist:
assets/hotfix-verification-checklist.md
Inputs To Gather
- Source fix commit hashes and dependency notes.
- Target branch constraints and release timeline.
- Verification scope for target environment.
- Rollback expectations for failed backport.
Deliverables
- Cherry-pick plan with dependency analysis.
- Source-to-target commit mapping record.
- Post-pick verification evidence.
- Rollback notes if target behavior diverges.
Workflow
- Build plan in
assets/hotfix-cherry-pick-plan-template.md. - Validate dependency scope using
references/cherry-pick-dependency-rules.md. - Apply minimal commit set in dependency-safe order.
- Resolve conflicts and run target-branch verification.
- Finalize with
assets/hotfix-verification-checklist.md.
Quality Standard
- Picked commits are minimal and intent-preserving.
- Hidden dependencies are explicitly documented.
- Target branch behavior matches fix objective.
- Rollback path exists before production rollout.
Failure Conditions
- Stop when backport requires broad dependency migration.
- Stop when target branch cannot satisfy fix prerequisites.
- Escalate when behavior diverges from source assumptions after pick.
What ships with it: 1 file
11.3 KB alongside SKILL.md
- attribution.txt11.3 KB