push-to-production

Automate production releases with versioning, changelogs, Git tags, and GitHub releases.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/lucaswall/adva-administracion --skill push-to-production
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push-to-production
Source: https://github.com/lucaswall/adva-administracion/tree/main/.claude/skills/push-to-production
Command: npx skills add https://github.com/lucaswall/adva-administracion --skill push-to-production

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of releasing new code to production, ensuring a smooth and reliable deployment.

Core Features & Use Cases

  • Automated Versioning & Changelog: Manages semantic versioning and generates changelog entries automatically.
  • Multi-Environment Deployment: Deploys to both staging and production environments via distinct Git branches.
  • Verification & Monitoring: Verifies build status, checks production deployment logs, and creates GitHub releases.
  • Issue Tracking Integration: Transitions Linear issues to "Released" status post-deployment.
  • Use Case: When you've completed a new feature or bug fix, use this Skill to push it live to users, handling all the necessary steps from code commit to production verification.

Quick Start

Use the push to production skill to release the latest changes.

Frequently Asked Questions about push-to-production

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

FAQPage Schema
How do I automate git deployment to staging and production environments?

Automating git deployment involves managing version bumps, generating changelogs, tagging commits, and pushing to distinct staging and production branches. This ensures multi-environment releases are handled smoothly without manual Git errors.

How does CI/CD release automation handle version bumping and changelog generation?

CI/CD release automation handles version bumping by enforcing semantic versioning rules and automatically generating changelog entries. This creates a consistent, documented history of changes directly from your commit history before tagging.

Do I need a clean Git state before automating a production release?

Yes, you need a clean Git state before automating a production release. The process requires passing build verification and no uncommitted changes to ensure the deployed code exactly matches the tested repository state.

Can I update Linear issue statuses automatically after a production deployment?

Yes, you can update Linear issue statuses automatically after a production deployment. The release automation integrates with Linear to transition completed issues to a "Released" status once the GitHub release is created.

What happens if the build verification fails during automated production deployment?

If build verification fails during automated production deployment, the release process halts to prevent pushing broken code. A clean Git state and passing builds are mandatory prerequisites before any staging or production tagging occurs.

Does automated release management create GitHub releases and check production logs?

Yes, automated release management creates GitHub releases and checks production deployment logs. It verifies the build status, monitors the production logs post-deployment, and generates the GitHub release to complete the workflow.