bitbucket-cloud
Installation
SKILL.md
Bitbucket Cloud PR Operations
Platform Detection
Run git remote -v to verify this is Bitbucket Cloud (bitbucket.org):
- SSH format:
git@bitbucket.org:workspace/repo.git - HTTPS format:
https://bitbucket.org/workspace/repo.git - Extract: workspace =
workspace, repository =repo
Status Indicators
When listing or displaying PRs, use these status emojis based on PR state:
| Condition | Status |
|---|---|
| Draft | 📝 Draft |
| Open | ✅ Open |
| Merged | 🔀 Merged |
| Declined | ❌ Declined |