什么是 api-audit?
针对共享类型审核 API 路由 — 扫描路由、插件和类型是否不匹配。只读,不做任何更改。在 PR 之前、添加路由之后使用,或用于定期 API 合约验证。 来源:acedergren/agentic-tools。
针对共享类型审核 API 路由 — 扫描路由、插件和类型是否不匹配。只读,不做任何更改。在 PR 之前、添加路由之后使用,或用于定期 API 合约验证。
通过命令行快速安装 api-audit AI 技能到你的开发环境
来源:acedergren/agentic-tools。
Scan API routes and plugins, catalog every endpoint, and cross-reference against type definitions to find mismatches. Read-only — do not modify any files.
Scan your routes directory recursively. For each route registration, extract:
Look for framework-specific patterns (e.g., Fastify schema objects, Express middleware chains, Next.js route handlers).
针对共享类型审核 API 路由 — 扫描路由、插件和类型是否不匹配。只读,不做任何更改。在 PR 之前、添加路由之后使用,或用于定期 API 合约验证。 来源:acedergren/agentic-tools。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/acedergren/agentic-tools --skill api-audit针对共享类型审核 API 路由 — 扫描路由、插件和类型是否不匹配。只读,不做任何更改。在 PR 之前、添加路由之后使用,或用于定期 API 合约验证。 来源:acedergren/agentic-tools。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/acedergren/agentic-tools --skill api-audit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/acedergren/agentic-tools