mcp-sso: Skill for Claude Code

.claude/skills/class-closure-review/SKILL.md

class-closure-review is a skill for Claude Code from acartag7/mcp-sso. It costs 84 tokens per session (1,148 once invoked), scanned A, original, MIT.

A local pull-request review process for finding whether one bug or behavior has been fixed everywhere it applies. It checks related implementations and refuses approval when any relevant case remains unresolved.

In plain words
What is it for?
Use it to review a pull request or exact commit locally, verify a previous review finding, and decide whether another hosted review should be requested. It does not modify the reviewed code.
Why use it?
It prevents a fix that works for one example from being treated as complete when sibling adapters, stores, or other related cases still have the same defect.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md; mentions Codex.

This is acartag7/mcp-sso's own configuration. It tells Claude Code how to work on mcp-sso itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-sso configures →

Reuse

Borrowing it

Nothing to install: this file belongs to acartag7/mcp-sso. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/acartag7/mcp-sso/main/.claude/skills/class-closure-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/acartag7/mcp-sso

Made for: Claude Code.

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 class-closure-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/acartag7/mcp-sso/class-closure-review/github.svg)](https://agentmods.dev/skills/acartag7/mcp-sso/class-closure-review)
Your own site
<a href="https://agentmods.dev/skills/acartag7/mcp-sso/class-closure-review"><img src="https://agentmods.dev/badge/skills/acartag7/mcp-sso/class-closure-review/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.

agentmods 80×15 button for class-closure-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/acartag7/mcp-sso/class-closure-review"><img src="https://agentmods.dev/badge/skills/acartag7/mcp-sso/class-closure-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,148 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00084 $0.01148
Opus 5 $0.00042 $0.00574
Sonnet 5 $0.00017 $0.00230
Haiku 4.5 $0.00008 $0.00115

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

Security

Grade A, and why

class-closure-review 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.

The scan reads SKILL.md. This mod also ships 1 executable file (evals/run-isolated.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/class-closure-review/SKILL.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Class-closure review (mcp-sso)

Exact-head local review. The unit of work is a behavior, not a file:line. PASS requires a filled matrix. An empty applicable cell is FAIL, even if the named instance looks fixed.

A prior CLEAN is not evidence. "Swept siblings" with no cells is FAIL. This skill is how AGENTS.md items 1–4 are executed, not restated.

Do not edit the reviewed tree. Do not implement the fix in this pass. Mutations belong under /tmp.

Runner

Keep the matrices. Starve the ceremony. Full rules: runner.md.

  1. After one environmental full-suite failure, classify the common shape (EPERM on bind, sandbox, …) and stop rerunning it.
  2. Command output is summaries first. Full logs only for an unexpected failure.
  3. No web, personal memory, or live-document lookup unless the diff leaves a factual question unresolved.
  4. Budget 40k–60k tokens. Exceed it only after a genuine open class. Classify irrelevant axes n/a immediately.

Emit the output contract once. Hosted Codex remains the merge gate.

When

  • Local review of a PR or exact commit before Codex.
  • After a hosted finding, before the next push or re-request.
  • Follow-up PRs that are the next sibling of the last merge (Windows warning trilogies, sanitization then the { ok: false } leftover, redirect replace then prepare-vs-approve).

Rules

  1. Review the exact named commit. Print the full SHA. Any later push makes the result stale.
  2. Name the defective behavior in one sentence (what still works that the change says cannot). Then fill cells.
  3. Load matrices.md. Mark every cell hit / n/a / clean. n/a = that axis is not a sibling of this behavior (one-line reason). Empty = it is a sibling in this tree and you skipped it. Do not invent a P1/P2 for a file the tree does not contain. Do not walk stores or schema because they exist in the checkout. "Every store call is wrapped" means Port methods on an already-open store (find / remove / create / CAS / getters / destroy). openSqliteStore / MySQL open / a store constructor is M4 (guard before the factory), not an empty M1 wrap cell, unless the claim literally says store-open errors are sanitized.
  4. Guarantee verbs need enforcing code and a test that goes red if that code is removed. Softening the sentence is not the fix. Grep is in AGENTS.md §7.1 — run it.
  5. After any finding, do not push until the class is closed. Fixing the named instance and re-requesting Codex is the round multiplier this skill exists to stop.
  6. If review discovers an edge the contract never named, STOP. Amend the contract or re-cut. See output-contract.md.

Read the full file on GitHub · 105 lines

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. 11d ago First seen · 105 lines · 84 tokens per session scan A f4f25e379b5b

Subscribe to this mod's changes

class-closure-review is a skill published in the GitHub repository acartag7/mcp-sso (8 stars, last pushed today), licensed MIT. It adds 84 tokens to every session and 1,148 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-31.

Related

Other skills, from other repositories

auth0-docs

Auth0 — identity platform: auth flows, Universal Login, SSO, identity providers, MFA, RBAC, Actions, tokens.

pledgeandgrow/pledge-skills · 32 tokens

install

Install and configure @brainwebuk/payload-plugin-mcp-oauth — OAuth 2.1 + PKCE + Dynamic Client Registration for a Payload @payloadcms/plugin-mcp server, so it can be added as a Custom Connector in Claude.ai. Use when adding OAuth to a Payload MCP app; wiring the plugin, proxy/middleware, or env; or debugging the…

BrainWeb/payload-mcp-oauth · 122 tokens

pr-review

Review a GitHub pull request using multiple expert personas. Takes a PR URL as input, analyzes the changes, and generates comprehensive review feedback from different perspectives (Merge Specialist, Frontend, Backend, Security, DevOps, AI/Agent, SRE, Chief Architect).

agentic-community/mcp-gateway-registry · 57 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/obsidian-mcp-server · 139 tokens

pixiv-cli-pr

Prepare, create, update, and monitor pixiv-cli pull requests using the repository template, verification checklist, review handoff, and authorization boundaries. Use when drafting a PR body, opening or editing a PR, requesting review, checking readiness, or handing a merged PR to release preparation.

FlanChanXwO/pixiv-cli · 62 tokens

code-review

Review ServiceNow server-side scripts for ES5 violations, ACL/injection/XSS issues, N+1 queries, missing setLimit/error handling, hard-coded sysids, and business-rule recursion risks.

serac-labs/serac · 43 tokens