What problem does it solve?
This Skill streamlines the process of creating or updating Azure DevOps pull requests by ensuring your branch is pushed, your Jira card status is fetched (and transitioned when appropriate), and the PR description accurately reflects the final git diff.
Core Features & Use Cases
- Checks for readiness to raise/update a PR: Verifies git status, ensures there are commits to push, and prevents creating PRs with no new content.
- Creates or updates PRs safely: Detects whether an active PR already exists for the current branch and updates the PR description instead of duplicating work.
- Synchronizes Jira workflow state: Extracts the Jira key from the branch name, fetches the current Jira status, applies transitions toward “In Development” / “In Progress” when valid, and records the confirmed final status in the PR.
- Generates PR metadata from real changes: Uses repository default branch from Azure DevOps and bases the “Changes” list on net git diff (final differences), not intermediate commits.
Quick Start
Ask the AI to use raise-pull-request-ai-kit to create or update a pull request for my current branch in Azure DevOps, ensuring the Jira card status is fetched and the PR description matches the final git diff.