用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nathanvale/claude-code-config --skill bitbucket命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Creating or changing tests, fixtures, mocks, snapshots, test helpers, or test harnesses; require a pre-write Test Design Brief.
Browser tasks through Warm Chrome; no Chrome for Testing.
Explicit whole-suite test architecture review, visual candidates, or proof-boundary improvements.
正在显示 SKILL.md
| name | bitbucket |
| description | Bitbucket Cloud repositories, pull requests, pipelines, and other REST API operations. |
Use the package CLI as the contract owner. Keep command names, inputs, REST routes, output fields, and repair hints out of this skill.
SKILL_DIR to this skill directory.bun run --cwd "$SKILL_DIR" --silent bb --help.help <command> for human guidance or commands --json for discovery.operations to discover current endpoints from Atlassian's canonical
OpenAPI contract; use api when no convenience command owns the operation.doctor openapi after an API compatibility error or when checking API
health. On breaking_drift, follow references/openapi-drift.md.--execute.BITBUCKET_API_TOKEN, BITBUCKET_TOKEN, or BB_TOKEN; pair it
with BITBUCKET_EMAIL, BITBUCKET_USER, or BB_USERNAME. Bearer and JWT
modes are discoverable through CLI help. Never print values.bun --filter bitbucket-scripts testbun --filter bitbucket-scripts typecheckNext safe action: run help, then choose one read command or preview one approved write.