s-pr-pre-push-review

Run pre-push code quality checks and output a machine-readable gate state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-pre-push-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s-pr-pre-push-review
Source: https://github.com/gyarra/cine_medallo_2/tree/main/.claude/skills/s-pr-pre-push-review
Command: npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-pre-push-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers catch and fix issues before pushing code or creating PRs, reducing wasted cycles and hotfixes in shared branches.

Core Features & Use Cases

  • Automated pre-push checks: scans changes since the base branch, identifies common issues, and surfaces actionable guidance.
  • PR readiness gating: guides you through a seven-step checklist to ensure code quality, documentation, and verification before submission.
  • Seamless workflow integration: compatible with typical Git workflows on feature branches and multi-repo environments.

Quick Start

Run the pre-push self-review on your current feature branch before pushing to main.

Frequently Asked Questions about s-pr-pre-push-review

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

FAQPage Schema
How do I automate code quality checks before pushing commits to a remote branch?

To automate pre-push code quality checks, this skill scans changes on your feature branch, runs linting and tests, and outputs a machine-readable gate state. It enforces a seven-step checklist workflow to verify PR readiness before you push commits to a remote repository.

What is a PR readiness gate and how does it verify feature branches?

A PR readiness gate enforces a seven-step checklist workflow to verify commits, run linting, tests, and gating checks on feature branches. It outputs a machine-readable gate state to ensure reproducible PR quality gates before opening pull requests.

Can I run pre-push linting and test automation across multi-repo environments?

Yes, pre-push linting and test automation are compatible with typical Git workflows on feature branches and multi-repo environments. The skill identifies common issues across backend and frontend components to ensure consistent PR quality gates.

What's the best way to ensure pull request quality without manual code review?

The best way to ensure pull request quality without manual review is applying an automated pre-push self-review on your feature branch. This enforces a seven-step checklist, runs gating checks, and outputs a machine-readable gate state for reproducible results.

Does pre-push test automation work with standard git workflow feature branches?

Yes, pre-push test automation works seamlessly with standard Git workflow feature branches. The skill scans changes since the base branch, runs automated tests and linting, and verifies commits before you push or open PRs across backend and frontend components.