contextual-commits
Capture coding decisions and reasoning inside git commits
All Skills in This Repository (2)
Pure Emerald Level Indicatorsrecall
Reconstruct development context from git commit history into structured intent and decision lines.
contextual-commit
Write git commit messages with structured action lines in Conventional Commit format.
Frequently Asked Questions
FAQPage SchemaHow to install Contextual Commits?โผ
Run `npx skills add berserkdisruptors/contextual-commits --all -g -y` in your terminal to install both skills globally.
What is a contextual commit?โผ
It is a standard Conventional Commit whose body adds typed lines like intent, decision, rejected, constraint, and learned, so the reasoning behind code is preserved in git history.
How does the recall skill work?โผ
It scans your branch's commit history for contextual action lines and produces a short briefing of active intent, rejected approaches, constraints, and in-progress work.
Does it break existing git tooling?โผ
No. The subject line stays a standard Conventional Commit, so commitlint, semantic-release, and changelog generators keep working unchanged.
Which coding tools support Contextual Commits?โผ
The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core