Create pull request with automatic Linear integration
/plugin marketplace add coalesce-labs/catalyst/plugin install catalyst-dev@catalystinherit# Create Pull Request Orchestrates the complete PR creation flow: commit → rebase → push → create → describe → link Linear ticket. ## Prerequisites Before executing, verify required tools are installed: ## Configuration Read team configuration from `.claude/config.json`: ## Process: ### 1. Check for uncommitted changes If there are uncommitted changes: - Offer to commit: "You have uncommitted changes. Create commits now? [Y/n]" - If yes: internally call `/catalyst-dev:commit` workflow - If no: proceed (user may want to commit manually later) ### 2. Verify not on main/master ...