agent-commit

Analyze changed repository files and generate structured git commits with agent authorship metadata.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/unfinishablemap/unfinishablemap --skill agent-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-commit
Source: https://github.com/unfinishablemap/unfinishablemap/tree/main/.claude/skills/agent-commit
Command: npx skills add https://github.com/unfinishablemap/unfinishablemap --skill agent-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates creating git commits that reflect actual changes and attributes authorial responsibility to an automated agent, improving traceability and accountability in evolve_loop-driven workflows.

Core Features & Use Cases

  • Analyze changed files and generate structured commit messages.
  • Attach agent authorship to commit metadata.
  • Integrate with evolve_loop.py to automatically commit after content-modifying skills.
  • Supports content areas under obsidian/ and related project directories.

Quick Start

This skill is invoked automatically by evolve_loop.py after any content-modifying skill completes. No manual invocation is required in normal operation.

Frequently Asked Questions about agent-commit

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

FAQPage Schema
How do I automatically create git commits with agent authorship after modifying files?

You can automate git commits with agent authorship by using this skill within an evolve_loop.py workflow. It analyzes repository file changes and generates structured commit messages that attribute authorial responsibility to the automated agent.

What is a structured git commit format for automated agent authorship?

A structured git commit format for agent authorship enforces a summary line and a detailed body. This ensures consistent attribution and traceability when an automated agent modifies content in obsidian directories.

How do I commit changes in obsidian directories using an automated loop?

To commit changes in obsidian directories using an automated loop, the skill focuses specifically on files under obsidian/ and related project directories. It analyzes these changed files to generate meaningful commit messages automatically.

Does this automated git commit tool require manual invocation?

No manual invocation is required for this automated git commit tool during normal operation. It is triggered automatically by evolve_loop.py immediately after any content-modifying skill finishes its execution cycle.

Why use agent authorship for automated git commits in an evolving repository?

Agent authorship for automated git commits improves traceability and accountability in evolve_loop-driven workflows. It clearly attributes authorial responsibility to the automated agent rather than a human developer.