A generation command is requested when the shared Skill is missing
Source references: 1The prerequisite says to run `gws generate-skills` if `../gws-shared/SKILL.md` is absent. This is not a read-only check: it invokes the locally installed `gws` program to create files, while the supplied material does not show its output scope or generated content.
When the condition applies, the local Skill file set is persistently changed. The supplied lines do not establish which files are created, whether existing files can be touched, or what security rules are generated.
The line does instruct running a generation command when the shared Skill is missing, which may create local files. However, the evidence does not include the implementation, destination paths, overwrite behavior, or generated content of `gws generate-skills`, so its effect on existing user files cannot be determined. A user can ask the author for the exact write scope and run it with restricted filesystem access or in a backed-up environment.
This assessment concerns the code and conditions shown, not proof that harm has occurred.> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.