create-run-gates

Runs local CI validation gates to detect code analysis and repository compliance failures before pull requests.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/tsunami28/MindNova --skill create-run-gates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-run-gates
Source: https://github.com/tsunami28/MindNova/tree/main/.claude/skills/create-run-gates
Command: npx skills add https://github.com/tsunami28/MindNova --skill create-run-gates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers catch CI pipeline failures locally before opening a pull request, reducing delays caused by waiting for remote validation and making code changes safer to submit.

Core Features & Use Cases

  • Local CI Gate Execution: Runs the same code-analysis gates used by the pipeline against the current working tree.
  • Pre-PR Verification: Identifies blocking and advisory issues such as documentation, graph, hygiene, and style violations before review.
  • Use Case: A developer preparing a pull request can use this Skill to verify that their changes pass required repository checks before pushing code.

Quick Start

Run the create-run-gates skill to execute the local CI gate checks against my current changes.

Frequently Asked Questions about create-run-gates

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

FAQPage Schema
How do I run local CI validation gates before opening a pull request?

You can run local CI validation gates before a pull request by executing the repository gate runner against your current working tree to evaluate code analysis and repository compliance checks.

What pre-PR checks should I run to catch CI failures locally?

Pre-PR checks to catch CI failures locally include running blocking and advisory validation gates for documentation, graph, hygiene, and style violations to ensure repository compliance before submitting code.

Can I verify code analysis and repository compliance without waiting for remote pipeline validation?

Yes, you can verify code analysis and repository compliance locally by running the same validation gates used by the CI pipeline against your current working tree before pushing code.

Does local pre-PR verification detect both blocking and advisory issues?

Local pre-PR verification detects both blocking and advisory issues by consistently applying repository gate runner checks to identify documentation, graph, hygiene, and style violations before review.

Why do my changes pass locally but fail remote CI validation?

If changes pass locally but fail remote CI validation, running the same code-analysis gates used by the pipeline against your working tree ensures consistency and identifies blocking issues before submission.

What is the best way to automate working tree validation for GitHub repository checks?

The best way to automate working tree validation for GitHub repository checks is to execute the local CI gate runner, which applies pre-PR code analysis and hygiene verification consistently with pipeline rules.