octivi
@octivi Organization
Public Skills
common-changelog
by octivi
Draft and normalize user-facing CHANGELOG.md entries in Common Changelog format from release notes, pull requests, and Conventional Commits (including git trailers like Category, Ref, and Co-authored-by). Use this skill whenever the user asks for changelog text, release notes, "what changed", version summaries, or Unreleased notes, even if they do not explicitly mention CHANGELOG.md.
git-commits
by octivi
Draft, rewrite, and review Git commit messages using Conventional Commits and commit hygiene rules. Use whenever the user asks for commit text, commit message fixes, type/scope selection, breaking-change notation, trailers (for example See or Co-authored-by), splitting work into atomic commits, or commit readiness before a PR, even if they ask in informal terms like "polish this commit message".
git-trunk-based-workflow
by octivi
Plan and execute Git Trunk-Based Development workflows on a repository with main as trunk. Use whenever the user asks about branch strategy, branch naming, rebasing on main, merge conflicts during rebase, PR flow, merge strategy, safe history rewrite, or branch cleanup, even if they do not mention "trunk-based" explicitly. For commit message formatting and Conventional Commits wording, delegate to git-commits.
octivi-bash-boilerplate
by octivi
Create, refactor, and migrate Bash scripts with Octivi Bash Boilerplate (OBB) using marker blocks (# >>> OBB:BEGIN ... / # <<< OBB:END). Use when selecting header vs full integration, copying ready templates, updating marker blocks, and validating script quality with deterministic checks.