graft-commit

Automate scoped commits with pre-commit validation for Graft tasks.

6|Updated May 11, 2026
One-click install
npx skills add https://github.com/GeWuYou/Graft --skill graft-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graft-commit
Source: https://github.com/GeWuYou/Graft/tree/main/.agents/skills/graft-commit
Command: npx skills add https://github.com/GeWuYou/Graft --skill graft-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill automates and enforces repository-specific commit workflows for tasks within the Graft project, ensuring validated changes are committed with proper governance and conventions.

Core Features & Use Cases

  • Commit Workflow Automation: Automates the commit process for Graft tasks, reducing manual steps and ensuring best practices are followed.
  • Scoped Committing: Supports committing only the validated owned scope of changes to maintain clean and focused commits.
  • Pre-commit Validation: Provides validation checks before commits, including scope confirmation and adherence to commit rules.

Quick Start

Execute the 'graft-commit' command to initiate the commit process for your current Graft task.

Frequently Asked Questions about graft-commit

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

FAQPage Schema
How do I automate commit workflows for scoped Graft project tasks?

To automate commit workflows for Graft tasks, you can use a commit automation Skill that enforces pre-commit validation and scoped committing. It initiates the commit process for your current task via a single command, ensuring changes are properly validated and governed.

What is pre-commit validation in a repository workflow?

Pre-commit validation in a repository workflow is the process of verifying scope confirmation and adherence to commit rules before changes are finalized. It ensures that only validated, owned scopes of changes are committed to maintain clean and focused project history.

How do I commit only the validated owned scope of changes in my repository?

To commit only the validated owned scope of changes, you need a workflow that supports scoped committing. This approach isolates specific task changes, running pre-commit validation checks to confirm scope before executing the actual commit for your project.

Can I trigger automated task closeouts to handle commits in the Graft project?

Yes, automated task closeouts can handle commits in the Graft project. The commit workflow automation processes commits triggered by user commands or automated task closeouts, ensuring proper governance and conventions are followed without manual intervention.

Do I need to understand Graft's task scoping rules before automating commits?

Yes, you need to understand Graft's task scoping and workflow rules before automating commits. The commit automation requires this knowledge to correctly enforce repository-specific conventions, validate scopes, and handle commits triggered by user commands or automated closeouts.

Why does pre-commit validation fail when committing repository workflow changes?

Pre-commit validation fails when repository workflow changes do not adhere to commit rules or lack scope confirmation. It acts as a governance mechanism to prevent unvalidated or out-of-scope changes from being committed, ensuring only properly scoped and validated modifications are included.