Sync Labels banner
amonick12 amonick12

Sync Labels

Development community

Description

--- name: sync-labels description: "Sync approval labels between PRs and their linked issues" arguments: - name: target description: "PR number, or 'all' to sync all open PRs (default: all)" required: false --- # Sync Labels Sync approval labels (`user-approved`, `code-review-approved`, `visual-qa-approved`) between PRs and their linked issues. The dispatcher checks issue labels, but users often add labels to PRs — this command ensures they match. ## Steps 1. **Get target PRs:**

Installation

Installs to ~/.claude/skills/amonick12-helix-delivery-loop-sync-labels/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amonick12-helix-delivery-loop-sync-labels && curl -fsSL https://raw.githubusercontent.com/amonick12/helix-delivery-loop/HEAD/commands/sync-labels.md -o ~/.claude/skills/amonick12-helix-delivery-loop-sync-labels/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository