Preloading a skill no longer runs the expensive work of codebase analysis or /insights.
What's wrong with this entry?
Two built-in commands now detect that they are being loaded as part of a skill preload and skip their work: the codebase-analysis prompt skips its expensive preparation, and /insights returns a placeholder instead of generating a report. The report is still produced normally when you run /insights yourself.
- Both branch on the existing skill-preload and read-only-load options rather than a new flag.
- The tool-result formatter gained a matching read-only branch that tells the model nothing was executed.
The /insights report is generated only when the command is invoked directly.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.