基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/onmax/skills --skill delegate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Files one concise GitHub pull request from a completed change. Use when the user explicitly asks to file, open, create, or update a PR from the current branch.
Advances Quiver Airtable tasks from intake or selection to a review-ready pull request. Use when Maxi asks to report new Airtable work or select, claim, investigate, implement, or finish a task.
Converges Linux agent machines into shared coding nodes and balances bounded agent work across them. Use when bootstrapping or reconciling a VPS, direct SSH, T3 Connect, Codex and GitHub auth profiles, shared workspaces, scheduled jobs, machine cleanup, or distributing coding agents between nodes.
| name | delegate |
| description | Delegate one conversation-grounded pull request to a separate Codex task. |
| argument-hint | <PR title> [host] |
| disable-model-invocation | true |
Turn the current conversation's next coherent pull request into a separate task. The current task owns only the delegation packet, dispatch, and supervision; the created task owns research, implementation, publication, and cleanup.
/delegate <PR title>
/delegate <PR title> <host>
Without a host, use the matching local project. With a private SSH alias, use the matching connected project on that host. Treat the title as a proposed PR title that the direction check may tighten.
Resolve the destination. Infer one target repository from the conversation, then list Codex projects and select the exact repository on the requested host. If the repository or host is ambiguous, ask one blocking question. If a named host is unavailable, stop and recommend fleet for reconciliation instead of dispatching elsewhere. This step is complete when one project and host are fixed.
Build the packet. Distill the conversation into the template below. Preserve established evidence and decisions instead of reproducing the transcript. Mark missing or stale evidence explicitly. This step is complete when a fresh agent can act without access to the source conversation.
Create the task. Create a separate Codex task in the destination project's local checkout and pass the packet as its initial prompt. The child must create its own temporary Git worktree, so do not ask Codex to create a managed worktree for the task. Surface the created task immediately. This step is complete when Codex returns the new task identifier and host.
Supervise without duplicating. Follow the created task with the thread coordination tools. Forward new source context when it changes the work, leave approvals and genuine user choices to the user, and keep implementation out of the source task. This step is complete when the child returns the PR URL and confirms local cleanup, or reports a concrete blocker.
You own one pull request in a separate task.
Proposed PR title: <title>
Target repository: <repository and project root>
Origin: <source task id or title when available>
Goal:
<the outcome and why it belongs in this repository>
Established context:
- <evidence already gathered, with file, commit, PR, URL, or session pointers>
- <decisions already made and rejected alternatives>
- <downstream symptom or motivating use case>
First-PR boundary:
- In scope: < >
Out of scope:
Acceptance:
Constraints:
PR creation is authorized. GitHub comments, issue comments, merges, and deployments require separate authorization.
Execution contract:
Reuse the established context. Run evidence-research only for a load-bearing gap, stale claim, or contradiction; record what new evidence changes.
Before mutation, use validate-direction and one independent sub-agent to challenge repository ownership, overlap with existing PRs or worktrees, and the smallest coherent first-PR boundary. Resolve every material objection.
Preserve the ambient checkout. Refresh the intended base, reconcile existing PR ownership, and create a dedicated temporary worktree from the current upstream base.
Implement only the validated boundary and run the repository's relevant tests, checks, and live proof. Use an independent pass before publication when it can change the diff.
Use engineering-writing's pull-request branch for the pull request body. Commit, push, and create one pull request using the repository's conventions.
After the pushed commit and PR URL are confirmed, return to the ambient checkout and use to remove the temporary worktree, disposable artifacts, and local branch when safe. Preserve the remote PR branch and report the PR URL, validation, and cleanup result.