什麼是 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