codecommit

Manage AWS CodeCommit repositories, branches, pull requests, and merges via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill codecommit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codecommit
Source: https://github.com/david-2814/claw-aws/tree/main/skills/codecommit
Command: npx skills add https://github.com/david-2814/claw-aws --skill codecommit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use this skill to perform source code repository operations on AWS CodeCommit such as creating and managing repositories, branches and tags, handling pull requests, reviewing code, and configuring repository triggers.

Core Features & Use Cases

  • List and inspect repositories, create new repositories, and manage repository details
  • Manage branches, tags, and pull requests, including merging and reviewing changes
  • Configure repository triggers and automate common CodeCommit workflows for multi-repo setups

Quick Start

Install the skill in your OpenClaw workspace and start performing common CodeCommit operations using AWS CLI.

Frequently Asked Questions about codecommit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS CodeCommit repositories using the AWS CLI?

You can manage AWS CodeCommit repositories using the AWS CLI to list, inspect, create, and update repository details, as well as handle branches, tags, and pull requests. This skill requires AWS CLI v2 configured with valid credentials.

Can I automate pull request and merge workflows across multiple CodeCommit repositories?

Yes, you can automate pull request workflows, including merging and reviewing changes, across multiple CodeCommit repositories. The skill handles routine branch and PR administration using configured AWS CLI credentials.

How do I configure triggers for an AWS CodeCommit repository?

You can configure repository triggers to automate common CodeCommit workflows by using AWS CLI commands. This allows you to set up automated notifications and actions across your repositories.

What IAM permissions do I need to perform CodeCommit operations with the AWS CLI?

To perform CodeCommit operations with the AWS CLI, you need valid AWS credentials configured with appropriate IAM permissions. These permissions must allow actions for managing repositories, branches, pull requests, and triggers.

Does this approach work for routine branch and tag management in AWS CodeCommit?

Yes, this approach supports routine branch and tag management in AWS CodeCommit. You can create, manage, and merge branches and tags directly through AWS CLI commands for your repositories.

What's the best way to handle code reviews on AWS CodeCommit via the command line?

The best way to handle code reviews on AWS CodeCommit via the command line is using AWS CLI commands to manage pull requests and review changes. This skill streamlines the review and merge process.