git-commit-author

Enforce human-only authorship in git commits by blocking AI-generated trailers.

343|68|Updated Jun 14, 2017
One-click install
npx skills add https://github.com/MartinStyk/AndroidApkAnalyzer --skill git-commit-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-author
Source: https://github.com/MartinStyk/AndroidApkAnalyzer/tree/main/.claude/skills/git-commit-author
Command: npx skills add https://github.com/MartinStyk/AndroidApkAnalyzer --skill git-commit-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the accidental inclusion of AI-generated trailers or co-author tags in git commits, ensuring that all repository history reflects the human contributor's identity.

Core Features & Use Cases

  • Identity Preservation: Ensures commits are authored exclusively by the configured local user.
  • Clean History: Removes automated AI signatures, maintaining a professional and authentic commit log.
  • Use Case: When working in a repository where strict human-only attribution is required for compliance or project standards, this Skill ensures your git configuration is respected without AI-injected metadata.

Quick Start

Use the git-commit-author skill to verify your current git configuration and commit message style before finalizing your next commit.

Frequently Asked Questions about git-commit-author

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

FAQPage Schema
How do I prevent AI co-author tags from appearing in my git commit history?

To prevent AI co-author tags in git commit history, you can use a skill that enforces human-only authorship by prohibiting AI-generated trailers and co-author tags. This ensures your repository maintains a clean, authentic version control log.

What is the best way to enforce human-only commit authorship for version control compliance?

Enforcing human-only commit authorship for version control compliance involves applying rules to all git commit operations within a repository. This blocks automated AI signatures and requires local git configuration to be set to the human user's name and email.

Why does my git commit log include AI-generated trailers and how do I remove them?

Git commit logs include AI-generated trailers when automated tools inject co-author metadata. You can remove them by applying a human-only authorship rule to your git commit operations, ensuring commits reflect only the configured local user identity.

Do I need to configure local git settings before enforcing human-only commit authorship?

Yes, enforcing human-only commit authorship requires local git configuration to be set correctly to the human user's name and email address. This setup ensures the enforcement mechanism can successfully validate and preserve your identity in the repository history.

Can I use this git commit authorship enforcement for strict project compliance standards?

Yes, you can use human-only git commit authorship enforcement for strict project compliance standards. It ensures repository history reflects the human contributor's identity by removing automated AI signatures and validating local git configuration.

What are the limitations of enforcing human-only authorship in git?

The main limitation of enforcing human-only authorship in git is that it prohibits all AI-generated trailers and co-author tags, which may remove desired automated attribution. It strictly applies to git commit operations and relies entirely on correct local git configuration.