بنقرة واحدة
bitbucket
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | bitbucket |
| id | bitbucket |
| description | Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines |
| category | code_repository |
| connection_check | {"method":"get_credentials_from_db","provider_key":"bitbucket","required_field":"access_token"} |
| tools | ["bitbucket_repos","bitbucket_branches","bitbucket_pull_requests","bitbucket_issues","bitbucket_pipelines","bitbucket_fix"] |
| index | Code repo -- manage Bitbucket repos, branches, PRs, issues, CI/CD pipelines, and suggest code fixes (6 tools, 42 actions) |
| rca_priority | 2 |
| allowed-tools | bitbucket_repos, bitbucket_branches, bitbucket_pull_requests, bitbucket_issues, bitbucket_pipelines, bitbucket_fix |
| metadata | {"author":"aurora","version":"1.1"} |
Bitbucket code repository integration for managing repositories, branches, pull requests, issues, and CI/CD pipelines.
Connected account: {display_name}
Use bitbucket_repos(action='list_repos', workspace='WS') or bitbucket_repos(action='list_workspaces') to discover connected repos.
Workspace and repository auto-resolve from saved user selection if not passed explicitly.
bitbucket_repos -- Repository, File & Code Operations:
list_repos, get_repo, get_file_contents, create_or_update_file, delete_fileget_directory_tree, search_code, list_workspaces, get_workspacebitbucket_branches -- Branch & Commit Operations:
list_branches, create_branch, delete_branch, list_commits, get_commit, get_diff, comparebitbucket_pull_requests -- Pull Request Operations:
list_prs, get_pr, create_pr, update_pr, merge_pr, approve_pr, unapprove_pr, decline_prlist_pr_comments, add_pr_comment, get_pr_diff, get_pr_activitybitbucket_issues -- Issue Operations:
list_issues, get_issue, create_issue, update_issue, list_issue_comments, add_issue_commentbitbucket_pipelines -- CI/CD Pipeline Operations:
list_pipelines, get_pipeline, trigger_pipeline, stop_pipelinelist_pipeline_steps, get_step_log, get_pipeline_stepbitbucket_fix -- Suggest Code Fixes During RCA:
file_path, edits (list of {old_string, new_string, replace_all}), fix_description, root_cause_summaryrepo (workspace/repo_slug), commit_message, branchbitbucket_repos(action='list_repos', workspace='WS')bitbucket_branches(action='list_commits', workspace='WS', repo_slug='REPO')bitbucket_pull_requests(action='list_prs', workspace='WS', repo_slug='REPO', state='MERGED')bitbucket_pipelines(action='list_pipelines', workspace='WS', repo_slug='REPO')bitbucket_pipelines(action='get_step_log', workspace='WS', repo_slug='REPO', pipeline_uuid='UUID', step_uuid='UUID')bitbucket_branches(action='get_diff', workspace='WS', repo_slug='REPO', spec='COMMIT_SHA')bitbucket_fix(file_path='path/to/file', edits=[{old_string: '...', new_string: '...'}], fix_description='...', root_cause_summary='...')list_repos and list_workspaces return only the repos/workspaces the user has connected — not everything in their Bitbucket account.repo_slug auto-resolve from saved selection if not passed explicitly.bitbucket_fix to propose code changes — it saves suggestions for user review.bitbucket_fix does NOT modify the repo directly — it saves the suggestion for user review. No confirmation needed.bitbucket_fix to propose a revert or correction.bitbucket_fix instead — the user will create the PR from the Incidents UI after reviewing your suggestion.GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically