·ogt-docs-audit-task
""

ogt-docs-audit-task

审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。

6安装·0热度·@opendndapps

安装

$npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-audit-task

如何安装 ogt-docs-audit-task

通过命令行快速安装 ogt-docs-audit-task AI 技能到你的开发环境

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

来源:opendndapps/ogt-skills。

SKILL.md

查看原文

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
分类
""沟通写作
认证
收录时间
2026-02-22
更新时间
2026-03-11

Browse more skills from opendndapps/ogt-skills

快速解答

什么是 ogt-docs-audit-task?

审核 docs/todo/done/ 中的任务以验证代码库中是否确实存在所声明的实现。在检查已完成的任务、发布前验证工作或定期审核任务准确性时使用。将未验证的任务移回待处理/。 来源:opendndapps/ogt-skills。

如何安装 ogt-docs-audit-task?

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

这个 Skill 的源码在哪?

https://github.com/opendndapps/ogt-skills