bb-pr-review
v0.19.1Bitbucket Cloud PR 리뷰를 위한 한국어 스킬(/bb-pr-review)과 /bb-review 명령. PR 데이터는 bb-mcp MCP 서버의 bb_* 툴에서 온다 — 서버는 자격증명이 머신별이라 이 플러그인이 설치하지 않으므로 setup.sh 또는 claude mcp add 로 따로 등록한다.
By adanbae-devLicense: ISC0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bb-pr-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bb-pr-review@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/adanbae-dev/bb-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/bb-pr-create/SKILL.md└── skills/bb-pr-review/SKILL.md
Included Skills2
Bitbucket Cloud 에 PR을 만든다. 브랜치의 커밋을 읽어 제목·설명 초안을 잡고, 중복 PR을 먼저 검사하고, 확인을 받은 뒤 생성한다. 승인·머지는 하지 않는다. Trigger: /bb-pr-create, 'PR 만들기', 'PR 올려줘'.
Bitbucket Cloud PR을 bb-mcp 툴로 직접 가져와 한국어 리뷰 코멘트를 작성한다. 로컬 클론·브랜치 fetch가 필요 없다. 5개 분류(버그/보안/성능/품질/테스트) 이모지 체계와 `path:LINE` 인용, 마지막 '## 종합 의견' 머지 판정을 고정 포맷으로 출력한다. Trigger: /bb-pr-review, 'Bitbucket PR 리뷰', 'PR 번호로 리뷰'.
Plugin manifests1
{
"name": "bb-pr-review",
"version": "0.19.1",
"description": "Bitbucket Cloud PR 리뷰를 위한 한국어 스킬(/bb-pr-review)과 /bb-review 명령. PR 데이터는 bb-mcp MCP 서버의 bb_* 툴에서 온다 — 서버는 자격증명이 머신별이라 이 플러그인이 설치하지 않으므로 setup.sh 또는 claude mcp add 로 따로 등록한다.",
"author": {
"name": "adanbae-dev"
},
"license": "ISC",
"keywords": [
"bitbucket",
"pull-request",
"code-review",
"mcp",
"korean"
],
"skills": [
"./skills/"
],
"commands": [
"./commands/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bb-pr-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bb-pr-review)