Bitbucket Automation
Automates Bitbucket repository tasks like branch management, pull request reviews, and deployment workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bitbucket-automation npx -- -y @trustedskills/bitbucket-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bitbucket-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bitbucket-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates tasks within Bitbucket, a popular Git repository management system. It allows AI agents to interact with repositories, branches, and pull requests, streamlining development workflows. Specifically, it can be used for creating new branches, merging changes, and managing pull request statuses.
When to use it
- Automated Branch Creation: Automatically create feature branches based on a ticket number or naming convention.
- Pull Request Management: Update the status of pull requests (e.g., "approved," "needs review") based on automated checks or code quality analysis.
- Repository Synchronization: Keep local repositories synchronized with remote Bitbucket repositories.
- Automated Merging: Automatically merge branches after successful CI/CD pipelines.
Key capabilities
- Create new branches
- Merge changes between branches
- Manage pull request statuses
- Interact with repositories
Example prompts
- "Create a new branch named 'feature/new-login' from the main branch."
- "Approve pull request #123 and mark it as ready for merge."
- "Merge the 'develop' branch into the 'main' branch after successful tests."
Tips & gotchas
Requires appropriate Bitbucket API credentials to be configured within the AI agent environment. The skill’s functionality is dependent on the permissions granted to those credentials.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.