pr-quality-gate

Run automated quality checks on pull requests before submission.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill pr-quality-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-quality-gate
Source: https://github.com/gaebalai/claude-code-kit-ko/tree/main/.claude/skills/pr-quality-gate
Command: npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill pr-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of ensuring code quality before creating a Pull Request, preventing common issues from reaching the main branch.

Core Features & Use Cases

  • Comprehensive Checks: Performs a suite of automated checks including code diff review, test execution, linting, debug code detection, and basic security scans.
  • Merge Readiness Assessment: Provides a clear GO/WAIT decision on whether the PR is ready for merging.
  • Use Case: Before submitting a feature branch for review, run this skill to catch potential bugs, security vulnerabilities, or forgotten console.log statements, saving valuable review time.

Quick Start

Run the pr-quality-gate skill to perform all quality checks on the current changes.

Frequently Asked Questions about pr-quality-gate

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

FAQPage Schema
How do I automate code quality checks before submitting a pull request?

Automate pull request quality checks by running a comprehensive gate that validates code diffs, executes tests, runs linters, detects debug statements, and scans for basic security vulnerabilities before submission.

What is a PR quality gate and how does it assess merge readiness?

A PR quality gate validates code changes and provides a clear GO/WAIT merge readiness decision by running tests, linting, type checking, debug code detection, and basic security vulnerability scans.

Can I detect forgotten console.log statements and debug code before merging?

Yes, you can detect forgotten debug statements before merging by running automated code diff checks that scan for debug code alongside linting and test execution.

Does the automated PR quality gate include security vulnerability scans?

Yes, the PR quality gate includes basic security vulnerability scans as part of its comprehensive automated checks to catch potential security issues before code review.

What's the best way to run linting and type checking for merge readiness?

Run a comprehensive quality gate that executes linters and type checkers, validates code changes, and assesses overall merge readiness to provide a clear go or wait decision with detailed findings.

When should I not use an automated quality gate for my pull request?

An automated quality gate may be unnecessary for trivial documentation updates or configuration changes where code diff validation, test execution, and security scans are not applicable to the modified files.