mark-high-priority
SKILL.md
Mark High Priority
Add the high-priority label to a PR so other merge-queue sessions yield to it.
Workflow
-
Get PR number:
gh pr view --json number --jq '.number' -
Add the label using the agent tool:
./scripts/agents/tooling/agentTool.ts addLabel --type pr --number <pr-number> --label "high-priority"The script automatically checks if the label is already present and verifies success.
-
Report that the label was added.
Notes
- The
high-prioritylabel must exist in the repository (create it if it doesn't). - Use sparingly to keep the merge queue fair.
- To remove later:
gh pr edit <pr-number> --remove-label "high-priority" -R "$REPO".
Weekly Installs
1
Repository
a2f0/tearleadsFirst Seen
10 days ago
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1