← Back to list

commit
by Vantle
Platform for everything.
⭐ 4🍴 0📅 Jan 2, 2026
SKILL.md
name: commit description: Create a commit following Vantle's release message standards. Analyzes staged changes and generates a structured commit message with component sections linking to Readme.md files. Use /commit when ready to commit changes. allowed-tools: Read, Glob, Grep, Bash(git status:), Bash(git diff:), Bash(git log:), Bash(git add:), Bash(git commit:*)
Vantle Commit Standards
Create commits following Vantle's structured release message format.
Message Format
[Vantle] [Release] [Readme.md]: Brief title describing all changes
[Component] [path/to/Readme.md]: Component description:
- Feature or change 1
- Feature or change 2
[Component2] [path/to/Readme.md]: Another component:
- Change 1
- Change 2
Structure Rules
Header Line
- Format:
[Vantle] [Release] [Readme.md]: Title - Title should summarize ALL major changes in the commit
- Keep title concise but descriptive
Component Sections
- Each major component gets its own section
- Format:
[Name] [path/to/Readme.md]: Description: - Link to the component's Readme.md file
- Use bullet points for specific changes
- Order sections logically: Build, Generation, then feature-specific components
Standard Component Order
[Build] [MODULE.bazel]- Dependency and toolchain changes[Generation] [system/generation/Readme.md]- Code generation framework[Observation] [system/observation/Readme.md]- Telemetry and tracing[Molten] [Molten/Readme.md]- Molten language and runtime
Commit Process
Step 1: Analyze Changes
git status --porcelain
git diff --cached --stat
Step 2: Identify Components
For each changed area, determine:
- Which component it belongs to
- The path to that component's Readme.md
- A concise description of changes
Step 3: Generate Message
Build the commit message following the format above.
Step 4: Create Commit
git commit -m "$(cat <<'EOF'
[Vantle] [Release] [Readme.md]: Title here
[Component] [path/Readme.md]: Description:
- Change 1
- Change 2
EOF
)"
Example Commit
[Vantle] [Release] [Readme.md]: Observation telemetry with generation refinements
[Build] [MODULE.bazel]: Async and telemetry dependencies:
- tracing, tracing-subscriber, tracing-chrome
- prost, tonic, tokio (gRPC transport)
- dashmap, url
[Generation] [system/generation/Readme.md]: Code generation framework refinements:
- Streamlined module organization
- Improved error diagnostics with miette
- Format string interpolation cleanup
[Observation] [system/observation/Readme.md]: Trace streaming and recording framework:
- Portal server with gRPC transport
- #[trace] macro for function instrumentation
- Channel-based span filtering
- File and network trace sinks
[Molten] [Molten/Readme.md]: Forge observation integration:
- --address flag for trace streaming
- File and gRPC sink support
Guidelines
- Never co-author - Do not add co-author lines
- Link to Readme - Every component section must reference its Readme.md
- Be specific - Bullet points should describe actual changes, not vague statements
- Group logically - Related changes go in the same component section
- Order consistently - Follow the standard component order
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
