pr-codecommit
星标0
分支0
更新时间2026年2月23日 06:49
Manage CodeCommit PRs (create/list/view)
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Manage CodeCommit PRs (create/list/view)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Initialize local and remote repository
| name | pr-codecommit |
| description | Manage CodeCommit PRs (create/list/view) |
git branch --show-currentgit remote get-url originBased on $ARGUMENTS, execute:
git log main..HEAD and git diff main...HEAD --stataws codecommit create-pull-requestaws codecommit list-pull-requests and display resultsaws codecommit get-pull-request for current branch's PRaws codecommit get-comments-for-pull-requestNote: Extract repository name from remote URL.