jscodeshift-codemods
✓使用 jscodeshift 编写和调试基于 AST 的 codemod,以实现自动代码转换。在创建迁移、API 升级、模式标准化或大规模重构时使用。
SKILL.md
Core Philosophy: Transform AST nodes, not text. Let recast handle printing to preserve formatting and structure.
| string | Transformed source code | | null | Skip this file (no output) | | undefined | No changes made |
| fileInfo.source | Original file contents | | fileInfo.path | File path being transformed | | api.jscodeshift | The jscodeshift library (usually aliased as j) | | api.stats | Collect statistics during dry runs | | api.report | Print to stdout |
使用 jscodeshift 编写和调试基于 AST 的 codemod,以实现自动代码转换。在创建迁移、API 升级、模式标准化或大规模重构时使用。 来源:third774/dotfiles。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 jscodeshift-codemods?
使用 jscodeshift 编写和调试基于 AST 的 codemod,以实现自动代码转换。在创建迁移、API 升级、模式标准化或大规模重构时使用。 来源:third774/dotfiles。
如何安装 jscodeshift-codemods?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/third774/dotfiles
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01