gemini-prompting-e0745c — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gemini-prompting-e0745c (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when gemini:gemini-rescue needs to ask Gemini for help via the task runtime.
Prompt Gemini like an analyst, not a collaborator with tool access. The plugin runs Gemini headless via gemini -p, so it cannot read files, run commands, or browse the working tree on its own. Everything Gemini sees has to be in the prompt text.
Core rules:
Default prompt recipe:
<task>: the concrete job and the relevant repository or failure context (inlined).<structured_output_contract> or <compact_output_contract>: exact shape, ordering, and brevity requirements.<default_follow_through_policy>: what Gemini should do by default instead of asking routine questions.<grounding_rules>: required for review, research, or anything that could drift into unsupported claims.When to add blocks:
<completeness_contract> and an <observable_evidence> block listing what you've inlined./gemini:review and /gemini:adversarial-review commands — those carry the review contract and JSON schema. Only fall back to task when the review needs a non-standard target or shape.<research_mode> and <citation_rules> (cite the inlined evidence by line reference, not URL).Working rules:
--resume-last so the prior transcript is reused; the plugin truncates oldest turns when the transcript exceeds the cap.Prompt assembly checklist:
<task>.Common antipatterns:
--resume-last turn — the prior transcript is already prepended.task runs.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.