incu-way-prepare-pr
Prepare PR / Commit Changes
The single place where incu-way work gets persisted to git. Every other flow in this repo only writes files and suggests running this skill at natural checkpoints — none of them commit, push, or open a PR on their own. This list is deliberately not enumerated here: any current or future incu-way flow follows the same rule, so there is nothing to keep in sync when a skill is added, renamed, or removed.
The real gate against self-invocation is the frontmatter description above, not
this paragraph — skill matching happens off that description before any body text is
read, so "Invoke ONLY when the user explicitly asks" has to live there to actually work.
This body is a second line of defense for whoever ends up reading this file directly: if
you are a caller skill, don't invoke this skill yourself — say something like "This
checkpoint is ready. Run incu-way-prepare-pr (or ask me to) when you want to commit
it." and stop there.