git-commit
Git Commit
Commit currently staged files with an accurate, concise commit message.
Workflow
Step 1: Identify staged files
Record the list of staged files. This list is the source of truth for the entire workflow.
git diff --cached --name-only
If nothing is staged, inform the user and stop.
Step 2: Analyze changes and commit
Analyze the actual diff to understand what changed:
More from walterra/agent-tools
searxng-search
Web search and content extraction via SearXNG metasearch engine. Use when you need to search the web, look up documentation, research APIs, find current information, or extract content from URLs. No API keys required, no rate limits, privacy-preserving.
32es-ingest
[DEPRECATED] Legacy ingest skill in this repository. Use elasticsearch-file-ingest from https://github.com/elastic/agent-skills instead.
7post-mortem
Analyze chat history to identify successes, failures, and improvement opportunities. Generates actionable recommendations for updating project rules, skills, and system prompts. Use when the user asks for a post-mortem, retrospective, session analysis, or wants to improve agent configuration based on past interactions.
4