runrunit_share_cursor_skill_bitbucket
Open a Bitbucket pull request to add or update a Cursor skill folder, allowing your team to review and merge the shared skill.
Instructions
Primary tool when the user wants to share a Cursor skill with the team via Bitbucket: compartilhar skill, dividir com o time, propor ao repo, publicar skill para a equipe, share skill with the team, open a PR for teammates. Opens a pull request that adds or updates the full cursor-skills/{skill_name}/ folder (SKILL.md, rules/, templates/, scripts/, etc.) in one atomic commit. Do not use runrunit_install_cursor_skills for this — that only copies folders to local ~/.cursor/skills. Requires Bitbucket credentials on MCP host; repo identity and base branch auto-detected from project_root git origin (env overrides).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | Folder name under cursor-skills/ (e.g. react-best-practices, comentar-task-runrunit). Matches the directory that contains SKILL.md. | |
| project_root | No | Optional absolute path to project root containing cursor-skills/. If omitted, walks up from cwd. |