commit

Audit code commits against formatting, tests, security, and review gates.

12|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill commit-ryderfreeman4logos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/RyderFreeman4Logos/cli-sub-agent/tree/main/patterns/commit/skills/commit
Command: npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill commit-ryderfreeman4logos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits every code commit to ensure it passes branch checks, formatting, tests, security review, and cross-model code review before being created.

Core Features & Use Cases

  • Enforced pre-commit quality gates: fmt, clippy, tests, and security audit.
  • Automated PR creation when milestones are reached, with review integration.
  • Two-layer review workflow: per-commit diff review and pre-PR cumulative review to ensure branch coherence.
  • Conforms to Conventional Commits and supports AI Reviewer Metadata in commit messages.

Quick Start

Commit the current changes with full audit (formatting, tests, security checks, and cross-model code review) before pushing.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I enforce pre-commit checks for formatting, tests, and security audits?

This Skill audits every code commit to ensure it passes branch checks, formatting, tests, and security review before being created. It actively enforces Lefthook and pre-commit validation hooks.

Can I automate PR creation after a code commit passes a security review?

Yes, the Skill triggers automated PR creation when milestones are reached. It integrates cross-model code review and security audit results directly into the pull request workflow.

What is a two-layer code review workflow for feature development?

A two-layer code review workflow applies a per-commit diff review followed by a pre-PR cumulative review. This process ensures branch coherence and enforces quality gates throughout feature development cycles.

Does the commit audit workflow support conventional commits and AI reviewer metadata?

Yes, the commit audit workflow supports conventional commits. It enforces conventional commit formatting and includes an AI Reviewer Metadata block within the generated commit messages.

How do I run clippy and fmt validation hooks before pushing code?

You can run clippy and fmt validation hooks by applying this Skill to your development workflow. It satisfies validation hooks for fmt, clippy, and tests before allowing any commit to be created.

What are the limitations of automating continuous integration checks during release cycles?

A limitation of automating continuous integration checks is that every commit must pass strict branch checks, security reviews, and cross-model code review. Any validation failure blocks the commit creation process.