This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Closed
Conversation
Contributor
|
感谢贡献!🙏 仓库已迁移通知: 已合并到 openyida/openyida,yida-skills 目录现在作为 openyida npm 包的一部分统一维护。 请将此 PR 的改动重新提交到新仓库:👉 https://github.com/openyida/openyida/pulls 新仓库的 yida-skills 目录结构与原仓库保持一致,提交方式相同。感谢理解与支持! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
描述
这个 PR 新增并优化了 3 个宜搭技能,主要用于存量应用的接入与接管,补齐了从线上已有应用导入、本地结构分析到后续同步更新的能力链路。
通过这些技能,AI 可以更方便地接入已有宜搭应用,生成本地 PRD 与 schema cache,并基于这些产物继续进行分析、改造和维护。
修复内容
影响范围
本次改动主要影响以下模块和功能:
README.md中的技能列表与目录结构说明yida-import-appyida-analyze-appyida-sync-app整体上,这个 PR 为存量应用的接入与接管提供了更完整的技能支持。
测试
关联 Issue
暂无
其他
本次提交对应的 commit 为:
744fd82fix: 新增并优化宜搭存量应用接管技能新增的 3 个技能在结构上遵循了项目现有技能目录规范,并补充了更适合 AI 理解和调用的
SKILL.md、references/和scripts/内容。