📝
AutomationShell

Conventional Commit

by CodelyTV

Conventional Commit is an Automation skill for Claude Code, published by CodelyTV in agent-harness.

242 stars6 forkson CodelyTV/agent-harnessAdded 2026/09/03+7% in starsRepository updated 2026/08/06
agent-harnessagent-hooksagent-skillsrpiskillsskills-sh
Install in seconds
Install Conventional Commit
Copy Conventional Commit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CodelyTV/agent-harness/tree/main/.agents/skills/codely-git-conventional_commit ~/.claude/skills/codely-git-conventional_commit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CodelyTV/agent-harness.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/codely-git-conventional_commit/SKILL.md in CodelyTV/agent-harness
Installs to
~/.claude/skills/codely-git-conventional_commit
Collection
One of 6 skills cataloged from this repository
Category
Automation1754 skills

What Conventional Commit does

Conventional Commit creates a single git commit that follows a team's Conventional Commit rules. Use it when you want to commit changes and need the message inferred from the current diff and status.

Conventional Commit is cataloged under Automation on DirSkills. Conventional Commit comes from a repository tagged agent-harness, agent-hooks, agent-skills, rpi and skills.

Documentation

README

Context

If the user does not specify the commit message, gather context about the current Git changes to determine it: git status, git diff HEAD, the untracked files, the current branch and the recent commits.

Your task

Create a single Git commit. Follow the conventions in resources/commit-messages.md to determine the commit message if it has not been already specified.

Co-authors

Always add a co-author trailer to the commit message with the following format:

Co-Authored-By: {tool} - {model.name} {model.version} ({model.reasoning_effort}) <{tooling_email}>

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Conventional Commit

  • What else does CodelyTV publish alongside Conventional Commit?

    Conventional Commit is one of 6 skills that DirSkills catalogs from CodelyTV/agent-harness, the repository it ships in. Its siblings there include Doc Create, Plan Create GitHub and Plan Creation With Subagents. Each one is a separate skill with its own page in this directory, installs the same way Conventional Commit does, and is maintained by CodelyTV in that same repository. The rest of the collection is listed on the CodelyTV/agent-harness page.

  • How does Conventional Commit compare to other Automation skills?

    Conventional Commit ranks #1524 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Conventional Commit against them. Open each page to compare what they document and how they install.