kb-quality-gate

Execute linting, testing, and build validation via shell commands.

Updated May 8, 2026
One-click install
npx skills add https://github.com/roalcantara/kodexb --skill kb-quality-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-quality-gate
Source: https://github.com/roalcantara/kodexb/tree/main/.agents/skills/kb-quality-gate
Command: npx skills add https://github.com/roalcantara/kodexb --skill kb-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, bash, bun, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the review process by automatically running linting, testing, and build checks to ensure code quality before merging or deployment.

Core Features & Use Cases

  • Automated Gatekeeping: Executes linting, typechecking, testing, and build verification sequentially.
  • Pre-commit and PR Checks: Ensures code changes meet quality standards before approval.
  • Use Case: When preparing a feature branch, run the gate to verify all code adheres to styling, passes tests, and builds successfully, reducing manual oversight.

Quick Start

Run the shell script in the skill's scripts directory to perform comprehensive quality checks on your codebase.

Frequently Asked Questions about kb-quality-gate

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

FAQPage Schema
How do I automate linting, testing, and build checks before merging code?

Automating code quality checks involves running a shell script that sequentially executes linting, typechecking, testing, and build verification. This validates project health and ensures feature branches meet styling and build standards before deployment or merging.

How does a pre-commit quality gate work for continuous integration?

A pre-commit quality gate works by executing linting, typechecking, testing, and build verification sequentially before code approval. It calls external tools like bun and shell commands to automatically verify project health and readiness, reducing manual oversight during development workflows.

Do I need bun and bash to run automated code quality checks?

Yes, you need bash, bun, and curl installed in your environment to run this automated code quality gate. The validation script depends on these specific external tools to execute linting, testing, and build verification procedures.

What is the best way to enforce code quality standards before deployment?

The best way to enforce code quality standards before deployment is to run an automated gatekeeping script that sequentially executes linting, typechecking, testing, and build verification. This ensures code changes meet quality standards before approval and release.

Can I use this automated quality gate for pull request checks?

Yes, you can use this automated quality gate for pull request checks. It is specifically designed to ensure code changes meet quality standards by running linting, testing, and build verification sequentially before approval, reducing manual review overhead.