commit

Installation
SKILL.md

Commit the working changes to git. Analyze the changes, and create one or more commits with appropriate messages. Break down the commits to smaller commits if the changes are not related.

Commit Messages

This project uses conventional commit messages.

Format

<type>(<commands>): <description>

<body>
  • <commands> — comma-separated list of CLI commands touched by the change (e.g. skill list, configure, cli uninstall). Omit the scope entirely only if no command files were changed.
  • <description> — short imperative summary (≤72 chars).
  • <body> — required when more than one thing changed or the description alone is ambiguous. List what was changed and why, one bullet per logical change. Omit only for truly trivial single-line fixes.
Installs
3
Repository
observeinc/cli
GitHub Stars
4
First Seen
Jul 9, 2026
commit — observeinc/cli