updated 7d ago
Post a comment on a GitHub pull request to label it for squash merging.
What can you do with Apply Tide Squash Label?
name: apply-tide-squash-label description: "Label a GitHub PR for squash merging by posting a /label tide/merge-method-squash comment" argument-hint: user-invocable: true allowed-tools: Bash
apply-tide-squash-label
Post a comment on a GitHub pull request to label it for squash merging.
Prerequisites
ghCLI authenticated with access to the target repository
Steps
- Validate that
$ARGUMENTScontains a PR URL. - Run:
gh pr comment "$ARGUMENTS" --body "/label tide/merge-method-squash"
- Report the result to the user.
Install
Add Apply Tide Squash Label to your client. Pick the one you use.
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/github/skills/apply-tide-squash-label ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
39 / 100
Incomplete