quality-gates

quality-gates is a skill for Claude Code from NikiforovAll/lazyclaude. It costs 68 tokens per session (378 once invoked), scanned A, original, MIT.

A quality-checking workflow for the lazyclaude project, a Python codebase. It runs linting, code formatting, static type checking, and automated tests using the project's stated commands.

In plain words
What is it for?
Use it to run the project's complete quality gates, check Python files with Ruff and mypy, run pytest, and review any failures before committing.
Why use it?
It finds style problems, type errors, and broken behavior before changes are committed. Some formatting and lint issues can be fixed automatically, after which the checks can be run again.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to run the project's complete quality gates, check Python files with Ruff and mypy, run pytest, and review any failures before committing.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/quality-gates/github.svg)](https://agentmods.dev/skills/nikiforovall/lazyclaude/quality-gates)
Your own site
<a href="https://agentmods.dev/skills/nikiforovall/lazyclaude/quality-gates"><img src="https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/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/nikiforovall/lazyclaude/quality-gates"><img src="https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/quality-gates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 378 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.00068 $0.00378
Opus 5 $0.00034 $0.00189
Sonnet 5 $0.00014 $0.00076
Haiku 4.5 $0.00007 $0.00038

Measured 11d ago against content hash 46178c29c79f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check.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/quality-gates/SKILL.md · 43 lines

What it actually says

Quality Gates

Run code quality checks for the lazyclaude project. This skill executes the same checks used in pre-commit hooks plus tests.

Quality Checks

The following checks are run in order:

Check Command Purpose
Ruff Lint uv run ruff check src tests --fix Lint code and auto-fix issues
Ruff Format uv run ruff format src tests Format code consistently
Mypy uv run mypy src Static type checking
Pytest uv run pytest tests/ -q Run test suite

Usage

To run all quality gates:

.claude/skills/quality-gates/scripts/check.sh

Or run individual checks as needed using the commands above.

Workflow

  1. Run the .claude/skills/quality-gates/scripts/check.sh script from the project root
  2. Review any failures and fix issues
  3. Re-run until all checks pass
  4. Present user with concise summary of results in markdown table format

Common Issues

  • Ruff lint failures: Usually auto-fixed. If not, check the error message for manual fixes needed.
  • Mypy errors: Type annotation issues. Add or fix type hints as indicated.
  • Test failures: Review test output, fix failing tests or underlying code.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 43 lines · 68 tokens per session scan A 46178c29c79f

Subscribe to this mod's changes

quality-gates is a skill published in the GitHub repository NikiforovAll/lazyclaude (42 stars, last pushed 5mo ago), licensed MIT. It adds 68 tokens to every session and 378 once invoked, about $0.0003 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.