oma-scm

Featured

SCM (software configuration management) and Git: branching, merges, conflicts, worktrees, baselines, audit readiness, plus Conventional Commits and safe staging.

Code & Development 1,283 stars 147 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Software Configuration Management ## Scheduling ### Goal Perform Git operations with explicit scope, traceable commits, and recoverable history. ### Intent signature - Commit, stage, push, branch, merge, rebase, resolve conflicts, manage worktrees, or inspect SCM governance. ### When to use - Commit and push requests, including Conventional Commit messages and logical splitting. - Branch/history operations, releases, baselines, CODEOWNERS, and configuration-management reviews. ### When NOT to use - Implementing a feature or fixing application code -> use the owning specialist. - General requirements planning -> use `oma-pm`; security/testing review -> use `oma-qa`. ### Expected inputs Requested Git operation, repository state, and effective `scm` settings from project configuration. ### Expected outputs Requested Git changes or an advisory plan, commit/branch identifiers, checks performed, and unresolved work. ### Dependencies Git CLI; project configuration and hooks. Read the references below only for the selected operation. ## Structural Flow ### Entry Inspect branch, upstream, staged/unstaged changes, and existing authorization. Select the commit path below or the configuration-management resource for broader operations. ### Transitions - Commit-only request: finish after committing. Push or create a PR only when requested or required by the applicable workflow. - Independent changes: split by feature. One logical change remains one commit even across code, te...

Details

Author
first-fluke
Repository
first-fluke/oh-my-agent
Created
7 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category