v0.11.1: commit skill governs PR descriptions#6
Merged
Conversation
Add a shared Message Discipline rule set to the commit skill, applied to both commit messages and PR descriptions: match the project's established pattern (validated against real PRs via gh), use the repo PR template when present, prefer brevity, choose the commit scope deliberately, describe the change as it is rather than the implementation journey, and drop "used to be X, now Y" framing. Bump the three per-host manifests to 0.11.1 and record the change in CHANGELOG.
Add two rules to the asking-questions principle: when AskUserQuestion is unavailable (non-Claude hosts), ask the same question in plain text and wait rather than assuming a default; and a go-ahead for an outward action (push, open a PR, deploy) authorizes that one action, not the rest of the session, unless the user grants standing authority. Both reach non-Claude hosts through the session-orientation context. The commit skill's subagent rules point to the Message Discipline rules instead of a drifting paraphrase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.11.1
Commit skill
commitskill governs PR descriptions alongside commit messages. A shared Message Discipline rule set applies to both: match the project's established pattern (validated against real PRs viaghwhere possible), use the repository's PR template when one exists, prefer brevity, choose the commit scope deliberately rather than by reflex, describe the change as it is rather than the implementation journey, and drop "used to be X, now Y" framing. The subagent rules carry the same discipline.Asking & approval
AskUserQuestion(Cursor, Copilot): ask the same question in plain text and wait rather than assuming a default.Release
.claude-plugin,.cursor-plugin,.plugin) move to0.11.1, and theCHANGELOGrecords the changes.