Claude-skill-registry bitbucket-cloud
Handle Bitbucket Cloud PR operations. Use for \"PR\", \"pull request\", \"review\" when repo is on bitbucket.org.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/bitbucket-cloud" ~/.claude/skills/majiayu000-claude-skill-registry-bitbucket-cloud && rm -rf "$T"
manifest:
skills/data/bitbucket-cloud/SKILL.mdsource content
Bitbucket Cloud PR Operations
Use
mcp__plugin_bitbucket-plugin__* MCP tools.
Step 1: Detect Platform (REQUIRED)
Run
git remote -v to identify platform:
→ ✅ Bitbucket Cloud (continue)bitbucket.org
or custom domain → Usebitbucket.<company>.com
skillbitbucket-datacenter
→ Usegithub.com
skillgithub-pr
Extract from URL:
- SSH:
→ workspace=git@bitbucket.org:workspace/repo.git
, repo=workspacerepo - HTTPS:
→ workspace=https://bitbucket.org/workspace/repo.git
, repo=workspacerepo
Output Format
List PRs as table:
| # | Title | Author | Branch | Status | Updated |
Status: ✅ Open | 📝 Draft | 🔀 Merged | ❌ Declined
PR Review
- Fetch PR details + diff
- Analyze: bugs, security, performance, code quality
- Present:
with Summary, Issues Found (## PR Review: #<NUM> - <TITLE>
), Verdict (APPROVE/REQUEST_CHANGES/COMMENT)[file:line] - Post comments/approve if requested