一键导入
workflow-maintainer
审计并维护 agent-workflows 库,检查文档漂移、Markdown 链接损坏、必需工作流文件缺失、README 清单过期、技能元数据无效,以及自动化脚本与文档不一致等问题;当 Codex 被要求审查、验证、更新或发布 agent-workflows 文档及内置技能时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
审计并维护 agent-workflows 库,检查文档漂移、Markdown 链接损坏、必需工作流文件缺失、README 清单过期、技能元数据无效,以及自动化脚本与文档不一致等问题;当 Codex 被要求审查、验证、更新或发布 agent-workflows 文档及内置技能时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Maintain agent-workflows documentation by updating README entries, workflow docs, shared references, skill docs, examples, links, headings, and cross-file consistency after documentation or workflow changes. Use when Codex is asked to update docs, fix stale references, add examples, improve documentation structure, or validate agent-workflows documentation.
Plan safe schema, data, API, contract, and configuration migrations with rollout phases, backward compatibility, validation, rollback, data backfill, and deployment sequencing. Use when Codex is asked to design or review a migration, breaking API change, database change, data backfill, feature-flag rollout, or compatibility-sensitive release.
Perform focused performance reviews of code changes, pull requests, branches, or workspace diffs for algorithmic complexity, database query patterns, N+1 risks, pagination, caching, batching, memory use, synchronous I/O, latency, and load behavior. Use when Codex is asked for a performance review, scalability review, profiling plan, benchmark plan, or latency-risk assessment.
Bootstrap new projects and greenfield repositories using the agent-workflows project initialization workflow. Use when Codex is asked to create a new project, initialize a repository, scaffold a greenfield codebase, choose initial tooling, set up package management, create baseline README/.gitignore/configuration, or validate an initial scaffold.
Prepare the agent-workflows library for release by checking release readiness, gathering changed files, running workflow-maintainer audits, drafting release notes, producing validation evidence, and creating a final publish checklist. Use when Codex is asked to prepare, verify, summarize, package, or hand off an agent-workflows release.
Perform focused security reviews of code changes, pull requests, branches, or workspace diffs for authentication, authorization, input validation, injection, secrets handling, sensitive data exposure, dependency risk, insecure transport, and unsafe operational behavior. Use when Codex is asked for a security review, threat-focused code review, auth/permission review, or security-risk assessment.
| name | workflow-maintainer |
| description | 审计并维护 agent-workflows 库,检查文档漂移、Markdown 链接损坏、必需工作流文件缺失、README 清单过期、技能元数据无效,以及自动化脚本与文档不一致等问题;当 Codex 被要求审查、验证、更新或发布 agent-workflows 文档及内置技能时使用。 |
AGENT_WORKFLOWS_ROOT、脚本相对路径以及当前工作区。scripts/audit_workflow_library.py,或使用绝对路径运行。shared/ 中;技能专属路由规则留在相应技能里。README.md、skills/workflow-automation/references/library-loading.md、skills/workflow-automation/references/workflow-routing.md 以及相关脚本。python3 scripts/audit_workflow_library.py
python3 scripts/audit_workflow_library.py
python3 skills/workflow-automation/scripts/find_workflow_library.py --json
当用户要求对该库进行人工评审、发布就绪性检查、文档一致性检查、路由变更检查,或脚本未报错但改动仍可能带来工作流设计风险时,阅读 references/audit-checklist.md。