safe-push
Installation
SKILL.md
Safe Push Guide for AI Agents
This guide covers the Safe Push process for pushing changes to the IntelliJ repository.
Overview
Safe Push is a system that ensures code changes pass all required tests before being merged to protected branches (like master). It's powered by Patronus.
Safe Push CLI
The safePush.cmd script in the repository root provides command-line access to Safe Push without needing the IDE.
Basic Usage
# Push current HEAD to master (most common)
./safePush.cmd HEAD:master