什么是 ogt-docs-audit-task?
审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。 来源:opendndapps/ogt-skills。
审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。
通过命令行快速安装 ogt-docs-audit-task AI 技能到你的开发环境
来源:opendndapps/ogt-skills。
Verify that completed tasks actually have working implementations in the codebase.
Tasks in docs/todo/done/ claim to be complete. This skill verifies those claims by checking that the implementation actually exists and works. Unverified tasks are moved back to pending/ for re-implementation.
| File exists | test -f {path} | "Create UserService.ts" | | File exported | grep export {index} | "Export from index.ts" | | Route exists | grep {route} {router} | "Add /users route" | | Type exists | grep "type X" {file} | "Add User type" | | Function exists | grep "function X" {file} | "Add calculateTotal()" |
审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。 来源:opendndapps/ogt-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-audit-task审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。 来源:opendndapps/ogt-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-audit-task 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opendndapps/ogt-skills