Skill Detail

Run reviewable multi-step codemod workflows with Codemod CLI

Use Codemod CLI when an agent needs to scaffold, test, and run a reviewable multi-step migration workflow with approval gates, rather than applying a one-off search-and-replace or browsing the hosted Codemod platform.

Code Quality & ReviewMulti-Framework
Code Quality & Review Multi-Framework Security Reviewed
⭐ 979 GitHub stars ⬇ 15.4k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill run-reviewable-multi-step-codemod-workflows-with-codemod-cli Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, npm or npx access, target repository, workflow YAML or codemod package
Install & setup
Use `npx codemod` or the documented package install method, scaffold or select a codemod workflow, then run `npx codemod workflow run -w workflow.yaml` locally or in CI to execute the migration.
Author
Codemod
Publisher
Company
Last updated
Apr 19, 2026
Quick brief

Best for: codebase migrations that need staged transformations, local testing, and a workflow definition an agent can run in CI or from the terminal.

How it works

What this skill actually does

Codemod CLI is the local workflow engine behind Codemod’s broader ecosystem. It can scaffold codemod projects, run workflow YAMLs, and execute multi-step migration pipelines with explicit checkpoints. That is meaningfully different from a plain AST engine or hosted registry listing.

When to invoke it

Invoke this skill when a repository change needs a repeatable migration workflow, especially for framework upgrades or coordinated refactors that benefit from staging and review rather than a single raw codemod command.

Scope boundary

This skill is scoped to the local CLI workflow engine. It is not a listing for the hosted Codemod platform, registry, or company. The publishable job-to-be-done is: scaffold or run a multi-step codemod workflow and inspect the resulting code changes.

Install notes

  1. Install the CLI with npx codemod or the documented package method.
  2. Initialize a codemod project or create a workflow YAML.
  3. Run npx codemod workflow run -w workflow.yaml to execute the migration locally or in CI.