Analyze git commits and generate better commit messages based on actual changes. Use when amending commit messages, reviewing commit quality, or writing commits. Triggers on terms like "commit message", "amend commit", "fix commits", "reword commits".
Generates and improves commit messages following conventional commits format.
<type>(<scope>): <description>
[optional body]
[optional footer]
| Type | Use For |
|------------|-------------------------------------------------------|
| feat | New feature |
| fix | Bug fix |
| docs | Documentation only |
| style | Formatting, no code change |
| refactor | Code change that neither fixes a bug nor adds feature |
| perf | Performance improvement |
| test | Adding or updating tests |
| chore | Maintenance tasks |
| ci | CI/CD changes |
| build | Build system changes |
See .omni-dev/scopes.yaml for the canonical,
enforced scope list — do not duplicate it here.
feat(json): add PFSM table-driven parser
Implements parallel finite state machine approach from hw-json-simd.
Achieves 880 MiB/s throughput on x86_64 (AMD Zen 4), 40-77% faster than scalar.
fix(bp): correct find_close for edge case at word boundary
Fixes #42
perf(popcount): add AVX-512 VPOPCNTDQ implementation
5.2x faster than scalar for large bitvectors.
Requires Intel Ice Lake+ or AMD Zen 4+.
refactor(jq): replace deprecated last() with next_back()
Removes dead code and simplifies iterator handling.
git diff --cachedSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer