codepipeline

Automate AWS CodePipeline pipeline, stage, action, and approval management via AWS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and automate CodePipeline pipelines via AWS CLI, reducing manual steps and errors in CI/CD workflows.

Core Features & Use Cases

  • Create, update, and delete pipelines from definitions.
  • Inspect pipeline state, history, and execution details.
  • Approve manual actions and manage webhooks for automated deployments.
  • Use Case: A development team standardizes deployments by codifying pipelines and triggering automatic promotions across environments.

Quick Start

Run the skill to create, update, or view CodePipeline pipelines using AWS CLI commands.

Frequently Asked Questions about codepipeline

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

FAQPage Schema
How do I automate AWS CodePipeline management from the command line?

AWS CodePipeline management is automated via the AWS CLI to handle pipelines, stages, actions, and approvals. It requires AWS CLI v2 and proper IAM permissions to execute pipeline operations with safeguards against destructive actions.

Can I approve manual actions in CodePipeline using the AWS CLI?

Yes, manual actions in CodePipeline can be approved using AWS CLI commands. The automation skill handles approvals and manages webhooks to facilitate automated deployments and pipeline promotions across different environments.

Do I need specific IAM permissions to trigger CodePipeline stages with the AWS CLI?

Yes, proper IAM permissions are required to trigger CodePipeline stages with the AWS CLI. The skill requires AWS CLI v2 and appropriate IAM access to safely perform pipeline operations, inspect execution history, and manage state across environments.

What is the best way to inspect CodePipeline execution history without the AWS console?

Inspecting CodePipeline execution history without the console is done via AWS CLI commands. You can retrieve pipeline state, execution details, and history directly from the command line to monitor CI/CD workflows and standardize deployments.

How do I create and update CodePipeline definitions programmatically for CI/CD?

Creating and updating CodePipeline definitions programmatically is done via AWS CLI commands. This allows development teams to codify pipelines from definitions and trigger automatic promotions across environments to standardize CI/CD deployments.

Does this CodePipeline CLI automation prevent destructive pipeline actions?

Yes, the CodePipeline CLI automation includes safeguards to avoid destructive actions. It manages pipeline operations carefully, ensuring that creating, updating, triggering, and deleting pipelines via the AWS CLI prevents unintended harmful changes.