Intelligent commits with hook-aware strategy detection
Executes intelligent git commits with automatic strategy detection to prevent hook conflicts.
/plugin marketplace add AojdevStudio/dev-utils-marketplace/plugin install core-essentials-commands@dev-utils-marketplace[object Object]Use the git-flow-manager sub-agent to intelligently analyze staging area and project formatting hooks, then execute optimal commit strategy (PARALLEL/COORDINATED/HYBRID) to prevent conflicts while maintaining commit organization. Parse $ARGUMENTS for commit options, run pre-commit checks, analyze changes for atomic splitting, and execute commits with conventional messages.
COMMIT_OPTIONS: $ARGUMENTS STRATEGY_MODE: auto-detected COMMIT_COUNT: auto-calculated HOOK_ANALYSIS: auto-performed
COMMIT_OPTIONS to extract flags like --no-verify or custom messages--no-verify flag is present.gitignore configuration and alert for large files (>1MB)!git status --porcelain to analyze current repository state--no-verify flag in COMMIT_OPTIONS, skip pre-commit checks if present!pnpm lint, !pnpm build, !pnpm generate:docs.gitignore configuration and check for large files!git add . if no files currently staged!git diff --staged --name-status to analyze staged changes!git commit with generated messages!git log --oneline -1Intelligent Commit Complete
Strategy: STRATEGY_MODE (auto-detected based on formatting hook analysis)
Files: COMMIT_COUNT commits created and executed
Topic: Hook-aware commit processing with adaptive strategy selection
Key Components: