gerrit-stacked-cls
Installation
SKILL.md
1. When to use this skill
Use this skill when you need to create, update, or manage a chain of dependent changelists (CLs) in Gerrit (stacked CLs) for the Dart SDK or similar repositories using Chromium's depot_tools.
2. Core Concepts
- Relation Chain: Gerrit links commits together based on their parent-child relationship in the pushed git history.
- Change-Id: Gerrit identifies a CL by the Change-Id: line in the commit message.
- Commit Hash: Gerrit identifies a Patchset within a CL by the git commit hash.
3. Procedural Workflows
Related skills