一键导入
pi-prompting
Internal guidance for composing prompts that Pi runs (DeepSeek by default) handle reliably for coding, review, diagnosis, and research tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal guidance for composing prompts that Pi runs (DeepSeek by default) handle reliably for coding, review, diagnosis, and research tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pi-prompting |
| description | Internal guidance for composing prompts that Pi runs (DeepSeek by default) handle reliably for coding, review, diagnosis, and research tasks |
| user-invocable | false |
Use this skill when pi:pi-companion-forwarder needs to ask Pi for help on a non-trivial coding or investigation task.
Pi runs whatever model the user has configured. By default this plugin targets DeepSeek V4 (Pro for review, Flash for everyday tasks). The guidance below assumes the prompt may run on either a non-reasoning model (Flash) or a reasoning model (Pro). Bias toward concrete, numbered checklists rather than abstract instructions — both model classes follow those reliably.
Core rules:
Default prompt recipe:
<task>: the concrete job and the relevant repository or failure context. Include file paths.<output_contract> (or <structured_output_contract> for JSON): exact shape, ordering, and brevity requirements.<grounding_rules>: required for review, research, or anything that could drift into unsupported claims.<action_safety>: required for write-capable tasks — name the directories and file kinds Pi may touch.When to add extra blocks:
<completeness_contract> listing what counts as "done" (tests pass, lint clean, files touched).prompts/adversarial-review.md and prompts/review.md. Do not hand-craft another review prompt.<sources> block listing what Pi is allowed to consult.How to choose prompt shape:
/pi:review or /pi:adversarial-review commands when the job is reviewing local git changes. Those prompts already carry the review contract.task when the job is diagnosis, planning, research, or implementation and you need to control the prompt more directly.task --resume-last for follow-up instructions on the same Pi session. Send only the delta instruction instead of restating the whole prompt unless the direction changed materially.Working rules:
--effort high) by default — DeepSeek Flash will not benefit, and DeepSeek Pro takes longer. Tighten the prompt before escalating effort.Prompt assembly checklist:
<task>.<grounding_rules> and <action_safety> only where the task needs them.When pi-subagents is installed:
<available_pi_subagents> block before <task>./pi:parallel-rescue "task1" "task2" ... instead of manual prompt construction.