Repository inventory

fradser/dotclaude

Skills indexed from this repository, with install-style signals scoped to the repo.
14 skills2.9K GitHub stars0 weekly installsShellGitHubOwner profile

Overview

This skill creates atomic conventional git commits following the Commitizen (cz) style and v1.0.0 specification. It inspects pending changes, performs safety checks, infers logical commit scopes, and produces validated commit messages that include required body bullets and a Co-Authored-By footer. The skill will request or update project-specific git settings when needed before committing.

How this skill works

The skill first verifies a project-level git configuration file and invokes a config workflow if that file is missing or incomplete. It scans staged and unstaged changes for sensitive files, large files, and oversized diffs, warning the user and requesting confirmation when issues are detected. The tool groups changes into coherent logical units, infers scopes, drafts Conventional Commit messages that satisfy title and body rules, validates them, stages the relevant files, and creates the commits including a Co-Authored-By footer.

When to use it

  • Committing multiple related file changes that should be split into atomic commits
  • Enforcing Conventional Commits style and Commitizen compatibility
  • Preventing accidental commits of secrets, .env files, or extremely large files
  • When project-specific commit scopes must be checked or updated before committing
  • Automating commit message validation in CI or local workflows

Best practices

  • Keep each commit focused on a single logical change to make review and revert easier
  • Write title lines in all lowercase, imperative mood, under 50 characters with no trailing period
  • Always include a body with at least one bullet line starting with an imperative verb
  • Limit body lines to 72 characters and include context or explanation only where helpful
  • Confirm or fix any detected secrets or very large files before proceeding

Example use cases

  • Split a feature addition and related test updates into two atomic commits with proper scopes
  • Enforce mandatory bullet-point bodies and Co-Authored-By attribution for team contributions
  • Detect an accidentally staged .env file and prompt for removal before committing
  • Auto-generate scope suggestions from changed file paths and update project config if needed
  • Create multiple commits from a large working tree while warning on commits >500 lines

FAQ

The skill warns you, pauses the commit flow, and requests explicit confirmation before proceeding. It recommends removing or redacting secrets first.

How is the Co-Authored-By footer generated?

Every commit message includes a Co-Authored-By footer with the current model identity to satisfy audit and attribution requirements.

14 skills

commit
Automation

This skill creates atomic conventional git commits in shell according to cz v1.0.0, ensuring proper scope, body, and co-author footer.

Code ReviewGitScriptingShell
update-gitignore
Automation

This skill updates or creates a .gitignore by detecting project tech and integrating custom rules, presenting a diff for confirmation.

Code ReviewDevopsGitScripting+1
patent-architect
Ai

This skill helps you generate Chinese patent application forms by analyzing your invention and conducting prior art searches before drafting.

AnalyticsDocsResearchShell
finish-hotfix
Automation

This skill streamlines finishing hotfix work by validating branches, running tests, updating changelog, and merging to production with proper tagging.

Code ReviewDevopsGitRelease+2
agent-browser
Automation

This skill helps you automate browser tasks for web testing, form filling, and data extraction with reliable element interactions.

CliDebuggingFrontendScripting+2
create-issues
Automation

This skill creates GitHub issues following TDD and conventional commits, applying labels, scopes, and auto-close readiness for atomic tasks.

GitPlanningShell
commit-and-push
Automation

This skill creates atomic conventional commits with /commit and pushes the branch to the remote repository.

Ci CdCode ReviewDevopsGit+2
refactor
Ai

This skill automatically refactors code aggressively, discovering best practices and applying changes across matching files without prompts.

AutomationBackendCode ReviewGit+3
start-feature
Automation

This skill automates starting a new feature branch from the base branch using gitflow, validating context, and pushing when created.

CliDevopsGitPlanning+2
resolve-issues
Automation

This skill helps resolve GitHub issues using isolated worktrees and TDD, coordinating agents for review, testing, and clean PRs.

Ci CdCode ReviewDevopsGit+2
start-release
Automation

This skill starts a new release branch from develop, sets the release version, updates version files, and prepares changelog scaffolding.

BackendDevopsGitRelease+2
refactor-project
Automation

This skill performs aggressive, project-wide refactoring using code-simplifier, automatically improving consistency, removing legacy code, and enhancing

BackendCode ReviewGitRefactor+2
finish-feature
Ci Cd

This skill finishes a feature branch by validating workflow, updating changelog, running tests, merging to integration branch, and cleaning up.

Code ReviewDevopsGitScripting+2
config-git
Automation

This skill assists setting up Git user identity and a project-specific git.local.md with scopes and conventions to streamline commits.

CliCode ReviewDevopsGit+2
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational