Ready Pr In Review banner
alejomc alejomc

Ready Pr In Review

Git community

Description

--- name: ready-pr-in-review description: Move a PR from Draft to Ready for Review, assign a reviewer, add labels, and sync the related Jira ticket to In Review with the correct assignee. allowed-tools: Bash(gh pr list:), Bash(gh pr view:), Bash(gh pr ready:), Bash(gh pr edit:), Bash(gh label list:), Bash(gh label create:), Bash(acli jira auth status:), Bash(acli jira workitem view:), Bash(acli jira workitem transition:), Bash(acli jira workitem assign:), Bash(acli jira workitem comment create:)

Installation

Installs to ~/.claude/commands/alejomc-drupal-dev-intelligence-ready-pr-in-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alejomc/Drupal-Dev-Intelligence/HEAD/.claude/commands/ready-pr-in-review.md -o ~/.claude/commands/alejomc-drupal-dev-intelligence-ready-pr-in-review.md

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

Full documentation available on GitHub

View Source Repository