pr
Installation
SKILL.md
Publish PR
!IMPORTANT: Follow this process, no matter what. Do not deviate from it.
Publish a pull request by following this automated workflow.
Arguments: $0 = [type] [ISSUE-ID] (both optional)
/pr— auto-detect type, no issue/pr fix— fix PR, no issue/pr fix ENG-1234— fix PR with a Linear issue/pr fix MITB-565— fix PR with a Jira issue/pr ENG-1234— auto-detect type with an issue ID ([A-Z]+-\d+matches both Linear and Jira; tracker is resolved in Step 1.6)
1. Review the Full Diff
For mk-copilot project:
git --no-pager diff develop # Inspect everything that changed vs. develop