← Back to list

commit
by matthew-h-cromer
Voice-controlled home assistant powered by ROS2. Say 'Hey Ross' to wake it up.
⭐ 0🍴 0📅 Jan 4, 2026
SKILL.md
name: commit description: Create git commits following conventional commits format. Use when asked to commit changes. allowed-tools: Bash, Read, Grep, Glob
Commit Changes
Create commits following the Conventional Commits specification.
Format
<type>(<scope>): <subject>
<body>
Types
feat: New featurefix: Bug fixdocs: Documentation onlystyle: Formatting, no code changerefactor: Code change that neither fixes a bug nor adds featuretest: Adding or updating testschore: Build process, auxiliary tools, libraries
Rules
- Subject line: imperative mood, lowercase, no period, max 50 chars
- Body: explain why not what (the diff shows what)
- Wrap body at 72 characters
- Reference issues when relevant: "Fixes #123"
- Do NOT add "Generated by Claude", co-author lines, or any AI attribution
Process
- Run
git statusandgit diff --stagedto understand changes - If nothing staged, stage relevant files with
git add - Determine appropriate type and scope from the changes
- Write commit message following the format
- Execute the commit
Examples
feat(speech): add wake word detection node
Enable voice activation with configurable wake phrase.
Defaults to "Hey Ross" for the ROS2 pun.
fix(audio): handle missing microphone gracefully
Previously crashed when USB mic disconnected. Now logs
error and waits for device reconnection.
chore: update dependencies for Python 3.12
Faster-whisper 1.0 requires updated numpy. Also
pins silero-vad to stable version.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon