{
  "markdown": "# claude-skill-bb\n\nA [Claude Code](https://claude.com/claude-code) skill that teaches Claude to use [`lite-bb`](https://github.com/key4ng/lite-bb) (`bb`) for Bitbucket operations — the `gh` equivalent for Bitbucket Cloud and Server/Data Center.\n\n## What it does\n\nWithout this skill, Claude has no knowledge of the `bb` CLI and falls back to verbose `curl` REST API calls when working with Bitbucket repos. With this skill, Claude:\n\n- Uses `bb` commands instead of `gh` or `curl` when it detects a Bitbucket remote\n- Suggests `pip install lite-bb` and `bb auth login` for setup\n- Knows the correct flags for every command (e.g., `--line-type` for inline comments)\n- Handles both Bitbucket Cloud and Server/Data Center\n\n## Install\n\n```bash\n/plugin install https://github.com/key4ng/claude-skill-bb\n```\n\nOr via the lite-bb marketplace:\n\n```bash\n/plugin marketplace add https://github.com/key4ng/lite-bb\n/plugin install lite-bb\n```\n\n## Coverage\n\nThe skill covers the full `bb` CLI surface:\n\n| Area | Commands |\n|------|----------|\n| **Auth** | `bb auth login`, `logout`, `status` |\n| **Pull Requests** | `list`, `view`, `create`, `edit`, `merge`, `close`, `reopen`, `checkout`, `diff` |\n| **Code Review** | `bb pr review --approve/--request-changes/--comment`, `bb pr comment` with inline `--path --line --line-type` |\n| **Repos** | `bb repo list`, `view`, `clone`, `create` |\n| **Search** | `bb search code` with `--extension`, `--filename` filters |\n| **Raw API** | `bb api` with `-X`, `-F`, `--input`, `-q`, `--raw` flags |\n\n## When does it trigger?\n\nThe skill activates when:\n\n- The user mentions Bitbucket, `bb`, or `lite-bb`\n- The git remote points to `bitbucket.org` or a Bitbucket Server instance\n- The user asks to create, review, merge, or manage PRs in a Bitbucket context\n\n## Eval results\n\nTested on a Bitbucket Server repo with no `bb` project context:\n\n| Eval | With Skill | Without Skill |\n|------|-----------|--------------|\n| List & Create PR | 5/5 (100%) | 0/5 (0%) |\n| Review PR with inline comments | 4/4 (100%) | 1/4 (25%) |\n| Search + CI checks + squash merge | 5/5 (100%) | 1/5 (20%) |\n| **Overall** | **14/14 (100%)** | **2/14 (15%)** |\n\nWithout the skill, Claude falls back entirely to `curl` REST API calls and has no knowledge of `bb`.\n\n## Prerequisites\n\nInstall the `bb` CLI:\n\n```bash\npip install lite-bb\n```\n\nThen authenticate:\n\n```bash\nbb auth login\n```\n\n## Author\n\n**Keyang Ru** — [github.com/key4ng](https://github.com/key4ng)\n\n## License\n\nMIT\n",
  "bytes": 2472,
  "sha": "1ce13467465eff7643b1562fb7b24f7e0a28d0534aa18dc35a8a7e869e8568bc",
  "repo_slug": "key4ng/claude-skill-bb",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_key4ng_claude_skill_bb_lite_bb_63fa9158/readme"
}