.gemini/skills/git-commit-automator/SKILL.md
This skill automates the process of creating Git commits. It stages all files, generates a conventional commit message based on the changes, and creates the commit. This skill should be used when the user wants to commit changes to a Git repository.
npx skillsauth add codcyber101/doc-consult-agent git-commit-automatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill streamlines the Git workflow by automating the commit process. It helps create consistent and meaningful commit messages.
To use this skill, follow these steps:
create_commit.py script. This script will:
This skill includes the following resources:
create_commit.py: A Python script that automates the commit process.conventional_commits.md: A reference guide to the Conventional Commits specification.development
Extracts transcript, metadata (title, channel, duration), thumbnail URL, and other details from YouTube videos, then generates an Obsidian note using the youtube-video-notes template. Use when the user provides YouTube links and wants structured notes in Obsidian format.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.