Create Pr Azdo

🌐Community
by oocx · vlatest · Repository

Automatically creates Azure DevOps pull requests from specified branches based on commit messages and project configuration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-pr-azdo npx -- -y @trustedskills/create-pr-azdo
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-pr-azdo": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-pr-azdo"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The create-pr-azdo skill automates the creation of pull requests in Azure DevOps. It takes a Terraform plan as input and generates a formatted pull request description, including changes detected by the plan. This streamlines the process of reviewing and merging infrastructure changes within an Azure DevOps environment.

When to use it

  • You want to automate the creation of pull requests from Terraform plans.
  • Your team uses Azure DevOps for managing infrastructure code.
  • You need a consistent and formatted description when submitting Terraform changes.
  • You're looking to reduce manual effort in the pull request creation process.

Key capabilities

  • Generates pull request descriptions from Terraform plans.
  • Integrates with Azure DevOps.
  • Formats change details for clear review.

Example prompts

  • "Create a pull request for this Terraform plan."
  • "Generate a PR description based on the current Terraform plan file."
  • "Submit a pull request to the 'main' branch using this Terraform plan."

Tips & gotchas

  • Ensure you have appropriate permissions within your Azure DevOps project.
  • The skill requires access to the Terraform plan file for analysis.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
oocx
Installs
5

🌐 Community

Passed automated security scans.