一键导入
gemini-prompting
Internal guidance for composing effective Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal guidance for composing effective Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gemini-prompting |
| description | Internal guidance for composing effective Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin |
| user-invocable | false |
Use this skill when gemini:gemini-rescue needs to shape a prompt before forwarding it to Gemini CLI.
Prompt Gemini like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter.
Core rules:
Default prompt recipe:
<task>: the concrete job and the relevant repository or failure context.<output_contract>: exact shape, ordering, and brevity requirements.<follow_through_policy>: what Gemini should do by default instead of asking routine questions.<verification_loop>: required for debugging, implementation, or risky fixes.<grounding_rules>: required for review, research, or anything that could drift into unsupported claims.When to add blocks:
verification_loop and completeness_contract.grounding_rules and output_contract.grounding_rules.action_safety so Gemini stays narrow and avoids unrelated refactors.Gemini-specific notes:
Working rules:
Prompt assembly checklist:
<task>.