React 18 Legacy Context Migration
提供将 React 旧版上下文 API(contextTypes、childContextTypes、getChildContext)迁移到现代 createContext API 的完整模式。在类组件中迁移旧版上下文时使用此技能——这始终是跨文件迁移,需要同时更新提供者和所有消费者。在修改任何 contextT...
安装命令
npx skills add https://github.com/github/awesome-copilot --skill react18-legacy-context