بنقرة واحدة
deepseek
Explicitly opt in to DeepSeek-backed Subagent Router delegation for a single task.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explicitly opt in to DeepSeek-backed Subagent Router delegation for a single task.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | deepseek |
| description | Explicitly opt in to DeepSeek-backed Subagent Router delegation for a single task. |
Use this skill only when the user explicitly invokes $deepseek or /deepseek.
Normal Codex sessions must not use Subagent Router subagents just because the
DeepSeek-backed provider is installed.
subagent_router_reviewer for first-pass reviews of uncommitted changes,
current branches, commits, commit ranges, regression checks, and edge-case
review.subagent_router_worker for codebase exploration, isolated
implementation, boilerplate, simple refactors, test writing, and first-pass
bug investigation.subagent-router paths or /debug/activity; do not rely on repo-local hardcoded log
paths.Do minimal scope discovery before delegation: identify the requested path,
commit, or range, and run only cheap commands such as git status --short or
git diff --stat when needed. Spawn subagent_router_reviewer before reading
large diffs, source files, tests, or related modules.
The parent model must consolidate the final review and report discrete, evidence-backed findings with severity, file paths, rationale, and concrete fix suggestions.
Create a short plan, delegate bounded implementation or exploration to
subagent_router_worker when practical, and tell the worker its file/module
ownership. Workers are not alone in the codebase; they must not revert edits
made by others.
For confirm-and-fix workflows, prefer reviewer confirmation followed by worker patching when the fix is isolated and not security-sensitive. The parent model reviews the worker diff, performs narrow integration cleanup if needed, and runs relevant verification.