ワンクリックで
workflow-automation
从 agent-workflows 库中选择并执行合适的工程工作流,覆盖项目初始化、功能开发、缺陷修复、代码评审、事故响应、重构和技术债清理;当 Codex 需要自动路由任务并直接执行对应步骤时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
从 agent-workflows 库中选择并执行合适的工程工作流,覆盖项目初始化、功能开发、缺陷修复、代码评审、事故响应、重构和技术债清理;当 Codex 需要自动路由任务并直接执行对应步骤时使用。
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-automation |
| description | 从 agent-workflows 库中选择并执行合适的工程工作流,覆盖项目初始化、功能开发、缺陷修复、代码评审、事故响应、重构和技术债清理;当 Codex 需要自动路由任务并直接执行对应步骤时使用。 |
说明:通过把任务路由到正确的工作流并直接执行对应步骤,自动化使用 agent-workflows 库。
scripts/find_workflow_library.py --json,或使用脚本绝对路径运行,以定位最近的 agent-workflows 库并获取文件映射。AGENT_WORKFLOWS_ROOT 指向库根目录,再运行脚本。README.md、相关共享文档和选中的工作流文件即可。不要把所有工作流文件都读进来。当正确工作流不明显时,阅读 references/workflow-routing.md。默认映射如下:
如果分类存在实质性歧义,提一个简短澄清问题即可。如果歧义风险较低,选择最可能的工作流并说明你的假设。
scripts/find_workflow_library.py --json,必要时相对当前技能目录解析脚本路径。AGENT_WORKFLOWS_ROOT、脚本相对路径,再从起始路径向上查找。agent-workflows 的路径。