원클릭으로
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.