Create Pr

🌐Community
by ascend-ai-coding · vlatest · Repository

Helps with AI, creation as part of agent workflows workflows.

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 ascend-ai-coding-create-pr npx -- -y @trustedskills/ascend-ai-coding-create-pr
2

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

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

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

About This Skill

What it does

This skill automates the creation of pull requests (PRs) in GitHub repositories. It can analyze code changes, draft PR descriptions based on commit messages, and automatically open a new PR with the proposed modifications. The skill streamlines the development workflow by reducing manual effort associated with creating and submitting pull requests.

When to use it

  • After completing a feature branch and ready to merge into the main branch.
  • When collaborating on a project and needing to propose code changes for review.
  • To automate repetitive tasks in a CI/CD pipeline, such as merging bug fixes.
  • For quickly creating PRs from automated scripts or bots that make code modifications.

Key capabilities

  • GitHub repository integration
  • Automated pull request creation
  • Drafting of PR descriptions based on commit messages
  • Code change analysis

Example prompts

  • "Create a pull request for my changes in the 'feature-branch' branch."
  • "Generate a pull request with a description summarizing these commits: 'Fix typo', 'Add unit tests'."
  • "Open a PR from this branch, targeting the main repository."

Tips & gotchas

The skill requires access to your GitHub repositories and appropriate permissions. Ensure that the AI agent has been granted sufficient privileges to create pull requests in the target repository.

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
ascend-ai-coding
Installs
6

🌐 Community

Passed automated security scans.