AgentSkillsCN

gemini-review

就一份草稿向Gemini寻求第二意见。

SKILL.md
--- frontmatter
name: gemini-review
description: Get a second opinion from Gemini on a draft
argument-hint: [path to draft]
disable-model-invocation: true
allowed-tools: Bash(node call-gemini.js *)

Send the draft to Gemini for an independent review.

The draft to review is: $ARGUMENTS

If no path is given, ask which draft to review.

Run the following command:

code
node call-gemini.js "$ARGUMENTS" "You are reviewing a draft of GOV.UK guidance. Check it for: 1. Factual accuracy — are claims correct? Flag anything that looks wrong or unsupported. 2. Completeness — is anything important missing that a user would need to know? 3. Clarity — are there sentences that are confusing, ambiguous, or could be misread? 4. Structure — does the information flow logically? Would a user scanning headings find what they need? List your findings by severity: errors (must fix), warnings (should fix), suggestions (nice to have). Be specific — quote the text in question."

Present Gemini's response to the user. Note that this is a second opinion from a different model — it may catch things we missed, but its findings should be verified before acting on them.