Borrowing it
Nothing to install: this file belongs to swimmwatch/cloakbrowser-mcp. 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/swimmwatch/cloakbrowser-mcp/main/.agents/skills/code-review-and-quality/SKILL.mdgit clone --depth 1 https://github.com/swimmwatch/cloakbrowser-mcpWrote 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/skills/swimmwatch/cloakbrowser-mcp/code-review-and-quality)<a href="https://agentmods.dev/skills/swimmwatch/cloakbrowser-mcp/code-review-and-quality"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/code-review-and-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/skills/swimmwatch/cloakbrowser-mcp/code-review-and-quality"><img src="https://agentmods.dev/badge/skills/swimmwatch/cloakbrowser-mcp/code-review-and-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00084 | $0.00420 |
| Opus 5 | $0.00042 | $0.00210 |
| Sonnet 5 | $0.00017 | $0.00084 |
| Haiku 4.5 | $0.00008 | $0.00042 |
Grade A, and why
code-review-and-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 10d 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
Code Review And Quality
Report evidence-backed defects before summaries.
- Read
AGENTS.md, the requested diff, affected tests and public docs, and a nearby precedent. Use CodeGraph before broad source search when indexed. - Trace affected behavior across CLI options and environment parsing, generated Playwright MCP configuration, the upstream stdio child, outer stdio or Streamable HTTP transport, local tools, cleanup, and results.
- Check strict TypeScript and Node ESM rules, actionable errors, cancellation, process/session cleanup, temporary-file handling, log destination and redaction, and cross-platform behavior.
- Confirm upstream Playwright MCP tools remain unchanged and local tools
remain limited to
cloakbrowser_binary_infoandcloakbrowser_bridge_infounless an explicit contract change says otherwise. - Review unit, integration, E2E, parity, package, Docker, documentation, localization, compatibility, and release evidence only where the diff touches those boundaries.
- Review dependencies, lockfile changes, workflow permissions, pinned actions and images, secrets/OIDC, registry publishing, and artifact provenance when applicable.
- Distinguish introduced defects from unrelated findings. Do not edit files, commit, push, resolve threads, or open/update a PR without separate authorization.
Report blocking findings first with file and line, impact, evidence, and the smallest correction. Then report important findings, optional suggestions, and verification evidence or gaps. If no findings remain, say so and identify residual testing risk.
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.
- 10d ago First seen · 36 lines · 84 tokens per session scan A 838ec708ab5b
code-review-and-quality is a skill published in the GitHub repository swimmwatch/cloakbrowser-mcp (56 stars, last pushed 4d ago), licensed MIT. It adds 84 tokens to every session and 420 once invoked, about $0.0004 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.
Other skills, from other repositories
browser-search
Multi-engine web search (SearXNG) + browsing/scraping (Camofox, CloakBrowser). Use whenever you need to do web research.
open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…
opencli-usage
Use at the start of any OpenCLI session — this is the top-level map of what opencli can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
cl-link-from-hash
Use this skill to get a link to a Gerrit Changelist (CL) from a given commit hash in the Chromium repository. Use when you need to find the review discussion, comments, or related issues for a specific commit. Don't use for linking to files or code lines.
opencli-browser-sitemap
Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live…