cmd-git-commit
/git-commit
Agent skill wrapper for the Claude command /git-commit.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Analyze staged/unstaged changes to determine logical scope and type.
Generate conventional commit message:
- Format: ():
- Types: feat|fix|docs|style|refactor|test|chore
- Keep subject under 72 chars
- Add body if context from {{INPUT}} requires explanation
If changes span multiple scopes, create separate commits per logical unit.
Stage files with git add and commit. Run autonomously without approval.
{{INPUT}}
More from gsmlg-dev/code-agent
elixir-architect
Use when designing or architecting Elixir/Phoenix applications, creating comprehensive project documentation, planning OTP supervision trees, defining domain models with Ash Framework, structuring multi-app projects with path-based dependencies, or preparing handoff documentation for Director/Implementor AI collaboration
17flutter-handling-concurrency
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
16flutter-caching-data
Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
16flutter-embedding-native-views
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
16flutter-setting-up-on-windows
Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy Flutter applications for Windows desktop or Android.
16flutter-implementing-navigation-and-routing
Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
16