pr-codecommit
Manage CodeCommit PRs (create/list/view)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage CodeCommit PRs (create/list/view)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.