update-api-console-components

Automate api-console v6 release workflow with npm publishing and GPG signing.

907|237|Updated Jun 26, 2013
One-click install
npx skills add https://github.com/mulesoft/api-console --skill update-api-console-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-api-console-components
Source: https://github.com/mulesoft/api-console/tree/main/.claude/skills/update-api-console-components
Command: npx skills add https://github.com/mulesoft/api-console --skill update-api-console-components

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complete release workflow for api-console v6 and the anypoint-api-console wrapper, reducing manual, error-prone steps and ensuring consistent releases.

Core Features & Use Cases

  • Automates the full release process: update component dependencies in api-console v6, bump versions, publish to npm, and synchronize the wrapper across repos.
  • Enforces prerequisites, GPG signing, branch naming, version calculation, and release documentation to ensure a repeatable, auditable flow.
  • Use case: release engineers can execute a single, repeatable workflow to release api-console v6 and propagate wrapper updates.

Quick Start

Initiate the release workflow to update components, bump versions, publish, and propagate the wrapper update across repos.

Frequently Asked Questions about update-api-console-components

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

FAQPage Schema
How do I automate the npm release workflow for api-console?

Automating the api-console npm release workflow handles component version updates, GPG signing, npm publishing, and branch management. It requires a clean working directory, git with GPG signing configured, and npm access to ensure compliant releases.

What is the process to synchronize the anypoint-api-console wrapper across repos?

Synchronizing the anypoint-api-console wrapper across repos requires propagating updates after publishing api-console v6. This Skill automates wrapper synchronization by managing branch naming and updating wrapper work items across repositories.

Do I need GPG signing configured to publish api-console v6 releases?

Yes, GPG signing is required to publish api-console v6 releases. You need git configured with GPG signing, access to npm, and knowledge of targeted components and wrapper work items to ensure compliant, auditable releases.

What prerequisites are needed before starting an api-console release?

Before starting an api-console release, you need a clean working directory, access to npm, git with GPG signing configured, and knowledge of targeted components and wrapper work items to ensure a repeatable, auditable release flow.

How does branch management work during an api-console release?

Branch management during an api-console release enforces specific branch naming conventions and calculates versions automatically. This ensures a repeatable, auditable flow when updating component dependencies and propagating wrapper updates across repos.

Why does my api-console release workflow require a clean working directory?

A clean working directory is required for the api-console release workflow to prevent conflicts during component version updates, GPG signing, and npm publishing. It ensures the automated release process maintains consistency and auditability.