Automates the pre-deployment polish and synchronization of git repositories.

Install

mkdir -p .claude/skills/git-deploy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17798" && unzip -o skill.zip -d .claude/skills/git-deploy && rm skill.zip

Installs to .claude/skills/git-deploy

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Skill experta para limpiar código, documentar, crear y sincronizar repositorios usando el MCP de GitHub con estándares de producción.
133 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Cleans code by removing temporary comments and unnecessary logs
  • Audits .gitignore to prevent sensitive file leaks
  • Updates documentation like README.md and ARCHITECTURE.md
  • Ensures JSDoc for critical functions
  • Verifies repository existence and initializes if needed
  • Commits changes following Conventional Commits and pushes to main

How it works

The skill performs a sequence of steps including code cleaning, .gitignore auditing, documentation updates, and Git operations to prepare a project for production and synchronize it with GitHub.

Inputs & outputs

You give it
Project code changes
You get back
Production-ready code, updated documentation, and a synchronized GitHub repository

When to use git-deploy

  • Cleaning code for production
  • Syncing repositories
  • Documenting version changes

About this skill

Git Deploy & Sync Expert

Tu objetivo es preparar el proyecto para producción y asegurar que el repositorio de GitHub esté perfectamente sincronizado.

Secuencia de Ejecución Obligatoria

  1. Limpieza Pro: Revisa el código buscando comentarios temporales, logs innecesarios (console.log, etc.) y archivos huérfanos. Asegura que el código sea "Clean Code" según las rules.md.
  2. Auditoría de .gitignore: Asegura que archivos sensibles (.env, node_modules, dist, etc.) estén correctamente ignorados para evitar fugas de seguridad.
  3. Documentación & Versionamiento:
    • Actualiza el README.md con la versión actual (ej: v1.0.0).
    • Asegura que el ARCHITECTURE.md esté al día.
    • Usa JSDoc para funciones críticas si no existen.
  4. Sincronización (MCP GitHub):
    • Verifica si el repositorio ya existe. Si no, inicialízalo.
    • Realiza un commit siguiendo la convención de Conventional Commits (ej: feat: add landing page, fix: security patch).
    • Sincroniza (push) con la rama principal (main).

Instrucciones para el Agente

  • Utiliza siempre el servidor MCP de GitHub instalado en el sistema.
  • Antes de subir, muestra un resumen de los cambios al usuario para aprobación.
  • Si detectas una clave API o secreto en el código, DETÉN el proceso y avisa al usuario.

When not to use it

  • When the project is not intended for production
  • When code cleaning and documentation updates are not required
  • When GitHub synchronization is not needed

Limitations

  • Requires the use of GitHub MCP server
  • Requires user approval before pushing changes
  • Stops the process if API keys or secrets are detected in the code

How it compares

This skill enforces a strict sequence of code quality, documentation, and Git synchronization steps using GitHub MCP, ensuring production readiness and preventing security leaks, unlike manual processes.

Compared to similar skills

git-deploy side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
git-deploy (this skill)05moReviewIntermediate
codex-cli-bridge99moReviewIntermediate
github-release-management45moReviewAdvanced
github-contributor11moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry