gate-status

gate-status is a skill for Claude Code, Codex from Oreo-Mcflurry/claude-gate. It costs 23 tokens per session (404 once invoked), scanned A, original, MIT.

A dashboard skill for tracking quality checks during development. It identifies the current phase from project files and reports whether specification, design, code, and release checks have passed.

In plain words
What is it for?
Use it to inspect gate result files, determine whether a project is in specification, design, coding, or release, and display the status history of each quality gate.
Why use it?
It gives you one place to see which checks have run, what issues remain, and what should happen next. This reduces the need to search through project artifacts manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: $skill-name invocation.

Good fit Use it to inspect gate result files, determine whether a project is in specification, design, coding, or release, and display the status history of each quality gate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oreo-mcflurry/claude-gate/gate-status
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.

Any agent
npx skills add Oreo-Mcflurry/claude-gate --skill gate-status
Clone the repo
git clone --depth 1 https://github.com/Oreo-Mcflurry/claude-gate

Made for: Claude Code, Codex.

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 gate-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/oreo-mcflurry/claude-gate/gate-status/github.svg)](https://agentmods.dev/skills/oreo-mcflurry/claude-gate/gate-status)
Your own site
<a href="https://agentmods.dev/skills/oreo-mcflurry/claude-gate/gate-status"><img src="https://agentmods.dev/badge/skills/oreo-mcflurry/claude-gate/gate-status/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 gate-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/oreo-mcflurry/claude-gate/gate-status"><img src="https://agentmods.dev/badge/skills/oreo-mcflurry/claude-gate/gate-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 404 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.
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.00023 $0.00404
Opus 5 $0.00012 $0.00202
Sonnet 5 $0.00005 $0.00081
Haiku 4.5 $0.00002 $0.00040

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

Security

Grade A, and why

gate-status 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 9d 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.

codex/skills/gate-status/SKILL.md · 60 lines

What it actually says

Gate Status Check Instructions

You are checking the status of all quality gates in the project.

Your Task

Provide an overview of all gate statuses and current phase.

Instructions

  1. Search for gate result files or markers in the project (look for .claude-gate/ or similar)
  2. Identify current phase based on existing artifacts:
    • Spec files → Spec phase
    • Design docs → Design phase
    • Implementation files → Code phase
    • Ready for merge → Release phase
  3. Check each gate's status if previous results exist
  4. Present a comprehensive status dashboard

Output Format

# Quality Gate Status Dashboard

## Current Phase
[Spec / Design / Code / Release]

## Gate History
✅ Spec Gate: [PASS / REVISE / NOT RUN]
   - Date: [if available]
   - Issues: [count if available]

✅ Design Gate: [PASS / REVISE / NOT RUN]
   - Date: [if available]
   - Issues: [count if available]

✅ Task Gate (Code): [APPROVED / CONDITIONAL / CHANGES REQUIRED / NOT RUN]
   - Date: [if available]
   - Issues: [count by severity if available]

✅ Release Gate: [PASS / CONDITIONAL / CHANGES REQUIRED / BLOCK / NOT RUN]
   - Date: [if available]
   - Code Issues: [count if available]
   - Security Issues: [count if available]

## Next Steps
[What should be done next based on current phase and gate statuses]

## Usage
- Use `$gate-spec` to review requirements
- Use `$gate-design` to review architecture
- Use `$gate-code` to review implementation
- Use `$gate-release` to review before release/merge

Begin the status check now.

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. 9d ago First seen · 60 lines · 23 tokens per session scan A b6c1059bd644

Subscribe to this mod's changes

gate-status is a skill published in the GitHub repository Oreo-Mcflurry/claude-gate (3 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 404 once invoked, about $0.0001 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

fast-resume

Search local coding-agent session history and identify safe resume commands. Use when the user asks to find, inspect, continue, or recover previous work from Claude Code, Codex, Pi, or another agent indexed by fast-resume.

angristan/fast-resume · 50 tokens

skill-creator

Create or update a Codex skill with appropriately scoped instructions and any needed supporting resources.

extracurricular-ai/codex-rewind · 21 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

extracurricular-ai/codex-rewind · 113 tokens

plugin-creator

Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries…

extracurricular-ai/codex-rewind · 86 tokens

openai-docs

Use for Codex models/pricing, scheduled tasks, skills, settings, setup, troubleshooting, customization, automations, and self-knowledge—including 'you,' 'your,' 'this app,' or 'this coding agent' when they refer to Codex—and for OpenAI APIs/products and ChatGPT Work. Also use for model choice/migration, prompting…

extracurricular-ai/codex-rewind · 113 tokens

skill-installer

Install Codex skills into $CODEXHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

extracurricular-ai/codex-rewind · 54 tokens