·repair-broken-references
</>

repair-broken-references

查找并修复损坏的内部链接、无效的外部 URL、过时的导入、丢失的交叉引用和孤立的文件。确保所有项目参考保持有效且最新。当文档包含损坏的内部链接、外部 URL 返回 404 错误、导入语句引用已移动或删除的模块、文件之间的交叉引用不同步或文件存在但从未在项目中的任何位置引用时使用。

11安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill repair-broken-references

如何安装 repair-broken-references

通过命令行快速安装 repair-broken-references AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill repair-broken-references
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Do NOT use for refactoring module dependencies or redesigning information architecture. This skill repairs existing references, not restructures them.

| projectpath | string | Yes | Absolute path to project root | | checkexternal | boolean | No | Verify external URLs (default: true, slow) | | fixmode | enum | No | auto (fix obvious), report (document only), interactive (prompt) | | orphanthreshold | integer | No | Days since last modified to flag as orphan (default: 180) |

Verify that external links are still accessible (HTTP 200 response).

查找并修复损坏的内部链接、无效的外部 URL、过时的导入、丢失的交叉引用和孤立的文件。确保所有项目参考保持有效且最新。当文档包含损坏的内部链接、外部 URL 返回 404 错误、导入语句引用已移动或删除的模块、文件之间的交叉引用不同步或文件存在但从未在项目中的任何位置引用时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill repair-broken-references
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 repair-broken-references?

查找并修复损坏的内部链接、无效的外部 URL、过时的导入、丢失的交叉引用和孤立的文件。确保所有项目参考保持有效且最新。当文档包含损坏的内部链接、外部 URL 返回 404 错误、导入语句引用已移动或删除的模块、文件之间的交叉引用不同步或文件存在但从未在项目中的任何位置引用时使用。 来源:pjt222/development-guides。

如何安装 repair-broken-references?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill repair-broken-references 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides