auto-publish-after-plan

Stage, commit, and push verified changes to non-default Git branches with conventional messages.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill auto-publish-after-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-publish-after-plan
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/github/skills/auto-publish-after-plan
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill auto-publish-after-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual overhead of staging, committing, and pushing code changes after a verified implementation plan, ensuring consistent repository hygiene and branch management.

Core Features & Use Cases

  • Deterministic Git Workflow: Automatically stages, commits, and pushes changes using conventional commit messages.
  • Branch Guardrails: Prevents accidental pushes to protected branches like main or master.
  • Use Case: After completing a feature implementation and passing all verification tests, use this skill to safely push your work to a remote branch without manual git commands.

Quick Start

Use the auto-publish-after-plan skill to stage and push the current verified changes to the remote repository.

Frequently Asked Questions about auto-publish-after-plan

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

FAQPage Schema
How do I automate git commits and pushes after code verification?

You can automate git commits and pushes by using a workflow that stages, commits, and pushes verified code changes to non-default branches. This ensures consistent repository hygiene and conventional commit history without manual commands.

How does automated branch protection work with git deployment workflows?

Automated branch protection works by enforcing guardrails that prevent accidental pushes to protected branches like main or master. The workflow restricts automated git pushes to non-default development branches, ensuring structured version control and repository safety.

Can I push verified code changes to remote branches without manual git commands?

Yes, you can push verified code changes to remote branches without manual git commands by automating the staging and pushing process. This requires local Git environment access and adherence to predefined repository branch policies for safe deployment.

What's the best way to maintain conventional commit history in version control?

The best way to maintain conventional commit history in version control is to automate the staging and committing process after passing verification tests. This deterministic git workflow applies structured commit messages automatically to ensure consistent repository hygiene.

Does automated git pushing work with existing GitHub branch policies?

Automated git pushing works with existing GitHub branch policies by adhering to predefined repository branch restrictions. The workflow enforces branch protection guardrails and requires local Git environment access to safely push changes to allowed non-default remote branches.

Why use automated git workflows for post-verification code deployment?

You use automated git workflows for post-verification code deployment to eliminate the manual overhead of staging, committing, and pushing changes. This ensures deterministic repository hygiene and consistent conventional commit history after implementation plans are verified.