commit

Automate Git or Jujutsu commits with govctl governance checks.

239|12|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/govctl-org/govctl --skill commit-govctl-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/govctl-org/govctl/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/govctl-org/govctl --skill commit-govctl-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the commit process by integrating version control operations with governance checks, ensuring code quality and traceability.

Core Features & Use Cases

  • Automated VCS Detection: Automatically detects whether Git or Jujutsu is being used.
  • Pre-Commit Governance Checks: Runs govctl check to validate project artifacts before committing.
  • Work Item Management: Integrates with govctl work to update journals, notes, and acceptance criteria for active work items.
  • Commit Message Generation: Assists in composing conventional commit messages based on diffs or provided arguments.

Quick Start

Commit your changes using the commit skill with a message hint about adding a new user authentication feature.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate git commits with governance policy checks?

Automate git commits with governance checks by using this Skill to run `govctl check` validations, update work item journals, and generate conventional commit messages before finalizing version control operations.

Does this commit automation tool work with Jujutsu version control?

Yes, this Skill works with Jujutsu version control. It features automated VCS detection to seamlessly handle both Git and Jujutsu repositories when committing code changes and enforcing governance policies.

How do I link work item tracking and acceptance criteria to a git commit?

Link work item tracking to a git commit by integrating with `govctl work` to automatically update journals, notes, and acceptance criteria for active work items during the commit process.

Do I need the govctl CLI installed to commit code changes?

Yes, you need the `govctl` CLI installed and a configured version control system. This Skill relies on `govctl` to execute pre-commit governance checks and manage work item artifacts.

Can I automatically generate conventional commit messages from my code diffs?

Yes, you can generate conventional commit messages from code diffs. This Skill assists in composing standardized commit messages based on your repository diffs or provided arguments.

What happens if pre-commit governance checks fail during version control?

If pre-commit governance checks fail, the Skill prevents the commit from proceeding. It runs `govctl check` to validate project artifacts, ensuring code quality and traceability before any changes are committed.