git

Solid

Specialized git operations — semantic commits, PR descriptions, branch management, conflict resolution guidance. Replaces ad-hoc git commands with a dedicated, convention-aware utility.

Code & Development 81 stars 23 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# git ## Purpose Specialized git operations utility. Handles semantic commits, PR descriptions, branch naming, and changelog generation with consistent conventions. Replaces scattered git logic across cook Phase 7 and other skills with a single, convention-aware utility. ## Triggers - Called by `cook` Phase 7 for commit creation - Called by `scaffold` Phase 8 for initial commit - Called by `team` for parallel branch/PR management - Called by `docs` for changelog generation - Called by `launch` for release tagging - `/rune git commit` — manual semantic commit - `/rune git pr` — manual PR generation - `/rune git branch <description>` — generate branch name - `/rune git changelog` — generate changelog from commits - `/rune git release <version>` — create tagged release with changelog ## Calls (outbound) None — pure L3 utility. Reads git state, produces git commands/output. ## Called By (inbound) - `cook` (L1): Phase 7 — create semantic commit after implementation - `scaffold` (L1): Phase 8 — initial commit with generated project - `team` (L1): parallel PR management across workstreams - `launch` (L1): release tagging and changelog - `docs` (L2): changelog generation sub-workflow - User: `/rune git` direct invocation ## Modes ### Commit Mode (default) Analyze staged changes and produce a semantic commit. ### PR Mode Analyze full branch diff against base and produce a pull request. ### Branch Mode Generate a branch name from a task description. ### Changelog Mode ...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category