원클릭으로
impl
Implement a feature. Tirgger when "implement" in the prompt
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement a feature. Tirgger when "implement" in the prompt
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
rTorrent XML-RPC command reference focused on remote control, multicall patterns, load methods, and the torrent commands used by Electorrent.
Deluge Web JSON-RPC and core RPC reference covering session login, web methods, and commonly used core torrent operations.
qBittorrent WebUI API reference covering authentication, sync, transfer, torrent, RSS, and search endpoints for qBittorrent 5.0+.
Synology Download Station Web API reference covering API discovery, authentication, request format, common errors, and Download Station task operations.
Transmission RPC reference covering JSON-RPC 2.0 transport, session token handling, torrent methods, session methods, and protocol versioning.
Safe Electron IPC patterns for renderer-main communication with preload bridges, channel design, replies, and serialization limits.
| 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 determine the failure cause. 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. Wait until subagents and/or commands terminate before taking any turns! Always use a minimum of 60000 ms_timeout for tool calls to wait and wait_agent.
The final response from the orchestrator must include: