Monorepo awareness
Skill ligyDt/ai-ide-init-template/codebuddy/.codebuddy/skills/monorepo-awareness
面向 Codex、Cursor、CodeBuddy、TRAE 的中文 AI IDE 项目初始化模板,内置多角色协作、Skills、MCP、Hooks 与安全验证。
npx -y skills add ligyDt/ai-ide-init-template --skill monorepo-awarenessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
在单仓多包、多应用、多语言或共享库项目中识别包边界、依赖影响、构建范围和跨包变更风险。
SKILL.md
1.0 KB, as published. Nobody here has run it
Monorepo 感知
流程
- 识别 workspace、包管理器、任务编排器、应用目录、共享库和边界规则。
- 分析当前变更影响哪些包、哪些测试、哪些构建和哪些发布路径。
- 避免跨包隐式依赖、循环依赖、未声明 peer 依赖和公共 API 破坏性变更。
- 对共享组件、设计系统、SDK、数据库 schema 或协议变更要求扩大回归范围。
- 输出最小验证命令、影响包清单和需要同步的文档或版本策略。
输出
- 仓库拓扑与包边界
- 影响范围
- 最小验证命令
- 跨包风险与回滚建议
停止条件
缺少目标、范围、运行环境或高风险授权时,先澄清或输出待确认事项,不擅自接入外部写入、支付、部署或生产资源。