git-commit

Automate git commit and push workflows through Codegen sessions.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill git-commit-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/guccang/blogclaw/tree/main/cmd/llm-agent/workspace/skills/git-commit
Command: npx skills add https://github.com/guccang/blogclaw --skill git-commit-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually managing git commit and push workflows by routing repository submission tasks through the approved Codegen process.

Core Features & Use Cases

  • Project Discovery Workflow: Finds available projects before starting any commit operation through the required project discovery tool.
  • Automated Commit and Push Sessions: Starts a Codegen session to perform git commit and remote push actions with optional user-provided commit messages.
  • Use Case: When a developer asks to commit and push changes for a project, this Skill identifies the project, prepares the correct execution prompt, and delegates the workflow to Codegen.

Quick Start

Use the git-commit skill to commit all changes in my project and push them to the remote repository.

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I automate git commit and push workflows for my repository?

Automating git commit and push workflows is done by routing repository submission tasks through a Codegen session, which identifies the project and executes validated commit and remote synchronization operations.

What's the best way to commit code changes and push them to a remote repository?

The best way to commit code changes and push them is using an automated submission workflow that discovers available projects and delegates commit message generation and remote push actions to Codegen.

Do I need to manually find my project before starting a git commit session?

No, you do not need to manually find your project. The git commit workflow automatically runs a project discovery process to locate available projects before initiating any submission actions.

Can I include my own commit message when pushing changes to a remote repository?

Yes, you can include your own commit message. The automated commit and push session accepts optional user-provided commit messages to label your repository changes during the submission process.

How does the Codegen session handle git version control operations?

The Codegen session handles version control operations by receiving a prepared execution prompt, then validating and performing the git commit and remote push actions to synchronize your repository.

Why does my automated repository submission require project discovery?

Automated repository submission requires project discovery to ensure the Codegen session targets the correct repository context and prepares an accurate execution prompt before committing changes.