Automation Tools
Script and automate repetitive tasks and workflows.
git-hooks-manager
Setup and manage git hooks for pre-commit, pre-push automation (lint, test, format)
pre-commit-hooks
MANDATORY setup for all projects. Automated code quality enforcement before commits. Prevents bad code from entering repository.
git-batch-commit
Intelligently detects when too many files are staged and automatically groups them by feature or functionality using Conventional Commits with user language preference
file-validation
Strict detection and removal of unrelated files before PR creation
memory-management
Guide for creating and maintaining repository-local CLAUDE.md files that capture project-specific context, patterns, and conventions. Use when initializing repositories for Claude Code, updating project memory, or understanding effective repository memory structure.
changelog-generator
Generate user-friendly changelogs from git commits for releases
greptile-tools
Queries indexed repositories via Greptile API for codebase-aware answers. Use when asking natural language questions about code architecture, searching for implementations, understanding how features work, or locating specific code patterns across the repository.
flutter-review-request
Use when completing tasks, implementing major features, or before merging to verify Flutter code meets requirements
documentation
Provides documentation standards for README, API docs, code comments, changelogs, and project cleanup. Use when writing documentation, README files, API references, or cleaning up project files.
review-diffs
Performs comprehensive code review on git diffs and generates review.md with quality scores, critical issues, performance concerns, and potential bugs. Use when user requests to review changes, check code quality, analyze diffs, or validate LLM-generated code
basic-workflow
Daily Git workflow - add, commit, push, pull cycle for everyday development
smart-commit
Creates well-formatted git commits using Conventional Commits specification. Use when committing changes, creating commits, staging and committing files, or when asked to save work with a proper commit message.
commit-classification
Classifies commits according to conventional commits specification and maps them to changelog categories. Use when categorizing changes for changelogs or understanding commit types.
rabbit-feedback-resolver
Process and resolve CodeRabbit automated PR review comments. Use when the user says "check rabbit review", "handle coderabbit comments", "resolve rabbit feedback", or mentions CodeRabbit PR comments. Also use after PR creation when CodeRabbit has left automated review comments.
version-analysis
Analyzes git history to determine semantic version bumps based on conventional commits. Use when determining next version, analyzing recent changes, or reviewing commit history for release preparation.
command-verify
Intelligent command verification for documentation. Discovers all commands in markdown files, validates them using git diff-based cache invalidation, and ensures documentation accuracy with zero token cost after initial setup. Use when asked to verify commands, check documentation, or validate command references.
generating-conventional-commits
Generates conventional commit messages from git diffs. Use when the user asks about writing commit messages, reviewing staged changes, committing code, or needs help with git commits.
commit-helper
Git 변경사항을 분석하여 Conventional Commits 형식의 커밋 메시지를 생성합니다. 커밋, commit, 커밋 메시지 요청 시 자동 활성화됩니다.