nexus-commit-message
Generate conventional commit messages from diffs
Why use this skill?
Automate your Git workflow with the nexus-commit-message skill. Generate precise, conventional commit messages from code diffs using advanced AI integrated into OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cyberforexblockchain/nexus-commit-messageWhat This Skill Does
The nexus-commit-message skill is an automated tool designed to streamline version control workflows by generating standardized, conventional commit messages directly from code diffs. By leveraging advanced LLM models like GPT-4o and Claude Sonnet 4.5 through the NEXUS Agent-as-a-Service infrastructure on Cardano, this skill interprets the intent behind code changes and formats them according to the Conventional Commits specification. This ensures that your project history remains clean, readable, and machine-parseable, which is essential for automated changelog generation and semantic versioning.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have the necessary environment permissions enabled for external network calls. Run the following command in your terminal:
clawhub install openclaw/skills/skills/cyberforexblockchain/nexus-commit-message
Once installed, ensure your NEXUS_PAYMENT_PROOF environment variable is configured to handle the $0.05 per-request service cost, or use the sandbox_test string for initial evaluation and testing.
Use Cases
- Automated Changelogs: Maintain consistent commit history across large teams to automate the generation of release notes.
- PR Documentation: Quickly generate descriptive summaries for pull requests based on the actual changes made to the codebase.
- Standardization: Enforce strict adherence to conventional commit standards in projects where developers may have varying habits.
- Contextual Clarity: Provide clear, summarized explanations of complex refactors or security patches for easier code audits.
Example Prompts
- "Generate a conventional commit message for the following diff: [paste git diff here]"
- "Create a commit message following the feat: format for this change in my auth-service module: [paste diff]"
- "Summarize this patch which fixes a memory leak in the database handler, ensuring the message follows conventional commit guidelines."
Tips & Limitations
To get the best results, always ensure your diffs are clean and focused. Large, monolithic commits that bundle multiple unrelated changes may confuse the LLM, leading to inaccurate summaries. If the skill generates a vague message, consider splitting your changes into atomic commits before invoking the agent. Note that this skill requires an active internet connection to communicate with the NEXUS API, and usage incurs a micro-payment cost on the Cardano blockchain. Always verify critical commit messages manually before pushing to production branches.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cyberforexblockchain-nexus-commit-message": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
nexus-content-generator
Create blog posts, social media, emails, marketing copy
nexus-doc-writer
Generate technical documentation from code or specs
nexus-trust-score
Generate on-chain trust scores for wallets and agents using Masumi transaction data on Cardano
nexus-code-explain
Explain code in plain language with complexity analysis
nexus-llm-gateway
Smart multi-model AI gateway on Cardano. Routes prompts to the best LLM (GPT-5.2, Claude Sonnet 4.5, GPT-4o, Claude Haiku 4.5, GPT-4o-mini) with automatic fallback, tiered pricing, and OpenAI-compatible format. Pay with ADA via Masumi.