.agents/skills/wox-commit/SKILL.md
Treat explicit invocation as permission to inspect the current Wox diff and generate a commit message only. Do not stage, commit, amend, push, or otherwise modify the repository.
git status --short, the unstaged and staged diffs, and relevant untracked files.type(scope): imperative summary for normal code changes; use the repository's established wording for automated, release, or store updates.feat, fix, refactor, docs, test, build, or chore only when it matches the diff.Return exactly one fenced text block the user can copy as a full commit message: subject, a blank line, then the body. After the block, add a brief note only if the diff is empty. Do not claim that a commit was created.
type(scope): imperative summary
Body that explains the why or the non-obvious behavior.