skill-push

Automates committing and pushing skill changes to GitHub while updating the README catalog.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill skill-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-push
Source: https://github.com/fnf-ax-team/CC_ax_team/tree/main/skills/skill-push
Command: npx skills add https://github.com/fnf-ax-team/CC_ax_team --skill skill-push

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of pushing updated skills to GitHub and refreshing the skill catalog README, eliminating manual steps and synchronization errors.

Core Features & Use Cases

  • Auto-commit: Automatically commit changed skill files.
  • Git push: Push updates to the remote repository in one action.
  • README auto-update: Refresh the skills list and usage instructions in the root README.
  • Use Case: When you modify a skill’s SKILL.md, this Skill ensures the change is committed, pushed, and the catalog is kept in sync.

Quick Start

  • Update a skill’s SKILL.md or related files under skills/
  • Trigger the skill with a request like "스킬 푸시해줘" or "skill push" to Claude Code
  • The system will auto-commit changes, push to GitHub, and update the README

Frequently Asked Questions about skill-push

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

FAQPage Schema
How do I automatically commit and push skill updates to a GitHub repository?

To automatically commit and push skill updates to a GitHub repository, trigger this skill after modifying your SKILL.md files. It handles the git commit and push commands automatically, ensuring your local changes are synchronized with the remote repository.

How do I keep a skill catalog README in sync after modifying SKILL.md files?

To keep a skill catalog README in sync after modifying SKILL.md files, use this skill to auto-update the root README. It automatically refreshes the skills list and usage instructions whenever you push changes to your skill repository.

Does auto-committing skill changes require a specific SKILL.md format?

Auto-committing skill changes requires a properly formatted SKILL.md file containing both a name and description. You also need standard Git tooling installed in your local development environment to execute the push operations.

Can I use this git push automation for team collaboration workflows on local skills?

You can use this git push automation for team collaboration workflows on local skills. It applies to local skill development workflows and team collaborations when skills are edited, reviewed, or synchronized across different operating systems.

What is the best way to eliminate manual git synchronization errors when updating skills?

The best way to eliminate manual git synchronization errors when updating skills is to automate the process. This skill handles committing changed files and pushing updates to GitHub in one action, removing manual steps prone to errors.

Are there limitations when pushing skill changes across different operating systems?

When pushing skill changes across different operating systems, the main limitation involves path handling differences. The skill supports OS differences for path handling to mitigate this, but standard Git tooling must be properly configured on your system.