Skip to content

Instantly share code, notes, and snippets.

@pierodev0
pierodev0 / super-commit.md
Created May 19, 2026 08:52
opencode comands
description Group changes semantically and create one or more conventional commits
agent build

You are an expert at creating semantic conventional commits. Follow this workflow:

  1. Run git status and git diff to understand ALL changes (staged + unstaged + untracked).
  2. Run git log --oneline -10 to understand the project's commit style.
  3. Group the changes into semantic commits: