Push Pr banner
Earth-Science-Tech Earth-Science-Tech

Push Pr

Git community

Description

# Skill: Push PR (review → fix → merge → ship named PRs to production) ## Trigger When the user says **"push pr <numbers>"** — e.g. **"push pr 223 253 323"**, **"push pr 231 emed_sql#56"**, **"push pr 240 as 1.1.0"**. The word after `push` is `pr` (mirrors **"push prod"**). This skill takes a **specific list of open PRs**, reviews them thoroughly (security- and irreversibility-weighted), fixes what it safely can, merges the good ones to `main`, applies their SQL migrations to production in de

Installation

Installs to ~/.claude/skills/earth-science-tech-ai_info-push-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/earth-science-tech-ai_info-push-pr && curl -fsSL https://raw.githubusercontent.com/Earth-Science-Tech/ai_info/HEAD/skills/push-pr.md -o ~/.claude/skills/earth-science-tech-ai_info-push-pr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository