hyperflow-deploy

Run pre-push gates and confirm before pushing code.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperflow-deploy
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/templates/antigravity/skills/hyperflow-deploy
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment process by running pre-push gates and ensuring explicit confirmation before pushing changes, eliminating manual steps and reducing human error.

Core Features & Use Cases

  • Pre-push Gates: Executes linting, typechecking, building, testing, and a security sweep before pushing.
  • Explicit Confirmation: Uses AskUserQuestion for a binary decision on whether to push or hold, ensuring no unintended pushes.
  • Use Case: Use this Skill when you are ready to release code changes. It will run the pre-push gates and ask for confirmation before pushing to the main branch.

Quick Start

Use the hyperflow-deploy skill to confirm and push your changes after the pre-push gates have passed.

Frequently Asked Questions about hyperflow-deploy

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

FAQPage Schema
How do I automate deployment with pre-push gates and explicit release confirmation?

Automated deployment with pre-push gates executes linting, typechecking, building, testing, and security sweeps before requesting explicit user confirmation to push code changes to the main branch.

What pre-push checks are required before an automated deployment?

Pre-push checks required for automated deployment include lint, typecheck, build, tests, and a security sweep to ensure codebase rigor before pushing any changes.

Can I require explicit confirmation before pushing code to the main branch?

Yes, explicit confirmation before pushing code is enforced via a binary user decision prompt, ensuring no unintended pushes occur until pre-push gates successfully pass.

Does automated deployment work without manual release confirmation steps?

No, this automated deployment process requires explicit user confirmation to proceed with pushing code, eliminating manual steps while preventing human error during releases.

How do I run a security sweep and code review checks before pushing code?

Running a security sweep and code review checks before pushing code is handled by pre-push gates that automatically execute these validations, followed by an explicit release confirmation prompt.