mcp-dockhand gemini-review.instructions.md

mcp-dockhand gemini-review.instructions.md is an instructions file for GitHub Copilot from strausmann/mcp-dockhand. It costs 283 tokens per session, scanned A, original, MIT.

A code-review guide for an MCP server that wraps the Dockhand REST API, a web interface for managing Dockhand. It requires checking the wrapper against Dockhand's actual routes, methods, request data, and communication protocol.

In plain words
What is it for?
Use it when changing or reviewing Dockhand MCP tools, especially their endpoints, HTTP methods, parameters, validation, path handling, configuration merging, and tests.
Why use it?
It catches mismatches between the tool and the service it represents, as well as unsafe paths, incomplete parameter descriptions, unnecessary requests, and weak tests.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/strausmann/mcp-dockhand/gemini-review
Clone the repo
git clone --depth 1 https://github.com/strausmann/mcp-dockhand

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-dockhand gemini-review.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/strausmann/mcp-dockhand/gemini-review.svg)](https://agentmods.dev/instructions/strausmann/mcp-dockhand/gemini-review)
Your own site
<a href="https://agentmods.dev/instructions/strausmann/mcp-dockhand/gemini-review"><img src="https://agentmods.dev/badge/instructions/strausmann/mcp-dockhand/gemini-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 283 This file is loaded in full into every session.
When invoked 283 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00283 $0.00283
Opus 5 $0.00142 $0.00142
Sonnet 5 $0.00057 $0.00057
Haiku 4.5 $0.00028 $0.00028

Measured 6d ago against content hash 379f2557ddf8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mcp-dockhand gemini-review.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/instructions/gemini-review.instructions.md · 29 lines

What it actually says

Gemini Code Assist Review Instructions

This repository wraps the Dockhand REST API (https://github.com/finsys/dockhand) into MCP tools.

Upstream Verification (CRITICAL)

For every MCP tool change, verify against the upstream Dockhand source:

  • API Routes: src/routes/api/**/+server.ts in finsys/dockhand defines the actual endpoints
  • HTTP Methods: Each +server.ts exports named functions (GET, POST, PUT, DELETE, PATCH)
  • Request Bodies: Check what the route handler actually parses from the request
  • Hawser Protocol: internal/protocol/messages.go in finsys/hawser for agent communication

If an MCP tool uses a different HTTP method or parameter name than the upstream source, flag as HIGH.

Code Quality Checks

  1. All path parameters must use encodePath() (path injection prevention)
  2. All Zod parameters must have .describe() annotations
  3. No Record<string, unknown> — use explicit typed parameters
  4. additionalConfig/additionalSettings merged BEFORE explicit fields
  5. No unnecessary API calls (don't fetch just to read connectionType)
  6. Tests must actually validate what they claim (no loose string matching)
  7. API schema (docs/dockhand-api-schema.json) must stay deterministic
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 29 lines · 283 tokens per session scan A 379f2557ddf8

Subscribe to this mod's changes

mcp-dockhand gemini-review.instructions.md is an instructions file published in the GitHub repository strausmann/mcp-dockhand (37 stars, last pushed yesterday), licensed MIT. It adds 283 tokens to every session, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.