Check PR Status
Check the status of a pull request:
bash
workon pr-status $ARGUMENTS
If no PR number is provided, it checks the PR for the current branch.
This shows:
- •CI check status
- •Review/approval status
- •Merge readiness
检查拉取请求的状态,包括 CI 检查与审批流程。
--- frontmattername: workon-pr-status description: Check the status of a pull request including CI checks and approvals. argument-hint: [pr-number] allowed-tools: Bash(workon:*)
Check the status of a pull request:
workon pr-status $ARGUMENTS
If no PR number is provided, it checks the PR for the current branch.
This shows: