원클릭으로
coauthor
Resolve the Co-Authored-By trailer policy for the active repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resolve the Co-Authored-By trailer policy for the active repo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Model-only playbook for adding a property-based test that pins a function's invariant.
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Compress the session conversation when context approaches the limit.
Read-only design pass for an interactive surface: produces a statechart + action x context matrix + journey scenarios backed by an 11-rule lint contract. No state mutations.
| name | coauthor |
| description | Resolve the Co-Authored-By trailer policy for the active repo. |
| argument-hint | [--mode=runtime|project|disabled] |
| user-invocable | true |
| disable-model-invocation | false |
vcs.coauthor config block (mode ∈ runtime|project|disabled) and the caller-supplied mode / runtime / message_text args.resolve_coauthor_trailer) to turn the config + the explicit runtime opt-in into a Co-Authored-By: trailer line (or None when trailers are disabled).mode=runtime with no resolvable runtime (no explicit opt-in and no usable default identity), degrade to status=needs_user so the runtime adapter surfaces a coauthor resolve prompt rather than guessing.This skill is a thin surface over the shipped co-author policy machinery; it does not reimplement trailer resolution.
disabled mode rejects an existing trailer in message_text.status=needs_user routes to a coauthor resolve AskUserQuestion when the runtime cannot be resolved.
Skill envelope with header.skill = "/coauthor". Body carries mode, runtime, and the resolved trailer (or a reason on the needs_user path).