quality-gates

quality-gates is a skill for Claude Code from cubetribe/ClaudeCode_GodMode-On. It costs 30 tokens per session (1,152 once invoked), scanned A, original, no licence file.

A process that runs validation and testing checks after code is built, with rules for deciding whether the work passes or needs changes.

In plain words
What is it for?
Use it to run the validator and tester checks in parallel and route the result through a required pass/fail decision.
Why use it?
It reduces the chance that code is accepted without the required checks and defines what happens after a pass or failure.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-godmode plugin — 14 skills, 15 agents shipped together

Good fit Use it to run the validator and tester checks in parallel and route the result through a required pass/fail decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cubetribe/claudecode_godmode-on/quality-gates
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 cubetribe/ClaudeCode_GodMode-On --skill quality-gates
Clone the repo
git clone --depth 1 https://github.com/cubetribe/ClaudeCode_GodMode-On

Made for: Claude Code.

Or install cc-godmode, the plugin that ships this one along with the rest of its 14 skills, 15 agents.

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 quality-gates

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/quality-gates/github.svg)](https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/quality-gates)
Your own site
<a href="https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/quality-gates"><img src="https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/quality-gates/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 quality-gates

Your own site · 80×15
<a href="https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/quality-gates"><img src="https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/quality-gates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,152 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 unknown 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.00030 $0.01152
Opus 5 $0.00015 $0.00576
Sonnet 5 $0.00006 $0.00230
Haiku 4.5 $0.00003 $0.00115

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

Security

Grade A, and why

quality-gates 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.

skills/quality-gates/SKILL.md · 122 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 122 lines · 30 tokens per session scan A f22fd8296942

Subscribe to this mod's changes

quality-gates is a skill published in the GitHub repository cubetribe/ClaudeCode_GodMode-On (51 stars, last pushed 5d ago), with no licence file. It adds 30 tokens to every session and 1,152 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

trace

Use when encountering bugs, test failures, runtime errors, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone, ends with a final-integration review of the fix. Trigger with /hyperflow:trace, "debug this", "find the root cause", "why…

jeremylongshore/tons-of-skills-marketplace · 84 tokens

setup

Set up or update TDD Guard for the current project. Detects the test framework, installs or updates the matching reporter, and configures or migrates its configuration to match the current specification.

nizos/tdd-guard · 39 tokens

integration-e2e-testing

Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.

shinpr/claude-code-workflows · 42 tokens

recipe-add-integration-tests

Add integration/E2E tests to existing codebase using Design Docs.

shinpr/claude-code-workflows · 19 tokens

testing-principles

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

shinpr/claude-code-workflows · 40 tokens

test-implement

Implements React/TypeScript unit, integration, and browser E2E tests with the repository's configured runner, mocks, setup, and browser harness. Use when creating or completing frontend tests and generated test skeletons.

shinpr/claude-code-workflows · 48 tokens