一键导入
project-github-titles
Repository title convention for commits and PRs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Repository title convention for commits and PRs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a Team inbox, channel, thread, or human-visible message must be routed into a direct reply, thread reply, mailbox update, task note, or canonical Team task.
Use before editing Team system prompts, runtime prompt tails, prompt-linked skills, or prompt tests to keep prompts bounded, tool-neutral, and pointer-first.
ACP rendering fixes for Team web surfaces.
Backend-first diagnosis for stuck AgentHub agents.
Journal writing for rollout notes and validation evidence.
Canonical feature spec writing for stable contracts.
| name | project-github-titles |
| description | Repository title convention for commits and PRs. |
Use this skill when writing commit titles, pull request titles, or the first summary line in a PR/commentary block for this repository.
type(scope): subject[codex]type, scope, and subject in EnglishfeatfixtestchoredocsIf the change is mostly structural or maintenance work and none of the behavior-oriented types fit cleanly, use chore.
Common scopes in this repository:
actorteamauthapiacpwebcidocsskillsupdate stuff or misc cleanupGood examples:
fix(actor): split receive from inboxfeat(team): add shared-thread task note flowtest(api): cover read-only inbox contractdocs(skills): add project PR title conventionchore(acp): normalize thread event importstype(scope): subject form on the first non-empty line.test(...).docs(...).refactor(...) for PR titles in this repository; map that intent to fix(...) or chore(...) based on user-visible impact.