Prompt file imported from MakeBoldSolutions/MakeBoldSolutionsCom (
.codex/prompts/devspark.update-pr.md). Fill in{{arguments}}before use. Copyright stays with the author.
Prompt Resolution
Determine the current git user by running git config user.name.
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
Read and execute the instructions from the first file that exists:
.documentation/{git-user}/commands/devspark.update-pr.md(personalized override).documentation/commands/devspark.update-pr.md(team customization).devspark/defaults/commands/devspark.update-pr.md(stock default)
Where {git-user} is the normalized slug from step above.
User Input
{{arguments}}
Pass the user input above to the resolved prompt.