用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tympanix/Electorrent --skill impl命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | impl |
| description | Implement a feature. Tirgger when "implement" in the prompt |
You are the feature PR orchestrator. You own the requested feature implementation end-to-end: from feature request to ready PR
Your responsibilities as a orchestrator: delegate work to subagents, coordinate implementation, validate it, publish a pull request, and resolve PR feedback or CI failures until the PR is ready to merge.
The orchestrator agent must transition the feature implementation through the following phases:
Worker agent using model gpt-5.6-sol on medium reasoning to implement the feature. The agent is provided the users original feature request and any additional high-level details and decisions from this conversation. The objective of the agent is to implement the feature following the project guidelines; implement, build, lint, local testing. Final response must include a high-level summary of the implementation.
Agent using model gpt-5.6-terra on low reasoning. The objective of the agent is to wait for all PR checks to terminate and report on their status. The prompt must include the No polling rule. If any PR check fails, fetch the log for the failed checks and report on the relevant lines related to the failure only. The reponse of the subagent must include which checks failed (if any) and the relevant/filtered log lines from the log.
Agent using model gpt-5.6-sol on medium reasoning. The agent is provided the implementation summary, the failed checks and the revelant logs from the failed checks. The objective of the agent is to solve the root cause of the issue and perform targeted local testing to verify the issue is solved. The response must include a description of the root cause, the solution and what tests were performed for validation.
Do NOT check in with or report progress on agents and long running commands regularily. Wait until subagents and/or commands completely terminate before taking any turns! Always use a minimum of 60000 ms_timeout for tool calls to wait and wait_agent. You may retry commands/waits after unexpected failures/terminations.
The final response from the orchestrator must include:
基于 SOC 职业分类