en un clic
impl
Implement a feature. Tirgger when "implement" in the prompt
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Implement a feature. Tirgger when "implement" in the prompt
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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: