Automates the full PR workflow for Azure DevOps repos: commits your changes, pushes the branch, and creates or updates a pull request with a conventional commit style title and description based on your arguments. What's notable here is it routes everything through Azure DevOps MCP tools rather than the az CLI, which means cleaner integration if you're already using that toolchain. The skill checks git status, diffs, and commit history before acting, so it has context about what it's submitting. Solid time saver if you're doing regular ADO work and want to skip the repetitive ceremony of formatting PRs by hand.
npx skills add https://github.com/flora131/atomic --skill ado-create-pr