mark-high-priority

Installation
SKILL.md

Mark High Priority

Add the high-priority label to a PR so other merge-queue sessions yield to it.

Workflow

  1. Get PR number:

    gh pr view --json number --jq '.number'
    
  2. Add the label using the agent tool:

    ./scripts/agents/tooling/agentTool.ts addLabel --type pr --number <pr-number> --label "high-priority"
    
Installs
1
Repository
a2f0/tearleads
First Seen
Mar 9, 2026
mark-high-priority — a2f0/tearleads