quality-gates

Enforce automated testing, linting, and formatting checks via cargo commands.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/eysenfalk/git-review --skill quality-gates-eysenfalk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quality-gates
Source: https://github.com/eysenfalk/git-review/tree/main/.claude/skills/quality-gates
Command: npx skills add https://github.com/eysenfalk/git-review --skill quality-gates-eysenfalk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enforces a robust definition of done and automates quality verification, ensuring code meets predefined standards before commit or deployment.

Core Features & Use Cases

  • Automated Quality Checks: Runs tests, linters, and formatters.
  • Review Pipeline Management: Integrates tech-lead and reviewer feedback into the development workflow.
  • CI/CD Integration: Provides checks compatible with automated pipelines.
  • Use Case: Before committing code, use this Skill to automatically run all tests and linters, ensuring no regressions or style violations are introduced.

Quick Start

Use the quality-gates skill to run all defined build and test commands.

Frequently Asked Questions about quality-gates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code quality checks and linting before committing code?▼

Automate code quality checks by running tests, linters, and formatters before commit. This Skill enforces a comprehensive definition of done, ensuring no regressions or style violations are introduced into your codebase.

What is a definition of done in software development and how is it enforced?▼

A definition of done is a comprehensive checklist for software readiness. It is enforced here through automated testing, linting, formatting checks, and a multi-stage review pipeline involving coders, tech leads, and reviewers.

Can I integrate multi-stage code review pipelines with CI/CD systems?▼

Yes, you can integrate multi-stage review pipelines with CI/CD systems. This Skill provides compatible checks that manage feedback from coders, tech leads, and reviewers directly within your automated deployment workflows.

Does the quality verification process work with cargo commands?▼

Yes, the quality verification process works with cargo commands. It satisfies deterministic checks for testing and formatting by directly utilizing cargo commands alongside agent-driven quality verification.

What's the best way to manage tech lead and reviewer feedback in a development workflow?▼

Manage tech lead and reviewer feedback by using a review pipeline that integrates directly into your development workflow. This Skill orchestrates multi-stage reviews, ensuring all feedback is resolved before code readiness is verified.