quality-gates

Run ruff and pytest, then apply minimal fixes for code review.

1|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/moumit-b/Agentic-Comodity-Trading-System --skill quality-gates-moumit-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gates
Source: https://github.com/moumit-b/Agentic-Comodity-Trading-System/tree/main/.claude/skills/quality-gates
Command: npx skills add https://github.com/moumit-b/Agentic-Comodity-Trading-System --skill quality-gates-moumit-b

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enforces code quality by running ruff and pytest, and applies minimal fixes to get you ready for review.

Core Features & Use Cases

  • Linting with ruff: Detects style and potential issues.
  • Testing with pytest: Runs tests to validate behavior.
  • Minimal fixes: Apply the smallest diffs and re-run; escalate when fixes are risky.

Quick Start

  1. Run the Quality Gates Skill
  2. If failures occur, fix the smallest diff and re-run
  3. Stop if the fix is risky and propose options.