Write and apply commit messages that match Gerrit style. Use when creating commits in the current repository, especially when the user asks to commit, asks for a commit message, or wants the message to follow existing wt1 conventions (imperative subject, wrapped body, Jira footer handling, no manual Change-Id footer).
Use this skill to generate and apply commit messages that match the observed wt1 history style.
git remote get-url origin and verify Gerrit indicators, for example:gerrit, or SSH port is 29418, or URL path contains /gerrit/.git status --short.git diff --staged (or git diff if nothing is staged yet).Jira issue HUB-####.--always-ask-jira to always prompt in interactive commit mode.ALWAYS_ASK_JIRA=true in config.env to enable always-ask by default.--always-ask-jira overrides config by forcing prompt.scripts/format_commit_message.py for deterministic formatting and validation.python3 scripts/format_commit_message.py --subject "..." --body-file /tmp/body.txt --jira HUB-1234 --commitpython3 scripts/format_commit_message.py --subject "..." --body-file /tmp/body.txt --commit --always-ask-jiraALWAYS_ASK_JIRA=true in /home/filip/.codex/skills/gerrit/gerrit-commit-message/config.env.git log -1 --pretty=full and confirm:
Change-Id, Reviewed-on, Reviewed-by, or Tested-by lines.origin is not a Gerrit remote.Change-Id, Reviewed-on, Reviewed-by, Tested-by) manually.Update stuff.Upgrade to X.Y.Z or Upgrade to X.Y.Z.devN.npx skills add youknowedo/gerrit-commit-message下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer