Borrowing it
Nothing to install: this file belongs to rinerebox1/deno-gemini-grounding-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/rinerebox1/deno-gemini-grounding-mcp-server/main/.gemini/commands/ensure-quality.mdgit clone --depth 1 https://github.com/rinerebox1/deno-gemini-grounding-mcp-serverWrote 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.
[](https://agentmods.dev/commands/rinerebox1/deno-gemini-grounding-mcp-server/ensure-quality)<a href="https://agentmods.dev/commands/rinerebox1/deno-gemini-grounding-mcp-server/ensure-quality"><img src="https://agentmods.dev/badge/commands/rinerebox1/deno-gemini-grounding-mcp-server/ensure-quality/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/rinerebox1/deno-gemini-grounding-mcp-server/ensure-quality"><img src="https://agentmods.dev/badge/commands/rinerebox1/deno-gemini-grounding-mcp-server/ensure-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00696 |
| Opus 5 | $0.00000 | $0.00348 |
| Sonnet 5 | $0.00000 | $0.00139 |
| Haiku 4.5 | $0.00000 | $0.00070 |
Grade A, and why
ensure-quality 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 11d 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.
What it actually says
コード品質の自動改善
make check-allが成功するまで、自動的にコードを修正してコード品質を保証します。
このコマンドは、GEMINI.mdの「コード品質を保証する」セクションに従い、以下の順序で品質チェックと修正を実行します:
- コードフォーマット (
make format) - Ruffによる自動フォーマット - リントチェック (
make lint) - Ruffによるリントチェックと自動修正 - 型チェック (
make typecheck) - mypyによる厳格な型チェック - テスト実行 (
make test) - 全テストの実行
実行手順
-
まず
make check-allを実行して現在の状態を確認 -
エラーが発生した場合、以下の優先順位で修正を試みる:
- フォーマットエラー:
make formatで自動修正 - リントエラー:
make lintで自動修正可能なものは修正、手動修正が必要なものは詳細を報告 - 型エラー: エラーメッセージを分析し、適切な型ヒントや型キャストを追加
- テスト失敗: 失敗原因を特定し、コードまたはテストを修正
- フォーマットエラー:
-
各修正後に
make check-allを再実行し、すべてのチェックが通るまで繰り返す
重要な注意事項
- GEMINI.mdの規約に従う: 型ヒント、エラーメッセージ、コーディングスタイルはGEMINI.mdの規約に準拠
- 既存の動作を保持: テストが失敗した場合、まず実装が仕様通りかを確認し、必要に応じてテストも修正
- 段階的な修正: 一度にすべてを修正せず、エラーの種類ごとに段階的に対処
- 進捗の報告: 各ステップでの修正内容と結果を明確に報告
エラー対処の具体例
型エラーの例
# エラー: Incompatible return value type (got "None", expected "str")
def get_name() -> str:
return None # 修正前
# 修正後
def get_name() -> str | None:
return None
リントエラーの例
# エラー: F401 'os' imported but unused
import os # 修正: 未使用のインポートを削除
# エラー: E501 line too long (120 > 100 characters)
# 修正: 長い行を適切に改行
このコマンドを実行することで、プロジェクトのコード品質を一貫して高いレベルに保つことができます。
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.
- 11d ago First seen · 53 lines · 0 tokens per session scan A b02811f76740
ensure-quality is a command published in the GitHub repository rinerebox1/deno-gemini-grounding-mcp-server (0 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 696 tokens. 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-09-01.
Other commands, from other repositories
prototype
You are building a proof-of-concept for the current Grainulator sprint. Read CLAUDE.md for sprint context and claims.json for existing research claims.
verify
Run repository verification using the verification-loop skill.
qa-changes
This skill should be used when the user asks to "QA a pull request", "test PR changes", "verify a PR works", "functionally test changes", or when an automated workflow triggers QA validation of code changes. Provides a structured methodology for setting up the environment, exercising changed behavior, and reporting…
test-coverage
Analyze test coverage and identify the highest-value gaps to fill.
tdd
A command that follows test-driven development (TDD), a method where you write tests before the code they check. It moves through writing a failing test, adding the smallest implementation, and then improving the code.
check-dev
Type-check a Z specification with fuzz.