Orchestrator no longer tells worker agents to commit and open PRs via the /commit and /pr skills
When Claude Code runs multiple worker agents under an orchestrator, the system prompt built for that orchestrator used to include a block of instructions telling workers to commit changes via a /commit-style skill and open pull requests via a /pr-style skill, with exceptions for amends, merges, scripted loops, and pull requests targeting a non-default base branch. That block is no longer computed or appended.
Workers coordinated by an orchestrator will no longer be automatically steered toward those specific commit and PR skills, which may change how they handle git operations and pull requests in multi-worker setups.
When it compares names, Claude Code ignores case, spacing, and invisible characters, and treats compatibility forms such as fullwidth letters and dash variants as their plain equivalents. For example, a local `commit` skill keeps `/commit`…see the edit
* [Rebuilds the `system` prompt](https://platform.claude.com/docs/en/build-with-claude/preserved-thinking#new-instructions): the date, a mode flag, re-read project instructions, or a plugin or MCP server that connects after the first turnsee the edit
On Claude Fable 5.1, the API accepts a replayed thinking block only while the `system` prompt, `tools`, and messages that preceded it are unchanged. See [Keeping the prefix unchanged](https://platform.claude.com/docs/en/build-with-claude/p…see the edit
Deny rules behave differently depending on whether they name a tool or scope a pattern within one. A bare tool name like `Bash` removes the tool from Claude's context entirely, so Claude never sees it. If you add such a rule mid-session, C…see the edit
When it compares names, Claude Code ignores case, spacing, and invisible characters, and treats compatibility forms such as fullwidth letters and dash variants as their plain equivalents. For example, a synced skill named `Commit` and a lo…see the edit
The finding shows the instruction being removed but does not say what, if anything, replaces it or why.
/commit on Extend Claude with skills